Problem solved. It was some kind of strange
permissions problem. I moved the folder with the *.so
file to the /usr/lib64 folder and updated the SetEnv
statement in the config file to reflect this, and it
worked. I dont know why the SetEnv directive did not
work for the folder where it was origin
OK, a bit more information. When I use SetEnv
LD_DEBUG all in my config file, I see that in the
early part of the long error file apache is searching
through the correct LD_LIBRARY_PATH folder for files,
but then at the end of the error file it does not
search through the correct folder. What cou
Thanks Boyle and Joshua:
I believe Ive tried what you suggested. I tried using
both SetEnv and PassEnv in the config file, and the
LD_LIBRARY_PATH is set correctly in a terminal when I
open a terminal up. I usually use the session manager
to start apache, but the same problem occurs if I use
apac
--- JJ <[EMAIL PROTECTED]> wrote:
> I tried ading SeEnv LD_LIBRARY_PATH
> /path at the end of my httpd.conf file, and I also
> tried adding PASSEnv LD_LIBRARY_PATH. I stoped and
> started hpptd again, both from the Services gui in
> Fedora and via the apachestl script in a
Hello:
I am new at this and have apache 2 on my local
machine. On this machine, I can open a terminal,
start python, and import the scipy module. That
module requires that the LD_LIBRARY_PATH vaiable be
set, which it is in my .rcbash file. However, when I
run a cgi script the import of scipy fai
Hello:
I have a recent installation of Fedora 6 and just
started up httpd for the first time. I am able to
access my index page, but the style sheet does not
load for it. The page loads fine but all the style is
missing. The index and style sheet will load fine if
I simply open the index file i