Subject: | lipo error on OS X 10.6.7 |
bash-3.2# perl Makefile.PL
=======================================================
Only one OpenSSL installation found at /usr
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]
BUILD INFORMATION
================================================
ssl library: OpenSSL 0.9.8l in /usr
ssl header: openssl/ssl.h
libraries: -L/usr/lib -lssl -lcrypto -lgcc
include dir: -I/usr/include
================================================
Checking if your kit is complete...
Looks good
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]
bash-3.2# make
cp lib/Crypt/SSLeay/X509.pm blib/lib/Crypt/SSLeay/X509.pm
cp lib/Net/SSL.pm blib/lib/Net/SSL.pm
cp SSLeay.pm blib/lib/Crypt/SSLeay.pm
cp lib/Crypt/SSLeay/Conn.pm blib/lib/Crypt/SSLeay/Conn.pm
cp lib/Crypt/SSLeay/CTX.pm blib/lib/Crypt/SSLeay/CTX.pm
cp lib/Crypt/SSLeay/MainContext.pm blib/lib/Crypt/SSLeay/MainContext.pm
cp lib/Crypt/SSLeay/Err.pm blib/lib/Crypt/SSLeay/Err.pm
/usr/bin/perl /Library/Perl/Updates/5.10.0/ExtUtils/xsubpp -typemap
/System/Library/Perl/5.10.0/ExtUtils/typemap -typemap typemap SSLeay.xs > SSLeay.xsc
&& mv SSLeay.xsc SSLeay.c
gcc-4.2 -c -I/usr/include -arch x86_64 -arch i386 -arch ppc -g -pipe -fno-common -
DPERL_DARWIN -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"0.58\" -
DXS_VERSION=\"0.58\" "-I/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE"
SSLeay.c
/usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler
(/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for
architecture ppc not installed
Installed assemblers are:
/usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
/usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
lipo: can't open input file: /var/tmp//ccISsuDd.out (No such file or directory)
make: *** [SSLeay.o] Error 2