[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


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, ...
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.