Problem with httpd


Click here for full thread
Clicked A Few Times
I have finally installed ECCE v6.4 onto a new linux box (Fedora 17)

I only have one work station and I am loath to run ecce as root. So I tried to do the initial start of the server qith the start_ecce_server command run as the user ecceadm. I received the following error message:

/usr/share/ecce-v6.4/server/httpd/bin/apachectl: line 79: /usr/share/ecce-v6.4/server/httpd/bin/httpd: cannot execute binary file
/usr/share/ecce-v6.4/server/httpd/bin/apachectl start: httpd could not be started

I checked the permissions on the files httpd and apachectl - owner and group had execute priveleges. I changed the protection to 755 on these two files. I also checked priveleges along the entire path. NOthing obvious was blocking the execution of the files. I tried again and again I received the error message shown.

I then deleted the server directory and ran the server install. After this I tried to execute the script start_ecce_server - again receiving the error message shown.

I did the requisite software check - java, perl, gtk+ etc all were there and of acceptable versions. I do not have any firewall on this machine, so I do not thinkthis is a port issue.

Any ideas?