Created
February 18, 2015 20:05
-
-
Save thequbit/abd85e1e3d73e731995c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from _mysql.c:44:0: | |
/usr/include/mysql/my_config.h:438:0: warning: "HAVE_WCSCOLL" redefined [enabled by default] | |
#define HAVE_WCSCOLL | |
^ | |
In file included from /usr/include/python2.7/pyconfig.h:3:0, | |
from /usr/include/python2.7/Python.h:8, | |
from _mysql.c:29: | |
/usr/include/x86_64-linux-gnu/python2.7/pyconfig.h:911:0: note: this is the location of the previous definition | |
#define HAVE_WCSCOLL 1 | |
^ | |
/usr/bin/ld: cannot find -lssl | |
/usr/bin/ld: cannot find -lcrypto | |
collect2: error: ld returned 1 exit status | |
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment