Posted on 2006-09-12 06:35:40-07 by hmbrand in response to 2901
Re: Installing Crypt::SSLeay on AIX
Your (version of) cc (xlc) does not support the options that perl was built with
I see -q32 and -qlonglong, and both give a warning in the first three lines, causing syntax errors in the standard system headers.
Check first if a very simple C program will compile with the options that Makefile.PL has put in your Makefile based on how perl was built
Also check with perl -V if these options make sense to you.
The last thing to check is 32bit (your perl) is the same as what your libraries offer (maybe just 64bit). They don't go together.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.