Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Another error including libraries message...

Quote Reply
Another error including libraries message...
I apologize if this has been addressed before. I am getting the following error, and I'm not sure what to do about it...

Error including libraries: syntax error at links.cfg line 177, near "my @months = qw!Jan Feb Mar Apr May Jun Jul Aug Sep Oc"
(Might be a runaway multi-line OO string starting on line 136)

Make sure they exist, permissions are set properly, and paths are set correctly.

---

Any advice?

Quote Reply
Re: Another error including libraries message... In reply to
If you are using Perl 5.006, then that is your problem and a fix has been posted in this forum about two weeks ago.

Regards,

Eliot Lee
Quote Reply
Re: Another error including libraries message... In reply to
Thanks. I see some discussion on the Perl 5.006 problem, but no fix. Or do I just scrap the script and try something else? Unfortunately, I don't get to pick my version of perl. <grumble>

Quote Reply
Re: Another error including libraries message... In reply to
READ the following Thread:

http://www.gossamer-threads.com/...&vc=1#Post123915

BTW: To find out your PERL version, use the following command lines via telnet:

Code:

which perl


OR

Code:

where perl


(as discussed quite a few times in the support forums)

Regards,

Eliot Lee