|
From: | Fred Kiefer |
Subject: | Re: GNUstep CGI |
Date: | Mon, 20 Dec 2004 19:54:59 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040906 |
Hi Andreas, Andreas Höschler wrote:
I am tearing out my hairs. After reinstalling (from source) apache I am not able to get my GNUstep CGI running again. The Objective-C program is linked against a framework FBEnterprise.framework. Wehn i start the CGI from the commanline, everything is fine and HTML is printed. When I call in through the WEB-Browser I get an internal error and the following in apache error_log.ld.so.1: Adaptor: fatal: /opt/GNUstep/System/Library/Libraries/libFBEnterprise.so.1: Permission denied [Mon Dec 20 19:06:24 2004] [error] [client 217.184.211.206] Premature end of script headers: /usr/local/apache/cgi-bin/Adaptorbash-2.03$ ls -l /opt/GNUstep/System/Library/Libraries/libFBEnterprise.so.1 lrwxrwxrwx 1 ahoesch other 74 Dec 20 19:05 /opt/GNUstep/System/Library/Libraries/libFBEnterprise.so.1 -> ../Frameworks/FBEnterprise.framework/Versions/Current/ libFBEnterprise.so.1
The permissions you show here are these of the symbolic link. Could you also provide the ones from the real library file?
Did you test the application on the command line with the same user that is used by Apache?
Cheers Fred
[Prev in Thread] | Current Thread | [Next in Thread] |