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

Error including libraries: !!!!

Quote Reply
Error including libraries: !!!!
Hello Everyone,

I have already Links 1.1 Running, so im familiar with the installation, but when i have install version 2.0 here is the error :

When i run admin.cgi the error is

Error including libraries: Can't find string terminator '"' anywhere before EOF at /usr/local/www/data/members/stefanco/cgi-bin/admin/link/links.cfg line 217.

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

And here is my line 211 to 221 :

211 $db_links_name = "$db_script_path/data/links.db"; # PATH to links database.
212 $db_category_name = "$db_script_path/data/categories.db"; # PATH to category database.
213 $db_valid_name = "$db_script_path/data/validate.db"; # PATH to validation database.
214 $db_modified_name = "$db_script_path/data/modified.db"; # PATH to modification database.
215 $db_url_name = "$db_script_path/data/url.db"; # PATH to URL lookup database.
216 $db_email_name = "$db_script_path/data/email.db"; # PATH to email database.
217 $db_links_id_file_name = "$db_script_path/data/linksid.txt"; # PATH to links counter file.
218 $db_category_id_file_name = "$db_script_path/data/categoryid.txt"; # PATH to category counter
219 $db_hits_path = "$db_script_path/data/hits"; # PATH to hits directory.
220 $db_template_path = "$db_script_path/templates"; # PATH to templates.
221 $db_rates_path = "$db_script_path/data/rates"; # PATH to ratings.

And here is the configurations :

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/usr/local/www/data/members/stefanco/cgi-bin/admin/link";
$db_dir_url = "http://www.securenet.net/members/stefanco/cgi-bin/admin/link";

# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "http://www.securenet.net/members/stefanco/cgi-bin/link";

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/usr/local/www/data/members/stefanco/pages";
$build_root_url = "http://www.securenet.net/members/stefanco/pages";

Could someone help !!!

Thank's

Quote Reply
Re: Error including libraries: !!!! In reply to
I would say, redo your links.cfg file, from scratch. Sounds like you may have accidently deleted a quotation mark somewhere.

easier to start again then to look for it Smile

--Mark

------------------
You can reach my by ICQ at UID# 8602162

Quote Reply
Re: Error including libraries: !!!! In reply to
 

I would say, redo your links.cfg file, from scratch. Sounds like you may have accidently deleted a
quotation mark somewhere.

easier to start again then to look for it


------ Thank's, I will try that,

Stefan