Subject: | Can't compile SSLeay.c |
Date: | Thu, 20 Nov 2008 16:14:41 -0500 |
To: | <bug-Crypt-SSLeay [...] rt.cpan.org> |
From: | "Tierney, Kevin T" <kevin.t.tierney [...] verizon.com> |
Hello,
I'm having a problem running make to build Crypt::SSLeay. Specifically,
after
running "perl Makefile.PL", an error message says that -lgcc couldn't be
found.
This seems like a linker problem. Anyway, when I do "make", I get the
following:
cc -c -I/usr/local/ssl/include/openssl -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -xarch=v9 -DUSE_SITECUSTOMIZE
-DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O
-DVERSION=\"0.57_01\" -DXS_VERSION=\"0.57_01\"
-KPIC "-I/tools/perl-5.8.8/lib/5.8.8/sun4-solaris-thread-multi-64/CORE"
SSLeay.c
/usr/ucb/cc: language optional software package not installed
make: *** [SSLeay.o] Error 1
Any ideas on how to get this to build?
Thanks.
Kevin Tierney