Hi Brett,

I have that environment variable set as well, but no dice. The weird
thing is I can connect to Oracle and retrieve objects when running
Django in shell, but not through the built in server when executing a
view action.

Thanks,
Brandon

On Feb 23, 11:00 am, Brett Parker <idu...@sommitrealweird.co.uk>
wrote:
> On 20 Feb 14:43, Brandon Taylor wrote:
>
>
>
> > No proxy server configured in FireFox 3. I'm stumped as well. Guess I
> > need to have the Oracle people in my office get in touch with their
> > support people. There is one other Django person here at the
> > University that might be able to help.
>
> > I'll post my findings here if we're able to come up with a solution.
>
> > Many thanks to everyone for their help!
>
> My guess would be that you're missing the oracle shared object files
> from the LD_LIBRARY_PATH, so:
>     echo $LD_LIBRARY_PATH
> if it's empty, do:
>     export LD_LIBRARY_PATH=/path/to/the/oracle/libraries
>
> And then try starting the server.
>
> Cheers,
> --
> Brett Parker
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to