Re: building 0.9.7b

2003-08-14 Thread Frank Balluffi
E> cc: Sent by: Subject: Re: building 0.9.7b

Re: building 0.9.7b

2003-08-10 Thread Douglas E. Engert
Frank Balluffi wrote: > > I need to call libcrypto from a .so file on Solaris using gcc. > > When I build 0.9.7b as shared objects with the following commands: > > ./config no-rc5 shared > make depend > make Why "no-rc5"? All the problems below are with missing rc5. > > I get the followi

Re: building 0.9.7b

2003-08-09 Thread RANDYSCMM1
Let me know what I should do here? Randy Shaw Director of Admin. & Operations City Mission Ministries [EMAIL PROTECTED] (909) 757-9748 <>

Re: building 0.9.7b

2003-08-09 Thread Lutz Jaenicke
On Wed, Aug 06, 2003 at 06:39:24PM -0400, Frank Balluffi wrote: > I need to call libcrypto from a .so file on Solaris using gcc. > > When I build 0.9.7b as shared objects with the following commands: > > ./config no-rc5 shared > make depend > make Did you unpack from sratch or may there be compo

Re: building 0.9.7b

2003-08-09 Thread Russ Fink
2. Is it possible to pass the compiler flag -fPIC to config? Thanks. Frank env CFLAGS="-fPIC" sh ./configure [otheroptions...] _ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail

Re: building 0.9.7b

2003-08-08 Thread Frank Balluffi
Subject: Re: building 0.9.7b

Re: building 0.9.7b

2003-08-08 Thread Russ Fink
I have built openssl successfully on Solaris by using these commands: make -k clean dclean uninstall realclean distclean sh ./config --prefix=$PREFIX --exec-prefix=$EXEC_PREFIX make make install (I did patch Configure to support the --exec-prefix command, but this isn't relevant here.) From:

building 0.9.7b

2003-08-06 Thread Frank Balluffi
I need to call libcrypto from a .so file on Solaris using gcc. When I build 0.9.7b as shared objects with the following commands: ./config no-rc5 shared make depend make I get the following errors: + gcc -shared -G -dy -z text -o libcrypto.so.0.9.7 -h libcrypto.so.0.9.7 -Wl,-z, allextract libcr

Re: [PATCH] Building 0.9.7b with mingw special 20030504-1 (gcc3.2.3) on W2K fp3

2003-06-26 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Thu, 26 Jun 2003 13:38:45 +0200, "Michael Gerdau" <[EMAIL PROTECTED]> said: mgd> Applying the following patch did solve the problem. I have not mgd> checked wether this might happen with other Win32 environments too. mgd> mgd> diff -ur openssl-0.9.7b-orig/util/p

[PATCH] Building 0.9.7b with mingw special 20030504-1 (gcc 3.2.3) on W2K fp3

2003-06-26 Thread Michael Gerdau
Hi ! When trying to build 0.9.7b fresh from the tarball by entering ms\mingw32 on the cmd-prompt it stopped right before building the static libraries when trying to remove the old ones. My environment: gcc.exe (GCC) 3.2.3 (mingw special 20030504-1) Windows 2000 Professional fp3 openssl-0.9.7b A