Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Patrick Kessen on September 30, 2000, 04:11:13 AM
-
Hi All,
I'm trying to get a docmanagement system running on esmith4,
http://sourceforge.net/projects/cms
When I go to the url on my esmith machine the cgi issn't started (it is 755) but it is listed in the browser window. Any idea how I can get this running?
Patrick
btw. if anyone here knows any other good document management systems (possibly based on php+mysql) then I'd like to hear about it.
-
When is use CGI/Perl on my EM, i put the code into a SHTML.
That works for me..
Example:
is in my banner.shtml on my Site.
http://www.zbox.dk/bbs
-
If I execute the cgi from my shell this is the output I get.
[root@e-smith repository]# ./index.cgi
Can't locate URI/Escape.pm in @INC (@INC contains: /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at ./index.cgi line 17.
BEGIN failed--compilation aborted at ./index.cgi line 17.
When I make an index.shtml with the following content
the screen remains blank in the webbrowser when I load it.
I'm going to find out where I can get URI/Escape.pm that seems the be the problem.