Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 1998 11:06:44 +0800
From:      Adrian Chadd <adrian@creative.net.au>
To:        "Kevin G. Eliuk" <kevin_eliuk@sunshine.net>
Cc:        Adrian Chadd <adrian@creative.net.au>, freebsd-questions@FreeBSD.ORG
Subject:   Re: DBI/Perl5 going under 2.2.6-REL.. 
Message-ID:  <199806210306.LAA11220@mail.creative.net.au>
In-Reply-To: Your message of "Sat, 20 Jun 1998 12:31:06 MST." <Pine.BSF.3.96.980620121933.599A-100000@vanessa.eliuk.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Kevin G. Eliuk" writes:

>=> 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:
>=> 
>=> 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? 
>
>This is what you do.
>
># cd /usr/bin
># mv perl perl4.0
># ln -s /usr/local/bin/perl perl
># ls -l perl*
>lrwxrwxrwx  1 root  bin      19 May 10 20:10 /usr/bin/perl -> /usr/local/bin/p
>erl
>-r-xr-xr-x  1 bin   bin  274432 Mar 24 17:52 /usr/bin/perl4.0
>
>In future you may find some other makes may have a problem perl5.0004.
>Other than that you'll not have to ever revert it back.  At least I
>haven't.


root@darthvader:~# perl -v

This is perl, version 5.004_04 built for i386-freebsd

Copyright 1987-1997, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5.0 source kit.


--

Its the first thing I do. :-)

Any other ideas?

Adrian

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?199806210306.LAA11220>