Can't locate Net/Z3950.pm
My friend Marcin and I trying to run the ISBN lookup packages provided previously by someone on this list, and I thought I had the Z3950 libraries installed, but I gt the following error $ ./get_isbn.pl 0802414133 Can't locate Net/Z3950.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0 /usr/local/lib/site_perl /usr/lib/perl5/site_perl/5.6.1 .) at ./get_isbn.pl line 3. BEGIN failed--compilation aborted at ./get_isbn.pl line 3. Any suggestions? Thanks -Erik -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm
On 2003-11-20 23:05:41 +0000 Erik Peterson <reefdude@email.com> wrote:
Any suggestions?
Stupid question, but have you upgraded perl since installing them? (I see both 5.6 and 5.8 paths in your INC.) If so, have you reinstalled Net::Z3950 for the new perl? I think it has compiled parts, which might not work across major perl upgrades. -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
participants (2)
-
Erik Peterson -
MJ Ray