estoy compilando PHP 5.1.2 como módulo de Apache 2.0.55 sobre un CentOS 4.3
estas son las opciones que uso en el ./configure:
./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql --with-pgsql --with-gd --with-bz2 --with-ctype
--with-curl --with-ftp --with-mbstring --with-mcrypt --with-openssl --with-pcre
--with-zlib --with-oracle --with-cli --with-gettext --with-imap --with-ldap
--with-yp --enable-mbstring=all --enable-mbregex --with-kerberos --with-imap-ssl
--with-xml --enable-bcmath --enable-calendar --enable-exif
--enable-mbstr-enc-trans --with-mhash --enable-magic-quotes
--enable-discard-path --with-pear --with-pspell --enable-sockets
--enable-track-vars --with-ttf --enable-gd-native-ttf --enable-versioning
--with-iconv
sucede que --with-imap y/o --with-imap-ssl me dan el siguiente error al momento
de resolver dependencias:
configure: error: Cannot find rfc822.h. Please check your c-client installation.
instalo el paquete: libc-client-devel (viene en la distro) que la resuelve,
compilo, instalo y todo ok, pero al reiniciar el apache me tira el siguiente error:
Iniciando httpd: Syntax error on line 269 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp5.so into server:
/usr/lib/libc-client.so.0: undefined symbol: mm_dlog
si le quito las opciones mencionadas (--with-imap y --with-imap-ssl) todo anda
fantástico, pero me perdería la posibilidad de usar SquirrelMail por ejemplo, ¿o
me equivoco?
por el momento quité esas opciones, pero necesitaría resolverlas, alguna idea? a
alguien le ha pasado lo mismo?
sigo apuntando todas estas cosas en mi "block de apuntes":
http://drupaleros.com.ar/node/86
saludos.
--
Gustavo Pardo
Dataneu
Desarrollo de Software, Sitios Web y Hosting
Mail: dataneu@gmail.com
Web: http://dataneu.com.ar/
Tel.(54)(299)489-6880
Centenario, NQN - Argentina
Gustavo Pardo
Dataneu
Desarrollo de Software, Sitios Web y Hosting
Mail: dataneu@gmail.com
Web: http://dataneu.com.ar/
Tel.(54)(299)489-6880
Centenario, NQN - Argentina