./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.
|