Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 78847
Status: resolved
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: nanis [...] runu.moc.invalid
Requestors: nanis [...] runu.moc.invalid
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.64
Fixed in: (no value)



Subject: `-lz` should be last in LIBS in Makefile.PL
Makefile.PL has LIBS => [q{-lz -lssl -lcrypto -lssl32 -lssleay32 -leay32}] instead, this should be LIBS => [q{-lssl -lcrypto -lssl32 -lssleay32 -leay32 -lz}] for static linking to work. Thanks to Sisyphus for reporting this. -- Sinan
On Wed Aug 08 07:53:25 2012, NANIS wrote: Show quoted text
> Makefile.PL has > > LIBS => [q{-lz -lssl -lcrypto -lssl32 -lssleay32 -leay32}] > > instead, this should be > > > LIBS => [q{-lssl -lcrypto -lssl32 -lssleay32 -leay32 -lz}] > > for static linking to work. > > Thanks to Sisyphus for reporting this. > > -- Sinan