On Tue, Jun 17, 2008 at 3:48 AM, James Matthews <[EMAIL PROTECTED]> wrote:
> The server is running suExec therefore Apache executes as the user. So it > should be able to read my library. > SuEXEC cleans the environment before calling your code. According to Step 19 described here: http://httpd.apache.org/docs/2.0/suexec.html the only environment variables that will be preserved in the environment created for your code are those listed in the "safe environment list" that is set during Apache configuration. I'd guess that LD_LIBRARY_PATH is not in that list. You'd need to consult your hosting provider to be sure, but you could check the value of os.environ.get('LD_LIBRARY_PATH') as a first step to confirming this is the problem. I'm guessing you'll find it is None. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---