Here is the error I am getting now: cd /usr/local/lib
/usr/local/lib> sudo ln /opt/app/oracle/products/11.2.0/lib/libclntsh.so.10.1 ln: ./libclntsh.so.10.1 is on a different file system /usr/local/lib> cd /usr/lib/ /usr/lib> sudo ln /opt/app/oracle/products/11.2.0/lib/libclntsh.so.10.1 ln: ./libclntsh.so.10.1 is on a different file system Also set this in .cshrc file setenv LD_LIBRARY_PATH "$ORACLE_HOME/lib32:$ORACLE_HOME/lib" setenv LD_LIBRARY_PATH /usr/X11R6/lib:/usr/local/lib echo $LD_LIBRARY_PATH /usr/X11R6/lib:/usr/local/lib echo $ORACLE_HOME/ /opt/app/oracle/products/11.2.0/ Thanks On Thu, Apr 21, 2011 at 8:23 PM, brad <[email protected]> wrote: > This may be related to Oracle's shared libraries not being in the path > recognized by your web server. I created hard links to the Oracle shared > libraries in /user/local/lib to get cx_oracle working. > > I have a blog post that outlines what I did, here: > http://bradmontgomery.net/blog/gahhh-django-virtualenv-and-cx_oracle/ > > The comment by Graham Dumpleton is worth reading, as he mentions a few > other techniques to make this work. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > 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. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

