gcc -c -I/usr/local/ssl/include/openssl -I/home/utils/perl/include . +.. ^^^^^^^ ... In file included from SSLeay.xs:25: crypt_ssleay_version.h:1:25: openssl/ssl.h: No such file or directory ^^^^^^^ ...
You probably want to fix the include search path to read -I/usr/local/ssl/include. Otherwise - as the includes already have the openssl/ part in their relative path - the compiler would try /usr/local/ssl/include/openssl/openssl/ssl.h, which doesn't exist...
Not sure how far that would get you, but it's at least worth a try.
In reply to Re^2: Problems installing Crypt:::SSLeay
by almut
in thread Problems installing Crypt:::SSLeay
by mifflin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |