Path to control scripts
Posted: Sat Oct 01, 2005 8:44 pm
Hi Phil,
In setting up an Axis213 PTZ camera I had trouble getting PTZ fuctions to work. I found in /var/log/httpd/error.log:
I was able to get things working by symlinking the control scripts to /usr/local/bin
I then went looking for where the wrong path is called from. I haven't found it yet, but came across these lines:
Ross
In setting up an Axis213 PTZ camera I had trouble getting PTZ fuctions to work. I found in /var/log/httpd/error.log:
This system is installed from my rpm which calls ./configure with --prefix=/usrsh: /usr/local/bin/zmcontrol-axis-v2.pl: No such file or directory
I was able to get things working by symlinking the control scripts to /usr/local/bin
I then went looking for where the wrong path is called from. I haven't found it yet, but came across these lines:
Best regards,grep '/usr/local' /usr/bin/zm*
/usr/bin/zmtrack.pl: my $suspend_cmd = "/usr/local/bin/zmu -m ".$monitor->{Id}." -u -U admin -P pc00zm";
/usr/bin/zmtrack.pl: my $resume_cmd = "/usr/local/bin/zmu -m ".$monitor->{Id}." -r -U admin -P pc00zm";
Ross