script not found or unable to stat: /usr/lib/cgi-bin/zms

Support and queries relating to all previous versions of ZoneMinder
Locked
Agrajag
Posts: 2
Joined: Fri Apr 08, 2005 12:18 am
Contact:

script not found or unable to stat: /usr/lib/cgi-bin/zms

Post by Agrajag »

Sorry if this has been asked before.. but I did read the troubleshooting/faq/searched the forums and didn't find anything.

Just installed zm 1.21.0. Followed the README, added a monitor, tried to view that monitor, but no go - my apache log gives me:

Code: Select all

[Fri Apr 08 10:11:43 2005] [error] [client 192.168.0.1] script not found or unable to stat: /usr/lib/cgi-bin/zms, ...
Which I find strange, as the location of zms is /home/filip/~public_html/zms/cgi-bin/zms. I can't figure out where it's getting the /usr/lib/cgi-bin/zms path from, as that's not in any of the configs.
From zm_config.php:

Code: Select all

define( "ZM_PATH_CGI", "/home/filip/public_html/zm/cgi-bin/" ); // Path to the ZoneMinder cgi files, autogenerated do not chan
ge (from zmconfig)

Code: Select all

mysql> select Value from Config where Value like '%usr/lib%';
Empty set (0.00 sec)
So.. I must have missed something somewhere - any ideas?
Agrajag
Posts: 2
Joined: Fri Apr 08, 2005 12:18 am
Contact:

Post by Agrajag »

nevermind.. realised it must've been my apache config straight after I posted that, fixed now :)
Locked