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

db.pl line error (library)

Quote Reply
db.pl line error (library)
Error including libraries: Missing right bracket at /www/host8665/cgi-local/links/admin/db.pl line 485, at end of line
syntax error at /www/host8665/cgi-local/links/admin/db.pl line 485, at EOF

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

--I checked that my absolute paths are correct yet I get this error! Also pretty sure my permissions are correct.
Any suggestions would be greatly appreciated.
Thanks
Quote Reply
Re: db.pl line error (library) In reply to
The problem is a syntax error in your db.pl file NOT the required libraries reference. Did you make any changes to this file?

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------




Quote Reply
Re: db.pl line error (library) In reply to
I made no changes. I even downloaded again and reinstalled the file (same error)!
I am using text editor to edit!

I am not quite sure what else to do!


Quote Reply
Re: db.pl line error (library) In reply to
Quick and dirty is add a right bracket } at the end of the db.pl file.

Also, if you have telnet, I would recommend accessing the db.pl and check line 485 in that file.

Use the following command lines:

Code:
cd /cgi-bin/links/

Code:
vi db.pl

Code:
:485

Then you should be able to check the syntax around that line.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------