I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-09-11 19:59:30-07 by orthogonal
Cannot install Crypt::SSLeay on Solaris 5.10
Hello! Trying to install Crypt::SSLeay on Solaris 5.10 platform. I get following error... I have checked that include dir: -I/usr/local/ssl/include/openssl has all the files like ssl.h, etc. Any suggestions will be greatly apprecieated # perl Makefile.PL ======================================================= Only one OpenSSL installation found at /usr/local/ssl Consider running 'perl Makefile.PL --default' the next time Crypt::SSLeay is upgraded to select this directory automatically thereby avoiding the following prompt. ======================================================= Which SSL install path do you want to use? [/usr/local/ssl] /usr/local/ssl BUILD INFORMATION ================================================ ssl library: OpenSSL 0.9.8 in /usr/local/ssl ssl header: openssl/ssl.h libraries: -L/usr/local/ssl/lib -lssl -lcrypto -lgcc include dir: -I/usr/local/ssl/include/openssl ================================================ Note (probably harmless): No library found for -lgcc Writing Makefile for Crypt::SSLeay The test suite can attempt to connect to public servers to ensure that the code is working properly. If you are behind a strict firewall or have no network connectivity, these tests may fail (through no fault of the code). Do you want to run the live tests (y/N) ? [N] n # make cc -c -I/usr/local/ssl/include/openssl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"0.56\" -DXS_VERSION=\"0.56\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" SSLeay.c "./crypt_ssleay_version.h", line 1: cannot find include file: "openssl/ssl.h" "./crypt_ssleay_version.h", line 2: cannot find include file: "openssl/crypto.h" "./crypt_ssleay_version.h", line 3: cannot find include file: "openssl/err.h" "./crypt_ssleay_version.h", line 4: cannot find include file: "openssl/rand.h" "./crypt_ssleay_version.h", line 5: cannot find include file: "openssl/pkcs12.h" "SSLeay.xs", line 43: syntax error before or at: * "SSLeay.xs", line 43: warning: undefined or missing type for: int "SSLeay.xs", line 43: warning: undefined or missing type for: int "SSLeay.xs", line 48: undefined symbol: where "SSLeay.xs", line 48: undefined symbol: SSL_ST_MASK "SSLeay.xs", line 50: undefined symbol: SSL_ST_CONNECT "SSLeay.xs", line 52: undefined symbol: SSL_ST_ACCEPT "SSLeay.xs", line 57: undefined symbol: SSL_CB_LOOP "SSLeay.xs", line 58: undefined symbol: s "SSLeay.xs", line 60: undefined symbol: SSL_CB_ALERT "SSLeay.xs", line 61: undefined symbol: SSL_CB_READ "SSLeay.xs", line 63: undefined symbol: ret "SSLeay.xs", line 66: undefined symbol: SSL_CB_EXIT "SSLeay.xs", line 67: undefined symbol: ret "SSLeay.xs", line 68: undefined symbol: s "SSLeay.c", line 118: undefined symbol: SSL_CTX "SSLeay.c", line 118: undefined symbol: RETVAL "SSLeay.xs", line 102: undefined symbol: ctx "SSLeay.xs", line 103: syntax error before or at: static "SSLeay.xs", line 107: undefined symbol: bNotFirstTime "SSLeay.xs", line 117: undefined symbol: rand_bytes_read "SSLeay.xs", line 122: undefined symbol: buf "SSLeay.xs", line 135: undefined symbol: SSL_OP_ALL "SSLeay.xs", line 137: undefined symbol: SSL_VERIFY_NONE "SSLeay.c", line 163: cannot recover from previous errors cc: acomp failed for SSLeay.c *** Error code 2 make: Fatal error: Command failed for target `SSLeay.o'
Direct Responses: 6052 | Write a response