Hello, There are no conceptual reasons. I will rebuild OpenSSL as a shared library. I will check the configure options for OpenSSL.
Thank you. Johan GUIHENEUF MOIE SIC Terre Tél : +33(0)1 41 30 29 65 Fax : + 33 (0)1 41 30 33 36 [EMAIL PROTECTED] Coordonnées EADS EADS Defence and Security Systems SA Defence and Communications Systems rue Jean-Pierre Timbaud Montigny-le-Bretonneux 78063 SAINT QUENTIN YVELINES Cedex [EMAIL PROTECTED] > -----Message d'origine----- > De : Quanah Gibson-Mount [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 23 mars 2006 18:19 > À : [EMAIL PROTECTED] > Cc : [email protected] > Objet : Re: [POSSIBLE VIRUS:###] RE: Error while trying to > compile "with TLS" > > > > --On Thursday, March 23, 2006 10:23 AM +0100 > [EMAIL PROTECTED] wrote: > > > Thank you for your advice about Heimdal and MIT. I will try > to compile > > instead of MIT krb5. I join the config.log file > corresponding to the > > failing compiling. I hope someone will find a track to the solution. > > Hi Johan, > > Please keep replies to the list. :) > > As for the SSL issues you are having, the problem is really > quite clear from the config.log: > > configure:19418: cc -o conftest -g -O2 > -I/usr/local/ssl/include -L/usr/local/ssl/lib > -L/usr/local/lib conftest.c -lssl -lcrypto -lresolv -lssl >&5 > /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': > dso_dlfcn.c:(.text+0x45): undefined reference to `dlopen' > dso_dlfcn.c:(.text+0xa1): undefined reference to `dlclose' > dso_dlfcn.c:(.text+0xcc): undefined reference to `dlerror' > /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function > `dlfcn_unload': > dso_dlfcn.c:(.text+0x15b): undefined reference to `dlclose' > /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function > `dlfcn_bind_var': > dso_dlfcn.c:(.text+0x221): undefined reference to `dlsym' > dso_dlfcn.c:(.text+0x295): undefined reference to `dlerror' > /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function > `dlfcn_bind_func': > dso_dlfcn.c:(.text+0x313): undefined reference to `dlsym' > dso_dlfcn.c:(.text+0x38f): undefined reference to `dlerror' > collect2: ld returned 1 exit status > configure:19424: $? = 1 > configure: failed program was: > > > Your libcrypto library contains references to functions in > other libraries that were not made a part of the linkpath, so > that needs to be addressed. > > Is there any particular reason you are building your > libraries static instead of shared? > > --Quanah > > -- > Quanah Gibson-Mount > Principal Software Developer > ITS/Shared Application Services > Stanford University > GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html >
