Installation Problem - Login page

Support and queries relating to all previous versions of ZoneMinder
Locked
filou
Posts: 9
Joined: Thu Jul 01, 2004 6:44 am

Installation Problem - Login page

Post by filou »

Good day everyone;

Well I've installed a linux media labs card w/ 4 inputs. Works fine in xawtv.

I then went on to install ZoneMinder. Started by using mysql_setpermission to install a DB w/ privileged and unprivileged user. I created an account & folder for ZoneMinder. Configured everything. Got one error - at the end of the ./zmconfig.pl with regards to Mysql access, so I loaded the db parameters using zmschema.sql.z and ran ./zmconfig.pl in silent mode - everything went well. I continued with the installation.

I can start zoneminder using the redhat script "/etc/init.d/zm start"

The server seems to start.

However, the zm page is not working: http://zone.chost.ca/

Thanks!
Any ideas???

PS: The homefolder /home/zoneminder is actualy a symlink to /home2/zoneminder

I assumer this does not matter, but just in case....

The log gives me one hint of problems, but I'm not sure what it means:

I get this every 5 minutes in zmdc.log:
---------------------------------------------



Can't locate MIME/Entity.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0) at /usr/local/bin/zmfilter.pl line 87.
BEGIN failed--compilation aborted at /usr/local/bin/zmfilter.pl line 87.
'zmfilter.pl ' crashed at 04/07/01 02:38:15, exit status 2
Starting pending process, zmfilter.pl
'zmfilter.pl' starting at 04/07/01 02:43:35, pid = 27289
'zmfilter.pl' started at 04/07/01 02:43:35
filou
Posts: 9
Joined: Thu Jul 01, 2004 6:44 am

And also...

Post by filou »

If this has to do with the problem:

I get an error when I try to run ZMS as a CGI:

http://zone.chost.ca/cgi-bin/zms

Server error!
The server encountered an internal error and was unable to complete your request.
Error message:
Premature end of script headers: zms

However, if I run it from shell, it looks OK:

./zms
Server: ZoneMinder Video Server/1.19.4
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Thu, 01 Jul 2004 07:11:44 GMT
Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
filou
Posts: 9
Joined: Thu Jul 01, 2004 6:44 am

Post by filou »

... and in case you want to know details about PHP/Apache on the server:

http://zone.chost.ca/debug.php
healy
Posts: 5
Joined: Mon Jun 14, 2004 5:50 pm

MIME::Entity

Post by healy »

This means you're missing a perl archive , if you search the forum you will find various post on this subject. (same as my subject header)
If you try to start ZM with what is in youre CGI dir , then youre only starting the videoserver for serving streams to the webclient , not the whole (set) of programs, in the readme there is a section which shows all the things you made with the build and it's a lot more than just a cgi!
filou
Posts: 9
Joined: Thu Jul 01, 2004 6:44 am

Star page?

Post by filou »

Thanks healy, the missing PERL module was installed without a glitch. My zm log gives no errors, but my start page is still not working:

http://zone.chost.ca/

Any idea what is causing this problem?


PS: The log looks fine:
Server shutdown at 04/07/01 14:07:54
Server starting at 04/07/01 14:08:10
'zmfilter.pl' starting at 04/07/01 14:08:14, pid = 2406
'zmfilter.pl' started at 04/07/01 14:08:14
'zmaudit.pl -d 900 -y' starting at 04/07/01 14:08:14, pid = 2411
'zmaudit.pl -d 900 -y' started at 04/07/01 14:08:14
'zmwatch.pl' starting at 04/07/01 14:08:14, pid = 2417
'zmwatch.pl' started at 04/07/01 14:08:14
'zmupdate.pl -c' started at 04/07/01 14:08:15
'zmupdate.pl -c' starting at 04/07/01 14:08:15, pid = 2422
[/b][/i]
filou
Posts: 9
Joined: Thu Jul 01, 2004 6:44 am

Post by filou »

Got my previous problem fixed: Silly php tag issue!

short_open_tag = off to on!
(always read the readme to the end :))
Locked