25.01.2010, 15:09
Also i don't find in any of downloads file libmysqlclient.so. I thought that i need to compile it myself but:
I'm doing "yum" instead of "apt-get" because I have CentOS, and g++, mysql-client, libmysqlclient15-dev are not found ![undecided](images/smilies/neutral.gif)
Also when I'm doing make i receive this:
Code:
# $ apt-get install g++ # $ apt-get install mysql-client # $ apt-get install libmysqlclient15-dev
![undecided](images/smilies/neutral.gif)
Also when I'm doing make i receive this:
Code:
[root@z14 source_1.0.1]# make gcc -c -O3 -w -DLINUX -ISDK/amx/ SDK/amx/*.c g++ -c -O3 -w -DLINUX -ISDK/amx/ SDK/*.cpp g++ -c -O3 -w -DLINUX -ISDK/amx/ mysql.cpp g++ -O2 -fshort-wchar -shared -o "mysql.so" *.o -I/usr/include/mysql/ -L/usr/lib/mysql/ -lmysqlclient /usr/bin/ld: cannot find -lmysqlclient collect2: ld returned 1 exit status make: *** [all] Error 1