Koichi Mori writes:
Hello Sam,Sam Varshavchik <[EMAIL PROTECTED]> wrotein article Re: [Courier-imap] compile error on solalis8 at Thu, 13 Dec 2007 07:00:53 -0500In the tcpd directory, run 'make -n' to see the full link command.thanks alot the result is here. % gmake -n if test ! -f config.h; then \ rm -f stamp-h1; \ gmake stamp-h1; \ else :; fi gmake all-am gmake[1]: Entering directory `/usr/local/src/courier-imap-4.1.1/tcpd' if test ! -f config.h; then \ rm -f stamp-h1; \ gmake stamp-h1; \ else :; fi rm -f couriertls echo Linking couriertls; /bin/bash ./libtool --tag=CC --quiet --mode=linkgcc -I./.. -I.. -Wall -g -O2 -R/usr/local/ssl/lib:/usr/local/lib:/usr/lib -L/usr/local/lib-L/usr/local/ssl/lib -o couriertls -static starttls.o argparse.o libcouriertls.la libspipe.la ../rfc1035/librfc1035.a ../md5/libmd5.la ../random128/librandom128.la ../numlib/libnumlib.la ../liblock/liblock.la ../soxwrap/libsoxwrap.a -Wl,-lssl -Wl,-lcrypto -Wl,-lsocket -Wl,-lnsl -Wl,-lsocket -Wl,-lnsl -lsocket
This shows the libtool link commmand, but not the actual link command, because of that -quiet option. Obtaining the actual link command would be rather difficult here.
The only thing I can suggest is that you verify that OpenSSL is build as a shared library, not as a static library. Even though OpenSSL's default makefile builds static libraries only, nobody really uses this configuration in practice, and there are a number of issues with that. All Linux and BSD distributions build and install OpenSSL as a shared library, and you should either.
Finally, why are you building 4.1.1? The current version is 4.3.0, try building the current version, instead.
pgpp9QE2J4pKx.pgp
Description: PGP signature
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
