[ic] Re: Problem installing interchange 5 on redhat 4.0 ES

Davor Ocelic docelic at mail.inet.hr
Tue Mar 22 09:20:32 EST 2005


> This is the program in /var/www/cgi-bin/
> 
> -rwsr-xr-x  1 interch interch  7000  5. Mai 2004  foundation

Gunther,

Try running /var/www/cgi-bin/foundation from the command line.
If it displays anything but the "Server unavailable" error, then your problem
is in web server setup.

If it displays the same message, then it is probably looking for Interchange
Unix socket in the wrong place.

Run this:
  strace -s 2048 -o /tmp/strace -e trace=open /var/www/cgi-bin/foundation

  grep interchange.sock /tmp/strace
  grep socket /tmp/strace

Some of the greps should reveal you the path to the Unix socket file
the foundation script is expecting. Then see if the file is really there.

If this is indeed the problem, you'll either have to symlink the socket
file, or recompile the link program ("foundation") to use a different path.

Hope it helps,
-doc


More information about the interchange-users mailing list