I stand corrected. By starting apache manually, I was lulled into a
false sense apache would find the shared library. It did not on
reboot. After doing a make clean and issuing your instructions below
and make install, all is well.
Thanks again.

> This setting will not be used by mod_wsgi when run under Apache as
> Apache doesn't inherit your user environment unless you are actually
> running Apache as yourself.
>
> In cases where OS default library search path doesn't include
> directory where libpythonX.Y.so is installed, you can at time of
> compiling mod_wsgi go:
>
>   LD_RUN_PATH=/usr/local/lib make
>
> The LD_RUN_PATH environment variable when set for a compilation, will
> cause that path to be embedded in the resultant .so and so it will now
> how to find the library at runtime automatically.
>
> Graham
>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modwsgi@googlegroups.com.
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to