Hi Tim, We had a problem when we run "make" and the following commands. We have: > # uname -a > HP-UX hpdbs01 B.11.00 B 9000/800 1882750491 16-user license > and Sybase > --------------- > Adaptive Server Enterprise/11.9.2.4/1166/P/SWR 9319 > ROLLUP/HP9000-735/HP-UX 10. > Here is a list of our problems: > # 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. > > # make > 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/FAQ.pm blib/lib/DBI/FAQ.pm > cp lib/DBI/Shell.pm blib/lib/DBI/Shell.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 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 lib/DBI/DBD.pm blib/lib/DBI/DBD.pm > cp Driver.xst blib/arch/auto/DBI/Driver.xst > cp dbipport.h blib/arch/auto/DBI/dbipport.h > cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm > cp DBI.pm blib/lib/DBI.pm > /usr/local/bin/perl -p -e "s/~DRIVER~/Perl/g" < > blib/arch/auto/DBI/Drive > r.xst > Perl.xsi > /usr/local/bin/perl -I/usr/local/lib/perl5/5.00503/PA-RISC1.1 > -I/usr/loc > al/lib/perl5/5.00503 /usr/local/lib/perl5/5.00503/ExtUtils/xsubpp > -typemap /usr > /local/lib/perl5/5.00503/ExtUtils/typemap Perl.xs >xstmp.c && mv xstmp.c > Perl.c > gcc -c -D_HPUX_SOURCE -I/usr/local/include -D_FILE_OFFSET_BITS=64 > -I/us > r/local/include -O -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fpic > -I/usr/lo > cal/lib/perl5/5.00503/PA-RISC1.1/CORE -Wall -Wno-comment -DDBI_NO_THREADS > Perl.c > In file included from > /usr/local/lib/gcc-lib/hppa1.0-hp-hpux/2.8.1/include/sys/t > ypes.h:11, > from > /usr/local/lib/perl5/5.00503/PA-RISC1.1/CORE/perl.h:307, > from DBIXS.h:19, > from Perl.xs:1: > /usr/include/sys/stdsyms.h:288: #error "Large Files (ILP32) not supported > in str > ict ANSI mode." > *** Error exit code 1 > > Stop. > # make test > gcc -c -D_HPUX_SOURCE -I/usr/local/include -D_FILE_OFFSET_BITS=64 > -I/us > r/local/include -O -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fpic > -I/usr/lo > cal/lib/perl5/5.00503/PA-RISC1.1/CORE -Wall -Wno-comment -DDBI_NO_THREADS > Perl.c > In file included from > /usr/local/lib/gcc-lib/hppa1.0-hp-hpux/2.8.1/include/sys/t > ypes.h:11, > from > /usr/local/lib/perl5/5.00503/PA-RISC1.1/CORE/perl.h:307, > from DBIXS.h:19, > from Perl.xs:1: > /usr/include/sys/stdsyms.h:288: #error "Large Files (ILP32) not supported > in str > ict ANSI mode." > *** Error exit code 1 > > Stop. > # make test TEST_VERBOSE=1 > gcc -c -D_HPUX_SOURCE -I/usr/local/include -D_FILE_OFFSET_BITS=64 > -I/us > r/local/include -O -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fpic > -I/usr/lo > cal/lib/perl5/5.00503/PA-RISC1.1/CORE -Wall -Wno-comment -DDBI_NO_THREADS > Perl.c > In file included from > /usr/local/lib/gcc-lib/hppa1.0-hp-hpux/2.8.1/include/sys/t > ypes.h:11, > from > /usr/local/lib/perl5/5.00503/PA-RISC1.1/CORE/perl.h:307, > from DBIXS.h:19, > from Perl.xs:1: > /usr/include/sys/stdsyms.h:288: #error "Large Files (ILP32) not supported > in str > ict ANSI mode." > *** Error exit code 1 > > Stop. > # > ------------ # perl -v This is perl, version 5.005_03 built for PA-RISC1.1 ------------------ We tryed to install DBI-1.20. Please help. Thanks. Tanya
