Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Error loading libraries

Quote Reply
Error loading libraries
I just changed hosts to CIHOST (unix), and am having a problem with Perl 5.004 that does not exist with 5.003:

Specifically #!/usr/bin/perl5.003 works fine except the verify function will not run (even if I change the require statement to 5.003)

If I change this to #!/usr/local/bin/perl (which is the location used in Fileman which works and reports Perl Version 5.004) or #!/usr/bin/perl, loading any of the cgi's for Links 2.0 produces a text error:

"Error Loading System Libraries, and then a note that maybe I forgot to strip carrige returns after a network transfer." Changing all the references back to 5.003 clears this error and Links again runs fine. Tried it back and forth twice.

In Telnet "which perl" results in "/usr/local/bin/perl"

Is 5.004 more sensitive to some "carrige return" error than 5.003 ????

Any ideas are much appreciated!

Sorry for the odd question.

Quote Reply
Re: Never Mind: Re Error loading libraries In reply to
Got it. Sorry.

Seems there was a problem with a non-ascii transfer when I foolishly uploaded in "auto" mode - perl 5.003 let it go for some reason in the browser, but did report the same problem as 5.004 via telnet - started fresh and all is well.

Thanks.