Marc,
Looks like you don't have gcc. I'd get gcc, recompile perl with gcc, then
retry your makes.
_/ Thunder Jon Parley
_/ Software Engineer
_/_/_/ _/_/_/ ISSO - Software Mastering
_/ _/ _/_/_/
_/ _/ _/
i n v e n t [EMAIL PROTECTED]
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 25, 2002 9:17 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: problems installing DBI
Dear Sirs,
I have problems when I try ti install DBI on our Sun Server (Solaris 2.8).
I would realy be happy if you vould help me...
Thanks in advance
Marc
root@rowling /usr/local/lib/perl/DBI-1.21 : make realclean
rm -f blib/script/dbiproxy blib/script/dbish
rm -rf Perl.c DBI.c DBI-1.21 Perl.xsi dbish dbiproxy ndtest.prt ./blib
Makefile.aperl blib/arch/auto/DBI/extralibs.all perlmain.c mon.out core
core.*perl.*.? *perl.core so_locations pm_to_blib *.o *.a perl.exe DBI.bs
DBI.bso DBI.def DBI.exp
mv Makefile Makefile.old > /dev/null 2>&1
rm -rf blib/lib/auto/DBI blib/arch/auto/DBI
rm -f blib/arch/auto/DBI/DBI.so blib/arch/auto/DBI/DBI.bs
rm -f blib/arch/auto/DBI/DBI.a
rm -f blib/arch/auto/DBI/DBIXS.h blib/lib/DBD/NullP.pm
rm -f blib/arch/auto/DBI/dbipport.h blib/arch/auto/DBI/dbd_xsh.h
rm -f blib/lib/DBI/Format.pm blib/lib/DBI/Shell.pm blib/lib/DBI.pm
rm -f blib/lib/DBI/FAQ.pm blib/lib/DBD/ExampleP.pm blib/lib/Bundle/DBI.pm
rm -f blib/lib/Win32/DBIODBC.pm blib/lib/DBI/W32ODBC.pm blib/lib/DBI/DBD.pm
rm -f blib/lib/DBI/ProxyServer.pm blib/lib/DBD/Proxy.pm
rm -f blib/arch/auto/DBI/dbi_sql.h blib/arch/auto/DBI/Driver.xst
rm -f blib/lib/DBD/Sponge.pm
rm -rf Makefile Makefile.old
root@rowling /usr/local/lib/perl/DBI-1.21 :
root@rowling /usr/local/lib/perl/DBI-1.21 : perl Makefile.PL
*** Note:
The optional PlRPC-modules (RPC::PlServer etc) are not installed.
If you want to use the DBD::Proxy driver and DBI::ProxyServer
modules, then you'll need to install the RPC::PlServer, RPC::PlClient,
Storable and Net::Daemon modules. The CPAN Bundle::DBI may help you.
You can install them any time after installing the DBI.
You do *not* need these modules for typical DBI usage.
Optional modules are available from any CPAN mirror, in particular
http://www.perl.com/CPAN/modules/by-module
http://www.perl.org/CPAN/modules/by-module
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module
Checking if your kit is complete...
Looks good
Writing Makefile for DBI
Remember to actually *read* the README file!
Use 'make' to build the software (dmake or nmake on Windows).
Then 'make test' to execute self tests.
Then 'make install' to install the DBI and then delete this working
directory before unpacking and building any DBD::* drivers.
root@rowling /usr/local/lib/perl/DBI-1.21 :
root@rowling /usr/local/lib/perl/DBI-1.21 : make
cp Changes blib/lib/DBI/Changes.pm
cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm
cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm
cp DBIXS.h blib/arch/auto/DBI/DBIXS.h
cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h
cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm
cp dbipport.h blib/arch/auto/DBI/dbipport.h
cp lib/DBI/Format.pm blib/lib/DBI/Format.pm
cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h
cp lib/DBI/Shell.pm blib/lib/DBI/Shell.pm
cp DBI.pm blib/lib/DBI.pm
cp lib/DBI/FAQ.pm blib/lib/DBI/FAQ.pm
cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm
cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm
cp Driver.xst blib/arch/auto/DBI/Driver.xst
cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm
cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm
cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm
cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm
/usr/bin/perl -p -e "s/~DRIVER~/Perl/g" < blib/arch/auto/DBI/Driver.xst >
Perl.xsi
/usr/bin/perl -I/usr/local/lib/perl5/5.6.1/sun4-solaris
-I/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp
-typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap Perl.xs > Perl.xsc &&
mv Perl.xsc Perl.c
gcc -c -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.21\" -DXS_VERSION=\"1.21\" -fPIC
-I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE -Wall -Wno-comment
-DDBI_NO_THREADS Perl.c
sh: gcc: not found
*** Error code 1
make: Fatal error: Command failed for target `Perl.o'
root@rowling /usr/local/lib/perl/DBI-1.21 :