[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep CGI
From: |
Andreas Höschler |
Subject: |
Re: GNUstep CGI |
Date: |
Mon, 20 Dec 2004 20:08:18 +0100 |
Hi Fred,
The permissions you show here are these of the symbolic link. Could
you also provide the ones from the real library file?
bash-2.03$ ls -l
/opt/GNUstep/System/Library/Frameworks/FBEnterprise.framework/Versions/
A/libFBEnterprise.so.1.0.0
-rwx------ 1 ahoesch other 1578188 Dec 20 19:21
/opt/GNUstep/System/Library/Frameworks/FBEnterprise.framework/Versions/
A/libFBEnterprise.so.1.0.0
I saw that and tried
chmod 777
/opt/GNUstep/System/Library/Frameworks/FBEnterprise.framework/Versions/
A/libFBEnterprise.so.1.0.0
This didn't fix the problem.
Did you test the application on the command line with the same user
that is used by Apache?
Yes, as root and as ahoesch.
Following a hint from Adrian I tried
chmod a+rx
/opt/GNUstep/System/Library/Frameworks/FBEnterprise.framework/Versions/
Current/libFBEnterprise.so.1
This did not solve the issue. Following a further hint from him I then
tried:
chmod -R a+rx
/opt/GNUstep/System/Library/Frameworks/FBEnterprise.framework/
This solved it. However, I have never done that before. It used to work
without this extra step until yesterday. Could anybody enlighten me
what could have changed so that this extra step is required now?
Thanks a lot!
Regards,
Andreas