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: Lutz Jaenicke <[EMAIL PROTECTED]>
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 components left from a previous
build?

Your configuration is a standard setup. If it does not work out of the
box, please open a ticket by sending a report to [EMAIL PROTECTED]


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to