dataweaver has asked for the wisdom of the Perl Monks concerning the following question:

Just a quickie.. as u can c below my /i386-linux/ has changed into /i686-linux/ but my programs are still looking for i386-linux how can i get them all to tow the i686-linux line??
[root@server1 Config-General-2.09]# make install Writing /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/auto/Config/Ge +neral/.packlist Appending installation info to /usr/local/lib/perl5/5.6.1/i686-linux/p +erllocal.pod [root@server1 sitediff]#./webdiff.pl Can't locate Config/General.pm in @INC (@INC contains: /usr/lib/perl5/ +5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/ +i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) + at ./webdiff.pl line 4.

edit (broquaint): added <code> tags

Replies are listed 'Best First'.
Re: Linking builds to libraries
by fglock (Vicar) on Oct 30, 2002 at 20:50 UTC

    I guess webdiff.pl has a #! line that points to a different Perl instalation (5.6.0) than the one you have in your path (5.6.1)