[stunnel-users] Problems compiling on AIX5.2 -- ld: 0711-317 ERROR: Undefined symbol: .inflateEnd

Michal Trojnara Michal.Trojnara at mobi-com.net
Sun Jul 24 00:25:56 CEST 2005


On 2005-07-22, at 17:05, Claus Lund wrote:
> ld: 0711-317 ERROR: Undefined symbol: .inflateEnd
> ld: 0711-317 ERROR: Undefined symbol: .deflateEnd
> ld: 0711-317 ERROR: Undefined symbol: .inflateInit_
> ld: 0711-317 ERROR: Undefined symbol: .deflateInit_
> ld: 0711-317 ERROR: Undefined symbol: .deflate
> ld: 0711-317 ERROR: Undefined symbol: .inflate
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
> collect2: ld returned 8 exit status
> make: 1254-004 The error code from the last command is 1."
>
> Hopefully there will be some C/AIX gurus out there who can help me get 
> past
> this problem...

It looks like you've built your OpenSSL library to use zlib as shared 
library.
Edit your "src/Makefile" and add "-lz" to the line starting with "LIBS 
=".
Please let us know if it helped.

Best regards,
     Mike




More information about the stunnel-users mailing list