Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 41107
Status: rejected
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: nanis [...] runu.moc.invalid
Requestors: kevin.t.tierney [...] verizon.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Hello: I recently took on the task of clearing up the RT queue for Crypt-SSLeay and I came across your bug report. I have zero experience with Solaris. Could you please tell me which compiler you are trying to use? Do the problems persist if you remove /usr/ucb from the path? Is the discussion at http://forums.sun.com/thread.jspa?threadID=5390107 relevant? Thank you. Sinan On Thu Nov 20 16:18:03 2008, kevin.t.tierney@verizon.com wrote: Show quoted text
> 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
Hello again: Further searching revealed: http://www.unixguide.net/sun/faq/5.37.shtml cc complains that "language optional software package not installed". There is no C compiler included in Solaris 2.x. The /usr/ucb/cc script you are executing is a wrapper for the SunSoft C compiler which calls the native C compiler with the /usr/ucb includes and libraries. You need to get yourself a C compiler. I am therefore closing this request. -- Sinan On Mon Aug 09 17:55:42 2010, NANIS wrote: Show quoted text
> Hello: > > I recently took on the task of clearing up the RT queue for Crypt-SSLeay > and I came across your bug report. > > I have zero experience with Solaris. Could you please tell me which > compiler you are trying to use? Do the problems persist if you remove > /usr/ucb from the path? > > Is the discussion at http://forums.sun.com/thread.jspa?threadID=5390107 > relevant? > > Thank you. > > Sinan > > On Thu Nov 20 16:18:03 2008, kevin.t.tierney@verizon.com wrote:
> > 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
> >