[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Msql'n'Perl don't play together anymore



On the weekend I upgraded a lot of stuff to hamm. Now perl and msqlperl give
me errors.

Everythinng went fine with perl-*-5.004.02-1.deb and msqlperl_0.91-1.deb.

After the upgrade I now have all perl-*-5.004.02-2.deb's and I am still 
using msqlperl_0.91-1.deb.
Now my old scripts give me errorrs like:

bin$ ./testmsql.pl 
Uncaught exception from user code:  
	Uncaught exception from user code:  
	Uncaught exception from user code:
	Can't locate loadable object for module Msql in @INC (@INC contains: 
	/usr/lib/perl5/i386-linux/5.004 /usr/lib/perl5 /usr/local/lib/site_perl/i386-linux 
	/usr/local/lib/site_perl .) at ./testmsql.pl line 4
	Carp::croak('Can\'t locate loadable object for module Msql in @INC (@INC cont...') 
	called at /usr/lib/perl5/i386-linux/5.004/DynaLoader.pm line 90
	DynaLoader::croak('Can\'t locate loadable object for module Msql in @INC (@INC cont...') 
	called at /usr/lib/perl5/i386-linux/5.004/DynaLoader.pm line 141
	DynaLoader::bootstrap('Msql') called at /usr/lib/perl5/Msql.pm line 87
	require Msql.pm called at ./testmsql.pl line 4
	main::BEGIN() called at /usr/lib/perl5/Msql/Statement.pm line 0
	eval {...} called at /usr/lib/perl5/Msql/Statement.pm line 0
	main::BEGIN() called at /usr/lib/perl5/Msql.pm line 0
	eval {...} called at /usr/lib/perl5/Msql.pm line 0
	BEGIN failed--compilation aborted at ./testmsql.pl line 4.

testmsql.pl is a short testscript wich does nothing but use Msql:

#!/usr/bin/perl -w
# testmsql.pl
use strict;
use diagnostics;
use Msql;
print "nothing";

The file "Msql.pm" is in /usr/lib/perl5 and there also is the subdir "Msql"

-- 
  Yours 	              	<a href="http://www.koeln-online.de/einblick/";>
  Frank Barknecht		Das Koelner Stadt- und Unimagazin
  >-------------<		</a>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: