MySQL Forums
Forum List  »  Perl

Re: DBD-mysql-3.0002 compile problem
Posted by: Jeremy
Date: April 25, 2006 01:43PM

I compiled PERL 5.8.8 from scratch using gcc. Then I tried to build the DBD::mysql and it came back with the same results. That is:

LD_RUN_PATH="/usr/lib" /usr/local/bin/perl myld gcc -G -L/usr/local/lib dbdimp.o mysql.o -o blib/arch/auto/DBD/mysql/mysql.so \
-L/opt/mysql/mysql/lib -lmysqlclient -lz -lposix4 -lcrypt -lgen -lsocket -lnsl -lm \

gcc: dbdimp.o: No such file or directory
gcc: mysql.o: No such file or directory
make: *** [blib/arch/auto/DBD/mysql/mysql.so] Error 1
/usr/local/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible

I'm on Solaris 9 on Sparc.

Options: ReplyQuote


Subject
Written By
Posted
Re: DBD-mysql-3.0002 compile problem
April 25, 2006 01:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.