par Nagol » 24 juil. 2011, 12:00
Merci pour la proposition, mais depuis, j'ai appris à me servir correctement de macport, et j'ai fait le choix de ne pas compiler les extensions à la mano
par stealth35 » 24 juil. 2011, 03:45
Code : Tout sélectionner
php /usr/lib/php/install-pear-nozlib.phar sudo pear upgrade-all curl -O http://freefr.dl.sourceforge.net/project/pcre/pcre/8.02/pcre-8.02.tar.gz tar xvf pcre-8.02.tar.gz sudo cp pcre-8.02/pcre*.h /usr/include rm -r pcre-8.02* pecl config-set php_ini /private/etc/php.ini export MACOSX_DEPLOYMENT_TARGET=10.7 export CFLAGS="-arch x86_64" export CXXFLAGS="-arch x86_64" sudo pecl install apc
par zeus » 07 janv. 2011, 18:32
par stealth35 » 07 janv. 2011, 16:36
export CPPFLAGS="-I/Developer/SDKs/MacOSX10.5.sdk/usr/include/php/ext/pcre/pcrelib"
sudo pecl install -r -B apc
par zeus » 08 oct. 2010, 23:44
par stealth35 » 07 oct. 2010, 19:27
par zeus » 07 oct. 2010, 09:31
par stealth35 » 07 oct. 2010, 00:42
par Nagol » 06 oct. 2010, 22:17
par zeus » 06 oct. 2010, 20:54
Undefined symbols: "_libiconv_open", referenced from: _do_convert in gdkanji.o _convert in encodings.o "_FT_Init_FreeType", referenced from: _php_gd_gdFontCacheSetup in gdft.o "_FT_Get_Char_Index", referenced from: _php_gd_gdImageStringFTEx in gdft.o "_FT_Glyph_Get_CBox", referenced from: _php_gd_gdImageStringFTEx in gdft.o "_FT_Get_Glyph", referenced from: _php_gd_gdImageStringFTEx in gdft.o "_FT_Load_Glyph", referenced from: _php_gd_gdImageStringFTEx in gdft.o "_FT_Glyph_To_Bitmap", referenced from: _php_gd_gdImageStringFTEx in gdft.o "_FT_Set_Transform", referenced from: _php_gd_gdImageStringFTEx in gdft.o "_FT_Done_FreeType", referenced from: _php_gd_gdFontCacheShutdown in gdft.o "_libiconv", referenced from: _do_convert in gdkanji.o _convert in encodings.o (maybe you meant: __libiconv_version) "_FT_Set_Char_Size", referenced from: _php_gd_gdImageStringFTEx in gdft.o "_libiconv_close", referenced from: _do_convert in gdkanji.o _convert in encodings.o "_FT_Done_Face", referenced from: _fontRelease in gdft.o "_FT_New_Face", referenced from: _fontFetch in gdft.o "_FT_Done_Glyph", referenced from: _php_gd_gdImageStringFTEx in gdft.o _php_gd_gdImageStringFTEx in gdft.o "_FT_Get_Kerning", referenced from: _php_gd_gdImageStringFTEx in gdft.o ld: symbol(s) not found collect2: ld returned 1 exit status
par stealth35 » 05 oct. 2010, 23:05
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/private/etc --with-apxs2=/usr/sbin/apxs --with-config-file-path=/etc --with-libxml-dir=/usr --with-openssl=/usr --with-kerberos=/usr --with-zlib=/usr --enable-bcmath --with-bz2=/usr --enable-calendar --with-curl=/usr --enable-exif --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --enable-gd-native-ttf --with-ldap=/usr --with-ldap-sasl=/usr --enable-mbstring --enable-mbregex --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-mysql-sock=/var/mysql/mysql.sock --with-iodbc=/usr --enable-shmop --with-snmp=/usr --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-xmlrpc --with-iconv-dir=/usr --with-xsl=/usr --enable-zend-multibyte --enable-zip
--with-mcrypt=/usr/local --enable-intl --with-icu-dir=/usr/local
par zeus » 05 oct. 2010, 22:57
configure: error: libjpeg.(a|so) not found.
par stealth35 » 05 oct. 2010, 14:05
par zeus » 04 oct. 2010, 22:55