al996 Posted May 22, 2008 Report Share Posted May 22, 2008 Trying to run a PERL script on Uniform Server 3.5-Apollo I get the following error: Perl lib version (v5.8.7) doesn't match executable version (v5.8.8) at W:/usr/lib/CGI/Carp.pm line 314.Compilation failed in require at W:/usr/lib/Time/Local.pm line 5.BEGIN failed--compilation aborted at W:/usr/lib/Time/Local.pm line 5.Compilation failed in require at W:/cgi-bin/plans.cgi line 172.BEGIN failed--compilation aborted at W:/cgi-bin/plans.cgi line 172. Any suggestions? Al Quote Link to comment Share on other sites More sharing options...
Minute Posted May 22, 2008 Report Share Posted May 22, 2008 Wow, I've never seen this before. Do you have two copies of Perl installed on your computer? If that isn't the case, then have you tried your script on a clean/new installation of Uniform Server? Quote Link to comment Share on other sites More sharing options...
al996 Posted May 22, 2008 Author Report Share Posted May 22, 2008 This was a brand new installation of US. Also, the program is running properly on a UNIX server. Al Quote Link to comment Share on other sites More sharing options...
Minute Posted May 22, 2008 Report Share Posted May 22, 2008 So, have you installed Perl on your PC by yourself? Quote Link to comment Share on other sites More sharing options...
Ric Posted May 22, 2008 Report Share Posted May 22, 2008 I am not sure if a separate installation of Perl is the problem never checked it. What I have found in the past some modules are version specific, i.e. need to be compiled for that version of Perl. I tried to explain on this page: http://center.uniformserver.com/new_users_...1.html#problems hope that helps. All the bestRic Quote Link to comment Share on other sites More sharing options...
al996 Posted May 22, 2008 Author Report Share Posted May 22, 2008 No other PERL installation on my PC. A search on 'perl' shows only the perl.exe and perl58.dll in the udrive/usr/bin directory. This really has me baffled. Al Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted May 23, 2008 Report Share Posted May 23, 2008 Basically the problem is what Ric stated. Carp.pm needs to be updated. Download: http://www.activestate.com/store/download_...f2-93a9927d354e Extract, and look for CGI/Carp.pm inside. Overwrite it with the one you have on the Uniform Server. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Minute Posted May 23, 2008 Report Share Posted May 23, 2008 /me never thought Uniform Server would come with outdated modules Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.