configure: error: Cannot find libmysqlclient_r under /home/mysql.

운영자 | 기사입력 2014/08/21 [07:26]
>
필자의 다른기사 보기 인쇄하기 메일로 보내기 글자 크게 글자 작게
configure: error: Cannot find libmysqlclient_r under /home/mysql.
 
운영자   기사입력  2014/08/21 [07:26]

./configure  --with-apxs2=/home/apache2/bin/apxs --with-mysql=/home/mysql --with-gd --with-jpeg-dir --enable-ftp --with-zlib-dir --with-iconv --enable-mbstring --enable-mbregex --prefix=/home/php --with-curl --enable-gd-native-ttf

configure: error: Cannot find libmysqlclient_r under /home/mysql.
Note that the MySQL client library is not bundled anymore!
cd /home/mysql
 ln -s lib lib64

mysql 설치
./configure --prefix=/home/mysql --with-charset=utf8 --with-extra-charsets=all --with-plugins=innobase --enable-thread-safe-client 포함

[root@sansung20140806 home]# /home/ImageMagick/bin/convert -background lightblue -fill blue  -pointsize 72 label:Anthony           label.gif
/home/ImageMagick/bin/convert: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory
[root@sansung20140806 home]# yum -y install libgomp*
[root@sansung20140806 home]# /home/ImageMagick/bin/convert -background lightblue -fill blue  -pointsize 72 label:Anthony           label.gif
convert: delegate library support not built-in `/usr/share/fonts/default/Type1/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1533.
convert: delegate library support not built-in `/usr/share/fonts/default/Type1/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1533.
convert: delegate library support not built-in `/usr/share/fonts/default/Type1/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1533.
convert: delegate library support not built-in `/usr/share/fonts/default/Type1/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1533.
트위터 트위터 페이스북 페이스북 카카오톡 카카오톡
기사입력: 2014/08/21 [07:26]  최종편집: ⓒ iwav