QNX 6.20 and Apache

:frowning:
I have downlod apache1.3.27-php4.3.1.tar.gz
At the of tar -xzvf apache* I have these errors :
tar : usr/local: Cannot change mode to 0775: Not supported
tar : usr/local: Cannot chown to uid 0 gid 0: Not supported
tar : usr: Cannot change mode to 0775: Not supported
tar : usr: Cannot chown to uid 0 gid 0: Not supported
tar: Error exit delayed from previous errors
I try to start apache ./usr/local/apache/bin/apachectl start and the error is :
httpd could not be started

Thank you for your help.

If it’s not already, set your hostname to ‘localhost’ with hostname -s localhost, it might not be the problem you are having, but it caused me some grief having it set to something else. If it still does not work take a look at or post your error log.

HTH

Garry

  1. make sure you untar it under the root directory:
    cd /
    tar zxvf filename.tar.gz

  2. as Garry said, post back the error_log in /usr/local/apache/logs

Sorry a mistake in the commad

cd /usr/local/apache/bin/
apachectl start
all is correct httpd started
Thank you for your help