Hello all. I'm new to perl and am having a problem with it. I used CPAN to install some modules on my previous version of Linux, Mandrake 9.0. That was so I could get VOCP to work. And it did, it worked fine. I just upgraded to Mandrake 9.1 and now it doesn't work anymore. It apparently keeps finding an old version of a module of tk::jpeg even though I have used CPAN and the module is up to date, and have installed the newest version of the module that was included on the Mandrake 9.1 cd set. I think it's just a path issue but I cannot find where the search path for perl is set. /usr/lib/perl5/5.8.0 had multiple directories under it, siteperl, vendorperl. I think vendor is the stuff Mandrake put in but I'm by no means sure. If I move either of those directories then perl barfs different errors about not finding the path that I moved. HOW DO I FIND AND FIX THIS?
The error I get is below. I think it means that it's finding 800.023 and expecting 800.024, which is installed. Tk::JPEG object version 800.023 does not match $Tk::JPEG::XS_VERSION 800.024 at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 249. Compilation failed in require at ./xvocp.pl line 95. BEGIN failed--compilation aborted at ./xvocp.pl line 95. Thanks all PK -- paul <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]