On Thu, 14 Mar 2002 06:15:23 -0500 Bob Paddock <[EMAIL PROTECTED]> wrote:
BP> Doing 'make static' after configuring for statics results in this at link BP> time: BP> BP> /usr/bin/ld: cannot find -lcrypto BP> collect2: ld returned 1 exit status BP> BP> There is /usr/lib/libcrypto.so so I'm not sure what it is complaning about BP> exactly? I think it complains about missing libcrypto.a (you're linking everything statically, remmeber). Please try "make quartstatic", this should work as your problem seems to be related to the shared library loading (also configure --with-modules=static for now). Regards, VZ _______________________________________________ Mahogany-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-users
