Re: openssl 1.1.1k on solaris 2.6 sparc

2021-06-24 Thread Jeff Wieland
Michael Wojcik wrote: From: openssl-users On Behalf Of david raingeard Sent: Thursday, 24 June, 2021 07:06 I compiled it using sun compiler, with some modifications to the source code. If memory serves, OpenSSL doesn't work on Solaris SPARC if built using the Sun compiler. You have to use GCC

RE: openssl 1.1.1k on solaris 2.6 sparc

2021-06-24 Thread Michael Wojcik
> From: openssl-users On Behalf Of david > raingeard > Sent: Thursday, 24 June, 2021 07:06 > I compiled it using sun compiler, with some modifications to the source code. If memory serves, OpenSSL doesn't work on Solaris SPARC if built using the Sun compiler. You have to use GCC. I'm pretty su

openssl 1.1.1k on solaris 2.6 sparc

2021-06-24 Thread david raingeard
Hello, I compiled it using sun compiler, with some modifications to the source code. However :) openssl s_client -connect google.com:443 -tls1_2 works fine ! But openssl s_client -connect google.com:443 -tls1_3 fails on CRYPTO_memcmp. For easy debugging, I have made a copy of CRYPTO_memc

Re: Problems compiling openssl on solaris 2.6

2002-11-07 Thread Jean Pierre Cognasse
Hello, Verify if you have the command "ar" on your system. if yes, verify you have the rigth path in your PATH variable the make need it to create the library libcrypto.a Jipé [EMAIL PROTECTED] a écrit : > Hello > > I can not compile openssl-0.9.6g on Sun Solais 2.6. I use GCC 3.2 and make 3.

Re: Problems compiling openssl on solaris 2.6

2002-11-07 Thread mhaverka
Sent by:cc: owner-openssl-users@Subject: Problems compiling openssl on solaris 2.6 o

Problems compiling openssl on solaris 2.6

2002-11-07 Thread Daniel . D . Olsson
Hello I can not compile openssl-0.9.6g on Sun Solais 2.6. I use GCC 3.2 and make 3.80 One error message comes out then I do the make command. ./config --prefix=/opt/openssh No Errors Configured for solaris-sparcv9-gcc. then make command + rm -f libcrypto.so.0 + rm -f libcrypto.so + rm -f li

Re: Problems with shared libs with 0.9.6c on Solaris 2.6

2002-01-16 Thread Bruce W. Forsberg
"Horowitz, Michael" wrote: > > Hello, > > When I build OpenSSL with shared libraries the programs that link against > them don't work. > > That all worked without any problems or errors. The config script > configured for "solaris-sparcv9-gcc". > > When building other programs such as wget,

Problems with shared libs with 0.9.6c on Solaris 2.6

2002-01-16 Thread Horowitz, Michael
Hello, When I build OpenSSL with shared libraries the programs that link against them don't work. I built openssl on an Solaris 2.6 machine with gcc version 2.95.2 19991024 (release) and the stock ld (ld -V gives: "ld: Software Generation Utilities - Solaris-ELF (4.0)"). I dow

Solaris 2.6

2001-12-12 Thread Simon DeFriend
Hi, I have read on the Sunfreeware site that Openssl 0.9.6b does not compile the libaries correctly for solaris 2.6, is this true? If so do you have a work around or a recomendation for an earlier version? I will try to compile binaries today to see what happens. Thanks in advance for all of

AW: Compiling on Solaris 2.6 gcc-2.95.2

2001-05-04 Thread Schwiete, Ralf
s Tel.: +49 69 263 52224 e-Mail: [EMAIL PROTECTED] > > Compiling on Solaris 2.6 with gcc-2.95.2 from ftp.sunfreeware.com > ./congif says: solaris-sparcv9-gcc > > I got the following errors: > > gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN > -DHAVE_DLFCN_

Solaris 2.6 compilation probs

2001-04-02 Thread Antony Gelberg
Hi all, I need to compile openSSL 0.9.6 to work with KDE 2.1.1. I am using Solaris 2.6, but usually use gnu gcc and binutils when compiling software on my workstation. This would not install (compile was fine) openSSL. When I had a look in the Makefile, there was something about not using gnu

Install errors on Solaris 2.6

2001-03-28 Thread Antony Gelberg
Hi all, I am trying to compile and install openSSL 0.9.6 on Solaris 2.6. The compilation seems to be ok, but when I make install, at the end I get this: installing libcrypto.so /work/local/bin/ranlib: /work/local/lib/libcrypto.so: File format not recognizedinstalling libcrypto.so.0 /work/local

Open SSL on Solaris 2.6

