From owner-freebsd-questions Sat Jun 20 11:45:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22530 for freebsd-questions-outgoing; Sat, 20 Jun 1998 11:45:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.creative.net.au (mail.creative.net.au [203.56.168.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22502 for ; Sat, 20 Jun 1998 11:45:25 -0700 (PDT) (envelope-from adrian@mail.creative.net.au) Received: from mail.creative.net.au (localhost.creative.net.au [127.0.0.1]) by mail.creative.net.au (8.8.5/8.7) with ESMTP id CAA10757 for ; Sun, 21 Jun 1998 02:45:03 +0800 (WST) Message-Id: <199806201845.CAA10757@mail.creative.net.au> To: freebsd-questions@FreeBSD.ORG Subject: DBI/Perl5 going under 2.2.6-REL.. Date: Sun, 21 Jun 1998 02:45:02 +0800 From: Adrian Chadd Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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, | 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