At the top of the WSGI script, set the LD_LIBRARY_PATH environment variable.
On 21 April 2011 11:07, [email protected] <[email protected]>wrote: > Hi, > > I have installed cx_Oracle module in one of my Solaris box and then > trying to create a django page to read data from oracle db. But I am > getting following errors. > > > mod_wsgi (pid=2600): Exception occurred processing WSGI script '/opt/ > www/ui/foo/web/app.wsgi'. > Traceback (most recent call last): > File "/opt/www/ui/foo/web/app.wsgi", line 30, in application > return _application(environ, start_response) > File "/usr/local/packages/python/2.6.6/lib/python2.6/site-packages/ > django/core/handlers/wsgi.py", line 230, in __call__ > self.load_middleware() > File "/usr/local/packages/python/2.6.6/lib/python2.6/site-packages/ > django/core/handlers/base.py", line 42, in load_middleware > raise exceptions.ImproperlyConfigured('Error importing middleware %s: > "%s"' % (mw_module, e)) > ImproperlyConfigured: Error importing middleware web.web.framework: > "ld.so.1: httpd: fatal: libclntsh.so.11.1: open failed: No such file > or directory" > > > I have tried from python shell and i can able to import cx_Oracle > module as follows: > > bash-3.00$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib > bash-3.00$ python > Python 2.4.4 (#1, Jan 10 2007, 01:25:01) [C] on sunos5 > Type "help", "copyright", "credits" or "license" for more information. > >>> import cx_Oracle > >>> > > But from the web I am getting the ImproperlyConfigured: configured > error. Can someone please help me to resolve this issue. > > FYI, > > I have followed this link to install cx_oracle module. > > http://agiletesting.blogspot.com/2005/05/installing-and-using-cxoracle-on-unix.html > > Please let me know if you need more info. > > Thanks, > Kamal > > -- > 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.

