Gossamer Forum
Home : Products : DBMan : Installation :

Error loading required libraries

Quote Reply
Error loading required libraries
Here it is. I'm new at this so i'm not sure what strip carriage returns means. thanks

CGI ERROR
==========================================
Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: (Maybe you didn't strip carriage returns after a network transfer?)

Script Location : db.cgi
Perl Version : 5.00404
Setup File : default.cfg

Form Variables
-------------------------------------------

Environment Variables
-------------------------------------------
DOCUMENT_ROOT : /data1/hypermart.net
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
HTTP_ACCEPT_CHARSET : iso-8859-1,*,utf-8
HTTP_ACCEPT_ENCODING: gzip
HTTP_ACCEPT_LANGUAGE: en
HTTP_CONNECTION : Keep-Alive
HTTP_COOKIE : p_go2id=dX72Si5O7DaX2p0TVADp2D
HTTP_HOST : server3.hypermart.net
HTTP_PRAGMA : no-cache
HTTP_REFERER : http://www.hypermart.net/members/file/siteman.gsp?dir=/madh03/stats&item=/madh03&operation=CD
HTTP_USER_AGENT : Mozilla/4.61 [en]C-CCK-MCD {C-UDP; LEHIGHUNIV} (Win98; I)
PATH : /usr/local/bin:/usr/bin:/bin
QUERY_STRING :
REMOTE_ADDR : 128.180.123.87
REMOTE_PORT : 2217
REQUEST_METHOD : GET
REQUEST_URI : /madh03/db.cgi
SCRIPT_FILENAME : /data1/hypermart.net/madh03/db.cgi
SCRIPT_NAME : /madh03/db.cgi
SCRIPT_URI : http://server3.hypermart.net/madh03/db.cgi
SCRIPT_URL : /madh03/db.cgi
SERVER_ADMIN : webmaster@hypermart.net
SERVER_NAME : server3.hypermart.net
SERVER_PORT : 80
SERVER_PROTOCOL : HTTP/1.0
SERVER_SOFTWARE : Apache/1.3.6 (Unix)



Quote Reply
Re: Error loading required libraries In reply to
It means that one or more of your files was uploaded in binary mode.

You need to delete the files and upload them again, making absolutely certain that each file is uploaded in ASCII mode. Then you'll need to set the permissions again.