Search found 8 matches

by kamanna
Fri Feb 04, 2005 10:47 pm
Forum: ZoneMinder Previous Versions
Topic: chown: `apache:apache': invalid user
Replies: 11
Views: 13456

I'm sorry, what I showed you was the parent process, I assumed that was what was needed. Shown below is the complete output from the command: linux:~ # cd /usr/local/zm-1.19.5 linux:/usr/local/zm-1.19.5 # ps -Af |grep httpd root 21561 1 0 Feb02 ? 00:00:00 /usr/sbin/httpd2-prefork -f /etc/apache2/htt...
by kamanna
Fri Feb 04, 2005 7:12 am
Forum: ZoneMinder Previous Versions
Topic: chown: `apache:apache': invalid user
Replies: 11
Views: 13456

Running the command you supplied produced the following:
root 21561 1 0 Feb02 ? 00:00:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf

Based on that, would the Configure command arguments be:
--with-webuser=root --with-webgroup=apache
or:
--with-webuser=root --with-webgroup=root
by kamanna
Fri Feb 04, 2005 2:04 am
Forum: ZoneMinder Previous Versions
Topic: chown: `apache:apache': invalid user
Replies: 11
Views: 13456

I'm not sure I completely understand the previous two posts, but as I understand it, the Apache daemon must own the source files, and thus the chown commands that are failing are attempting to give the Apache Daemon the privileges for this. However I still am unskilled enough to be able to determine...
by kamanna
Wed Feb 02, 2005 11:04 pm
Forum: ZoneMinder Previous Versions
Topic: chown: `apache:apache': invalid user
Replies: 11
Views: 13456

chown: `apache:apache': invalid user

I have successfully completed a ?make? of ZoneMinder 1.19.5. I now am attempting to install as shown: linux:/usr/local/zm-1.19.5 # make install In two places in the install, the following error is displayed: chown: `apache:apache': invalid user According to YaST - I have Apache2 already installed an...
by kamanna
Sat Jan 29, 2005 7:37 am
Forum: ZoneMinder Previous Versions
Topic: install_driver(mysql) failed ...
Replies: 6
Views: 5085

I did find the cause. Turns out if you are using a proxy you may also need to specify the proxy port # along with the IP. See below: Your ftp_proxy? [http://192.168.0.1] http://192.168.0.1:XXXX Your http_proxy? [http://192.168.0.1] http://192.168.0.1:XXXX Where XXXX = Proxy Port number Thank you ver...
by kamanna
Wed Jan 26, 2005 8:47 am
Forum: ZoneMinder Previous Versions
Topic: install_driver(mysql) failed ...
Replies: 6
Views: 5085

I have a follow-up question. I looked in the files listed in the error messages, and found this in each of them: <html><head><title>Error</title></head><body>The network request is not supported. </body></html> Clearly CPAN wasn't talking. I looked at the thread at: http://www.linux.ie/pipermail/ilu...
by kamanna
Wed Jan 26, 2005 7:23 am
Forum: ZoneMinder Previous Versions
Topic: install_driver(mysql) failed ...
Replies: 6
Views: 5085

When I am attempting to load the DBD/mysql perl module, I see the following messages: 1) Your /root/.cpan/sources/modules/02packages.details.txt.gz does not contain a Line-Count header. 2) Your /root/.cpan/sources/modules/02packages.details.txt.gz does not contain a Last-Updated header. 3) Can't loc...
by kamanna
Tue Jan 18, 2005 5:56 am
Forum: ZoneMinder Previous Versions
Topic: Zoneminder and Fedora Core 3 on a 64-bit AMD System, help
Replies: 6
Views: 4691

I am having the same problem. I am running the following command: ./configure --with-mysql=/usr/local/mysql-debug-4.1.8-pc-linux-i686 --with-ffmpeg=/usr/local/ffmpeg-0.4.9-pre1 --with-lame=/usr/local/lame-3.96.1 --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin The result is as follows: ...