2000-11-20 Thread Marco Donati
Is there any place (www, ftp...) where I can download a COMPILED version of Open-SSL (0.9.0.5a or 0.9.6) for Solaris 2.6 ? Thanks -- Marco Donati Context Security - Software P.zza Liberazione, 25 - 20013 Magenta (MI) Phone

FW: RE: Problems using OpenSSL shared object on solaris 2.6

2000-09-29 Thread Ian Cain
etter > discussion site please > let me know. > > --ian > > >What if you build it into a static lib? Just wondering. Are you planning > to make your interface code public domain? > -- > > Sorry for the "double"

make test failed on Solaris 2.6

2000-07-17 Thread Cico, Michael
Hi, I was building 0.9.5a on Solaris 2.6; the initial "make test" failed, but I did a "make clean" & redid the build/test, and it was OK. I did it again to verify that it was OK. What might cause it to fail, then succeed on subsequent builds? Would the lack of a

RE: segfault when using crypto library inside netscape plugin (Solaris 2.6/Sparc/openssl-0.9.5a)

2000-06-14 Thread Steve Bazyl
Thanks go to Jussi and Michael for pointing out the linker issue :) 

RE: segfault when using crypto library inside netscape plugin (Solaris 2.6/Sparc/openssl-0.9.5a)

2000-06-14 Thread Michael Wojcik
> -Original Message- > From: Jussi Kohonen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 14, 2000 2:30 AM > > There is a public function named SHA1_Update in netscape httpd itself (yes, > I wasted some time with this too!), and that function of course does not > have same parameters

RE: segfault when using crypto library inside netscape plugin (Solaris 2.6/Sparc/openssl-0.9.5a)

2000-06-14 Thread Jussi Kohonen
tscape plugin (Solaris 2.6/Sparc/openssl-0.9.5a) One more thing...I also tried adding lock callbacks to make sure its not a threading problem.  Made no difference (was getting lock requests as I should, and only from a single thread as expected).    -Original Message

RE: segfault when using crypto library inside netscape plugin (Solaris 2.6/Sparc/openssl-0.9.5a)

2000-06-13 Thread Steve Bazyl
Steve BazylSent: Tuesday, June 13, 2000 7:41 PMTo: [EMAIL PROTECTED]Subject: segfault when using crypto library inside netscape plugin (Solaris 2.6/Sparc/openssl-0.9.5a) We're having a really strange problem with the openssl crypto library -- it keeps segfaulting down in SHA1_Update

Re: segfault when using crypto library inside netscape plugin (Solaris 2.6/Sparc/openssl-0.9.5a)

2000-06-13 Thread EKR
"Steve Bazyl" <[EMAIL PROTECTED]> writes: > [1 ] > We're having a really strange problem with the openssl crypto library -- it > keeps segfaulting down in SHA1_Update when called from an NSAPI plugin > (running in NES 3.6). > > I've tried building the library with optimizations off and all that

segfault when using crypto library inside netscape plugin (Solaris 2.6/Sparc/openssl-0.9.5a)

2000-06-13 Thread Steve Bazyl
We're having a really strange problem with the openssl crypto library -- it keeps segfaulting down in SHA1_Update when called from an NSAPI plugin (running in NES 3.6).    I've tried building the library with optimizations off and all that fun stuff, and have run the test suite which it pa

Re: shared libraries solaris 2.6

2000-05-19 Thread Michael Sierchio
Mathias Leinmueller wrote: > In February there was already a discussion about how to build shared > libraries for solaris 2.6, however, I cannot see how it has to be done > though. In the change log I read that shared library support is now > available for solaris gcc. I did this

shared libraries solaris 2.6

2000-05-19 Thread Mathias Leinmueller
Hi, In February there was already a discussion about how to build shared libraries for solaris 2.6, however, I cannot see how it has to be done though. In the change log I read that shared library support is now available for solaris gcc. Could anybody please post a step by step list, how to

Re: apache+ssl on solaris 2.6

2000-04-12 Thread Gao Yuhang
2 with openssl, php3 and mod_perl on a > UltraSparc1/creator running Solaris 2.6. > > All proggis compile fine. I use openssl-SNAP-2402 (I read in the > users-archive that this developer snap resolve the /dev/urandom problem) and > apache_1.3.12+ssl_1.39 patch. > > When I start the

Re: RSARef under Solaris 2.6

1999-04-08 Thread Ricardo Stella
ARG... Now neither stunnel nor sslwrap compile... Do I need to do anything extra since I used RSAglue (ie add it to the Makefile) ? I get... Undefined first referenced symbol in file ERR_load_RSAREF_strings /usr/local/ssl/lib/libc