Hi, Tim

I tried to compile openssl 0.9.8 like this:

./config no-threads -fPIC -ldl

I got the same message from "make test". Thanks.

Ryan

-----Original Message-----
From: Tim Rosmus [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 28, 2005 3:24 PM
To: Ruiyuan Jiang
Subject: Re: Openssl 0.9.8 compilation options

On Thu, 28 Jul 2005, Ruiyuan Jiang wrote:

|# I'd like to compile Openssl 0.9.8 on Solaris 10. If I strictly use 
|the # default options, whole thing is a success. Now I want to use 
|openssl for # mod_ssl and apache. According to mod_ssl's documentation,

|mod_ssl # (v2.8.23-1.3.33) recommends to use the following option to 
|compile # openssl # # ./config no-threads -fPIC

I just used "./config" and took the defaults. All works fine as before.
The only thing that may happen is unresolved symbols for some packages
that use the openssl libs.  If you encounter this, just add the "-ldl"
LD flag to include the Dynamic Linker libraries.   So far I've had
to add this lib when compiling openssh4.1 and UW-imap.  As I also
compile PHP with my Apache installs, the -ldl flag is included via the
PHP module compile.
-- 
                Tim Rosmus <[EMAIL PROTECTED]>
                   Postmaster / USENET / DNS
                      Northwest Nexus Inc.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to