Please help!
I've got problem installing DBI-1.14.
1. A complete log of a complete build:
perl Makefile.PL gives:
*** 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 DBI and then delete this working
directory before unpacking and building any DBD::* drivers.
make gives:
mkdir ./blib
mkdir ./blib/lib
mkdir ./blib/arch
mkdir ./blib/arch/auto
mkdir ./blib/arch/auto/DBI
mkdir ./blib/lib/auto
mkdir ./blib/lib/auto/DBI
mkdir ./blib/man1
mkdir ./blib/man3
cp lib/DBI/W32ODBC.pm ./blib/lib/DBI/W32ODBC.pm
cp lib/DBD/ExampleP.pm ./blib/lib/DBD/ExampleP.pm
cp lib/DBI/Shell.pm ./blib/lib/DBI/Shell.pm
cp lib/DBI/FAQ.pm ./blib/lib/DBI/FAQ.pm
cp lib/DBI/ProxyServer.pm ./blib/lib/DBI/ProxyServer.pm
cp lib/Bundle/DBI.pm ./blib/lib/Bundle/DBI.pm
cp lib/DBD/Proxy.pm ./blib/lib/DBD/Proxy.pm
cp lib/DBD/Multiplex.pm ./blib/lib/DBD/Multiplex.pm
cp DBIXS.h ./blib/arch/auto/DBI/DBIXS.h
cp dbd_xsh.h ./blib/arch/auto/DBI/dbd_xsh.h
cp dbi_sql.h ./blib/arch/auto/DBI/dbi_sql.h
cp lib/DBD/NullP.pm ./blib/lib/DBD/NullP.pm
cp lib/DBD/Sponge.pm ./blib/lib/DBD/Sponge.pm
cp lib/DBI/Format.pm ./blib/lib/DBI/Format.pm
cp Driver.xst ./blib/arch/auto/DBI/Driver.xst
cp lib/DBI/DBD.pm ./blib/lib/DBI/DBD.pm
cp lib/Win32/DBIODBC.pm ./blib/lib/Win32/DBIODBC.pm
cp DBI.pm ./blib/lib/DBI.pm
cp dbipport.h ./blib/arch/auto/DBI/dbipport.h
cp lib/DBD/ADO.pm ./blib/lib/DBD/ADO.pm
/usr/bin/perl -p -e "s/~DRIVER~/Perl/g" < ./blib/arch/auto/DBI/Driver.xst
> Perl.xsi
/usr/bin/perl -I/usr/lib/perl5/i386-linux/5.00405 -I/usr/lib/perl5
/usr/lib/perl5/ExtUtils/xsubpp -typemap /usr/lib/perl5/ExtUtils/typemap
Perl.xs >Perl.tc && mv Perl.tc Perl.c
cc -c -Dbool=char -DHAS_BOOL -O2 -DVERSION=\"1.14\"
-DXS_VERSION=\"1.14\" -fpic -I/usr/lib/perl5/i386- linux/5.00405/CORE
-DDBI_NO_THREADS Perl.c
cc: specs file malformed after 78 characters
make: *** [Perl.o] Error 1
make test gives:
make: *** No rule to make target 'test'. Stop.
make test TEST_VERBOSE=1 gives:
make: *** No rule to make target 'test'. Stop.
2.The output of perl -V
Summary of my perl5 (5.0 patchlevel 4 subversion 5) configuration:
Platform:
osname=linux, osvers=2.0.36, archname=i386-linux
uname='linux porky.redhat.com 2.0.36 #1 tue oct 13 22:17:11 edt 1998
i686 unknown '
hint=recommended, useposix=true, d_sigaction=define
bincompat3=y useperlio=undef d_sfio=undef
Compiler:
cc='cc', optimize='-O2', gccversion=2.7.2.3
cppflags='-Dbool=char -DHAS_BOOL'
ccflags ='-Dbool=char -DHAS_BOOL'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=undef, doublesize=undef
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt
libc=, so=so
useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Characteristics of this binary (from libperl):
Locally applied patches:
MAINT_TRIAL_7 - 5.004_05 maintenance trial 7
Built under linux
Compiled at Jan 7 1999 02:40:33
@INC:
/usr/lib/perl5/i386-linux/5.00405
/usr/lib/perl5
/usr/lib/perl5/site_perl/i386-linux
/usr/lib/perl5/site_perl
.
Any help greatly appreciated.
E-mail: [EMAIL PROTECTED]
Bye.