DBI install problem
- From: DTeklu@xxxxxxx (Daniel Teklu)
- Date: Fri, 29 Apr 2005 17:11:01 -0400
I am having a problem installing DBI giving me this error:
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xO3 -xdepend -DVERSION=\"1.48\" -DXS_VERSION=\"1.48\" -fPIC -I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -DDBI_NO_THREADS Perl.c
gcc: language depend not recognized
gcc: Perl.c: linker input file unused because linking not done
/usr/bin/perl -I/usr/perl5/5.6.1/lib/sun4-solaris-64int -I/usr/perl5/5.6.1/lib /usr/perl5/5.6.1/lib/ExtUtils/xsubpp -typemap /usr/perl5/5.6.1/lib/ExtUtils/typemap -typemap typemap DBI.xs > DBI.xsc && mv DBI.xsc DBI.c
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xO3 -xdepend -DVERSION=\"1.48\" -DXS_VERSION=\"1.48\" -fPIC -I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -DDBI_NO_THREADS DBI.c
gcc: language depend not recognized
gcc: DBI.c: linker input file unused because linking not done
Running Mkbootstrap for DBI ()
chmod 644 DBI.bs
rm -f blib/arch/auto/DBI/DBI.so
LD_RUN_PATH="" gcc -G DBI.o -o blib/arch/auto/DBI/DBI.so
gcc: DBI.o: No such file or directory
gcc: no input files
*** Error code 1
make: Fatal error: Command failed for target `blib/arch/auto/DBI/DBI.so'
It seems like I need to compile my own perl instead of using the pre-packaged SUN perl. However, I had once read there was a work around by editing the MakeFile file but I dont recall what to edit. Does any one know how to get past this? Any suggestions other thant re-compiling Perl.
I am using gcc version 3.2 and perl, v5.6.1 built for sun4-solaris-64int.
Thanks
- Prev by Date: Re: UTF8 in CSV (was Re: select through DBD::CSV)
- Next by Date: RE: DBI install problem
- Previous by thread: last_insert_id() / MSSQL
- Next by thread: RE: DBI install problem
- Index(es):
Relevant Pages
|