2👍
Is libmysqlclient-dev installed? Package might not be exact, but thats the general idea.
0👍
Is this comment thread of any help?
Try updating /etc/ld.so.conf so as to include the directory in which you’ve installed this.
- [Answered ]-Django doesn't show image with debug True
- [Answered ]-Get permission_required to return True if any permission in a list of permissions is allowed
0👍
After struggling with this same issue myself (on the AWS Linux I AMI), I found the answer
here:
While the comment thread already posted was helpful, Apache was clearing my environment variables, so setting LD_RUN_PATH and/or LD_LIBRARY_PATH was not effective.
What ended up working was adding a new include statement to /etc/ld.so.conf and running ldconfig.
- [Answered ]-Recaptcha Django cms – captcha validation take more than a minute
- [Answered ]-Django uploading a file from a form fails to validate
- [Answered ]-Base.html for Django Registration Redux
- [Answered ]-Django app failed to connect with ms sql server 2014
- [Answered ]-Django test – 'HTTP_USER_AGENT' invalid keyword argument to test client
Source:stackexchange.com