Hi,
 
this is my problem:
 
when i run 'make install' in for install a perl module "Net_SSLeay.pm-1.05" i get this:
 
=======================cut here=============================================================================================
# make install
mkdir blib
mkdir blib/lib
mkdir blib/lib/Net
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Net
mkdir blib/arch/auto/Net/SSLeay
mkdir blib/lib/auto
mkdir blib/lib/auto/Net
mkdir blib/lib/auto/Net/SSLeay
mkdir blib/man3
cp SSLeay.pm blib/lib/Net/SSLeay.pm
AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay)
blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters:
 directory blib/lib/auto/Net/SSLeay:
  ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read
  ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ
/usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 /usr/perl5/5.00503/ExtUtils/xsubpp  -typemap /usr/perl5/5.00503/ExtUtils/typemap -typemap typemap SSLeay.xs >xstmp.c && mv xstmp.c SSLeay.c
cc -c -I/usr/local/ssl/include  -xO3 -xdepend     -DVERSION=\"1.05\"  -DXS_VERSION=\"1.05\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE  SSLeay.c
cc: unrecognized option `-KPIC'
cc: language depend not recognized
cc: SSLeay.c: linker input file unused since linking not done
Running Mkbootstrap for Net::SSLeay ()
chmod 644 SSLeay.bs
LD_RUN_PATH="/usr/local/ssl/lib" cc -o blib/arch/auto/Net/SSLeay/SSLeay.so -R/usr/local/ssl/lib -G SSLeay.o    -L/usr/local/ssl -L/usr/local/ssl/lib -lssl -lcrypto
cc: SSLeay.o: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `blib/arch/auto/Net/SSLeay/SSLeay.so'
=======================cut here=============================================================================================
 
what is this?
i'm wrong in something related to the installation of openssl shared libraries? helpme...
 
from now, thanks
 
Sergio.-

Reply via email to