Gossamer Forum
Home : Products : DBMan : Installation :

how can i find perl5.003 win32 zip files in internet?

Quote Reply
how can i find perl5.003 win32 zip files in internet?
I have downloaded the ActivePerl-5.6.0.618-MSWin32-x86-multi-thread.msi and installed it to my win98 personal web server 4.0. But i have found errors every time as following:

----------------------------------------------------------

CGI ERROR
==========================================
Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: Can't locate default.cfg in @INC (@INC contains: . C:/Perl/lib C:/Perl/site/lib .) at C:\Inetpub\wwwroot\cgi-bin\dbman\db.cgi line 51.

Script Location : C:\Inetpub\wwwroot\cgi-bin\dbman\db.cgi
Perl Version : 5.006
Setup File : default.cfg

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

Environment Variables
-------------------------------------------
CMDLINE : WIN
COMSPEC : C:\WIN98\COMMAND.COM
CONTENT_LENGTH : 0
GATEWAY_INTERFACE : CGI/1.1
HTTPS : off
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */*
HTTP_ACCEPT_ENCODING: gzip, deflate
HTTP_ACCEPT_LANGUAGE: zh-cn
HTTP_CONNECTION : Keep-Alive
HTTP_COOKIE : home=c; visits=21
HTTP_HOST : lg
HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.0)
INSTANCE_ID : 1
LOCAL_ADDR : 169.254.13.221
PATH : C:\WIN98;C:\WIN98\COMMAND
PATH_INFO : /cgi-bin/dbman/db.cgi
PATH_TRANSLATED : C:\Inetpub\wwwroot\cgi-bin\dbman\db.cgi
PROMPT : $p$g
REMOTE_ADDR : 169.254.0.1
REMOTE_HOST : 169.254.0.1
REQUEST_METHOD : GET
SCRIPT_NAME : /cgi-bin/dbman/db.cgi
SERVER_NAME : lg
SERVER_PORT : 80
SERVER_PORT_SECURE : 0
SERVER_PROTOCOL : HTTP/1.1
SERVER_SOFTWARE : Microsoft-IIS/4.0
TEMP : C:\WIN98\TEMP
TMP : C:\WIN98\TEMP
WINBOOTDIR : C:\WIN98
WINDIR : C:\WIN98

---------------------------------------------------

You can help me?




Xiaoyu Huang (Nickname: fish)
http://ctinfish.at.china.com/channel/latest/index.htm
Quote Reply
Re: how can i find perl5.003 win32 zip files in internet? In reply to
Check out my post in the DBMan Discussion forum titled DBMan in a Windows environment - Checklist, it covers the major difference in setting up DBMan in Windows as opposed to Unix.

Running Perl 5.006 probobly won't hurt DBMan, so there's no nead to "downgrade" to 5.003.

If, after going through the post mentioned above, you are still having problems, please let us know.

Good luck!

- Mark


Astro-Boy!!
http://www.zip.com.au/~astroboy/
Quote Reply
Re: how can i find perl5.003 win32 zip files in internet? In reply to
This looks like Perl was istalled and then moved. Try reinstalling Perl and leaving it where it is. I had the same thing happen.
Once I did that the bang on the db.cgi now looks like this:
#!D:\www\perl\bin\Perl5.6.0.exe
the program is working but not with out error, that is only a matter of time.


Dave

Quote Reply
Re: how can i find perl5.003 win32 zip files in internet? In reply to
Looks like it cant find default.cfg