moving from DBI 1.32 to 1.46 problem
From: LeonidS (checklog_at_mail.ru)
Date: 01/16/05
- Previous message: pu: "Re: can't locate pg"
- Next in thread: LeonidS: "Re: moving from DBI 1.32 to 1.46 problem"
- Reply: LeonidS: "Re: moving from DBI 1.32 to 1.46 problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Jan 2005 04:09:02 -0800
I'm a beginner in Linux but I worked with this system some time to know
the basics and the structure. In the begining I was programming Perl
for windows.
I have Red Hat Enterprise Linux WS release 3 (Taroon Update 2).
I had DBI 1.32 installed on this machine.
I decided to install 1.46. Unfortuanlly I made the installation over
the old version (that was installed through RPM package) and via "make
install" from the sources files.
The result caused DBI to crash as you can see:
-----------------:
leonid@localhost> perl -MDBD::Pg -le 'print $DBD::Pg::VERSION;'
DBI object version 1.32 does not match $DBI::VERSION 1.46 at
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 249.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBI.pm line 254.
Compilation failed in require at
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/DBD/Pg.pm line
19.
BEGIN failed--compilation aborted at
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/DBD/Pg.pm line
19.
Compilation failed in require.
BEGIN failed--compilation aborted.
:-----------------
Now the situation (I assume) is that both versions mixed up and I don't
know how to remove them and Install normally new version.
I'll be glad to get some advices on that.
Thanks.
- Previous message: pu: "Re: can't locate pg"
- Next in thread: LeonidS: "Re: moving from DBI 1.32 to 1.46 problem"
- Reply: LeonidS: "Re: moving from DBI 1.32 to 1.46 problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|