Sorry I really wouldn't know this one :-) You might consider asking the
question also on one of the website where the perlfreaks are. www.cpan.com
or www.perlmonks.com. Personally I'd try installing the latest version of
perl DBD & DBI mysql, however I don't know the strtol.o file and it might
be
Hi Tom,
I see from your error message that you have already installed DBI
yes? Your problem is you need to add the mysql library to your
ldconfig (Dynamic library list). I don't know what platform you are
one, for my plaforms I edit /etc/ld.so.conf and add the line
/usr/local/lib/mysql the
Please help me I'm going nuts...
I installed mysql with the DBD adn everything on two machines running PB. One one (my
home computer), everything is fine, on the other one (the server in my office), when I
try to run something based on the DBD (such as the bench), I get:
/System/Library/Frame
You need to install DBD & mysql DBI, you can download these at cpan
(www.cpan.com) or at the mysql website (www.mysql.com) the installation is
fairly simple, you need to extract the source to a directory and then do:
perl Makefile.pl
make
make test
if the make test succeeds
make install
you shoul