コール共有ライブラリのプロジェクト django + nginx に問題があります。呼び出すライブラリ ファイルのパスがわかりません。私はすべてのケースで試しました。正しく呼び出すためにライブラリファイルをサーバーのどこに置く必要があるのか わかりません。
このエラーはここにあります:
OSError at /list/
media/documents/lib.so: cannot open shared object file: No such file or directory
Request Method: POST
Request URL: http : / /127 .0.0.1:8000/list/
Django Version: 1.4
Exception Type: OSError
Exception Value:
media/documents/lib.so: cannot open shared object file: No such file or directory
Exception Location: /usr/lib/python2.7/ctypes/__init__.py in __init__, line 365
Python Executable: /usr/bin/python2.7
Python Version: 2.7.3
Python Path:
['/home/ht/workspace/myproject/src',
'/home/ht/workspace/myproject/src',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-linux2',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages/PIL',
'/usr/lib/python2.7/dist-packages/gst-0.10',
'/usr/lib/python2.7/dist-packages/gtk-2.0',
'/usr/lib/python2.7/dist-packages/ubuntu-sso-client',
'/usr/lib/python2.7/dist-packages/ubuntuone-client',
'/usr/lib/python2.7/dist-packages/ubuntuone-control-panel',
'/usr/lib/python2.7/dist-packages/ubuntuone-couch',
'/usr/lib/python2.7/dist-packages/ubuntuone-installer',
'/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol']
Server time: Fri, 27 Jul 2012 08:49:53 -0500