hi guys.

I get the similar error when I am compiling openssl-0.6.c on solaris 2.6
operating system but the only difference is it complains about libld.so.1,
which is missing from /usr/lib but it exits in /usr/ccs/lib directory, any
help please ???

-----Original Message-----
From: Lutz Jaenicke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 1 August 2002 1:44 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Compiling OpenSSH 3.3 or 3.4 with OpenSSL 0.9.6e under
Solaris 9


On Wed, Jul 31, 2002 at 11:33:00AM -0400, Patrick Best-TM wrote:
> configure:8130: gcc -o conftest -g -O2 -Wall -Wpointer-arith
> -Wno-uninitialized -I/usr/local/ssl/include  -I/usr/loca
> l/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib  -L/usr/local/lib
> -R/usr/local/lib conftest.c -lz -lsocket -lnsl
>  -lcrypto >&5
> Undefined                       first referenced
>  symbol                             in file
> dlclose
> /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)  (symbol belongs to implicit
> dependen
> cy /usr/lib/libdl.so.1)
> dlsym
> /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)  (symbol belongs to implicit
> dependen
> cy /usr/lib/libdl.so.1)
> dlopen
> /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)  (symbol belongs to implicit
> dependen
> cy /usr/lib/libdl.so.1)
> ld: fatal: Symbol referencing errors. No output written to conftest
> collect2: ld returned 1 exit status
> configure:8133: $? = 1
> configure: failed program was:
> #line 8104 "configure"

It seems that you have installed openssl-engine-0.9.6e, which supports
dynamic loading of modules. It therefore requires the dynamic loading (dl*)
functions, provided by adding "-ldl" when linking.
  ./configure --with-libs="-ldl" ...

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus

Australia Post is committed to providing our customers with excellent service.  If we 
can assist you in any way please either telephone 13 13 18 or visit our website 
www.auspost.com.au.

CAUTION

This e-mail and any files transmitted with it are privileged and confidential 
information intended for the use of the addressee. The confidentiality and/or 
privilege in this e-mail is not waived, lost or destroyed if it has been transmitted 
to you in error. If you have received this e-mail in error you must (a) not 
disseminate, copy or take any action in reliance on it; (b) please notify Australia 
Post immediately by return e-mail to the sender; and (c) please delete the original 
e-mail.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to