what do i need to do so that mod_wsgi will find libmysqlclient.16.dylib? (osx 10.7 with apache mod_wsgi)
- by compound eye
I am trying to run django on osx 10.7 (lion) with apache mod_wsgi and virtualenv.
My site works if I use the django testing server:
(baseline)otter:hello mathew$ python manage.py runserver
but it doesn't work when I run apache. The core of the error seems to be
Library not loaded: libmysqlclient.16.dylib
I think its to do with the path…