On Wed, Jan 16, 2008 at 03:04:59PM -0600, Jonathan Rockway wrote: > > On Wed, 2008-01-16 at 20:41 +0200, Angel Kolev wrote: > > after some upgrades of my perl modules: > > [EMAIL PROTECTED]:~/progs/MyApp$script/myapp_server.pl > > /usr/bin/perl: symbol lookup > > error: /usr/local/lib/perl/5.8.8/auto/Cwd/Cwd.so: undefined symbol: > > strlcpy > > This bug bit Andreas' smoker also. I don't know of the fix yet, but > I'll reply to this message if I find anything. (The dist in question is > PathTools; try downgrading that.) > > Regards, > Jonathan Rockway
I just got bit by the same thing when I installed HTML::Template and its dependencies on my file server. A cron job that runs mrtg started kicking out the error every five minutes. A web search finds this: http://rt.cpan.org/Public/Bug/Display.html?id=32296 part of which recommends (as one solution) downgrading PathTools to v3.25*. And of course you can get it here: http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/PathTools-3.2501.tar.gz That fixes it. Cheers, -- Bob McClure, Jr. Bobcat Open Systems, Inc. [EMAIL PROTECTED] http://www.bobcatos.com Make sure that nobody pays back wrong for wrong, but always try to be kind to each other and to everyone else. 1 Thessalonians 5:15 (NIV) _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
