Hello everyone
Im trying to install a module 'Bundle::DBI' and get some funny messages when
i do a make. Im using gnu ANSI-c compiler.
First I issued the command
dycdmp01 # perl Makefile.PL
this produced the following messages
*** 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.
I the ran the make command
dycdmp01 # make
This produced the following output
cc -c -Ae -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O +Onolimit
-D
VERSION=\"1.20\" -DXS_VERSION=\"1.20\" +z
-I/opt/perl5/lib/5.6.1/PA-RISC1.1/COR
E -DDBI_NO_THREADS Perl.c
cc: +Onolimit: No such file or directory
cc: +z: No such file or directory
<command line>: missing '(' after predicate
*** Error exit code 1
Stop.
By editing the Makefile and removing the entries for +Onolimit:: +z: I got
the errors down to
cc -c -Ae -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DVERSION=\"1.
20\" -DXS_VERSION=\"1.20\" -I/opt/perl5/lib/5.6.1/PA-RISC1.1/CORE
-DDBI_NO_THR
EADS Perl.c
<command line>: missing '(' after predicate
*** Error exit code 1
Stop.
Thanks for your help.
> Saurabh Bansal
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]