I am getting errors while compiling DBD-mysql 2.9002 on HP-UX 11.00
I have perl 5.8 downloaded from HP depot installed at /opt/perl
Mysql 4.0.13 compiled myself with gcc with Mysql recommended options
and working fine
I am getting this error
.....
Running Mkbootstrap for DBD::mysql ()
chmod 644 mysql.bs
rm -f blib/arch/auto/DBD/mysql/mysql.sl
LD_RUN_PATH="/usr/local/mysql/lib/mysql:/usr/local/lib:/lib"
/opt/perl/bin/perl
myld gcc -shared -static-libgcc -fPIC dbimp.o mysql.o -o
blib/arch/auto/DBD/mysql/mysql.sl -L/usr/local/mysql/lib/mysql
-lmysqlclient -lz -lcrypt -lnsl -lm
gmake: *** [blib/arch/auto/DBD/mysql/mysql.sl] Error 1
How can I fix this ?, any tips?
Thanks