Date: Sun, 21 Jun 1998 02:45:02 +0800 From: Adrian Chadd <adrian@creative.net.au> To: freebsd-questions@FreeBSD.ORG Subject: DBI/Perl5 going under 2.2.6-REL.. Message-ID: <199806201845.CAA10757@mail.creative.net.au>
next in thread | raw e-mail | index | archive | help
Hi.
I installed perl 5.00404 as a package under 2.2.6-REL.
Then I installed :
p5-DBI-0.93.tgz
mysql-3.21.25g.tgz
p5-Mysql-modules-1.1810.tgz
mysql works fine. But when I try to include the DBI stuff I get:
Can't find 'boot_DBI' symbol in /usr/local/lib/perl5/site_perl/i386-freebsd/auto/DBI/DBI.so
at /home/waix/bin/test.pl line 3
BEGIN failed--compilation aborted at /home/waix/bin/test.pl line 3.
Which is rather annoying.
All test.pl is is this:
#!/usr/bin/perl
use DBI;
0;
If I use DBI::mysql.. I get a similar error to the above one, but the error
comes from mysql.pm not test.pl .
Any ideas?
Thanks,
Adrian
--
Adrian Chadd | "Once in a lifetime, you find someone,
<adrian@creative.net.au> | Who touches not only your heart,
| But also your soul."
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806201845.CAA10757>
