- or download this
perl Makefile.PL
Found OpenSSL (version OpenSSL 0.9.6) installed at /usr
Which OpenSSL build path do you want to link against? [/usr]
- or download this
Apparently no SSLeay installation at '/usr/include/openssl'
Are you sure you got it correct????
...
Note (probably harmless): No library found for -lRSAglue
Note (probably harmless): No library found for -lrsaref
Writing Makefile for Crypt::SSLeay
- or download this
perl Makefile.PL
Found OpenSSL (version OpenSSL 0.9.6) installed at /usr
...
Note (probably harmless): No library found for -lRSAglue
Note (probably harmless): No library found for -lrsaref
Writing Makefile for Crypt::SSLeay
- or download this
When installing openssl make sure your config looks like:
> ./config --openssldir=/usr/local/openssl
...
> ./config --openssldir=/usr --shared
The --shared option to config will set up building the .so shared libr
+aries which is important for such systems