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

Jon Jensen jon at endpoint.com
Tue Mar 22 11:27:48 EST 2005


On Tue, 22 Mar 2005, Davor Ocelic wrote:

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

Given the date on the CGI file, I'm guessing it was copied from another 
system and has the wrong socket path.

> 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.

Or, easier, just do "strings /var/www/cgi-bin/foundation | grep sock". :)

Jon


-- 
Jon Jensen
End Point Corporation
http://www.endpoint.com/
Software development with Interchange, Perl, PostgreSQL, Apache, Linux, ...


More information about the interchange-users mailing list