On Tue, Apr 24, 2001 at 02:05:17PM -0400, [EMAIL PROTECTED] wrote:
> in the make step I am getting.....
>
> ld: Invalid loader fixup for symbol "$002B0009".
> *** Error exit code 1
This error indicates that you are trying to use a object file
created for static linking for shared library use. Object files
to be used with shared libraries must be compiled with the +z/+Z
(or -fpic/-fPIC for gcc) compiler options.
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]