On Thursday 29 December 2005 18:11, Jan Palus wrote: > Syntax error on line 1 of /etc/apache/conf.d/70_mod_php.conf: > Cannot load /etc/apache/modules/libphp5.so into server: > /etc/apache/modules/libphp5.so: undefined symbol: > php_mb_set_zend_encoding appears from --enable-zend-multibyte:
sapi/apache/mod_php5.c #if defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING) php_mb_set_zend_encoding(TSRMLS_C); #endif /* defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING) */ it's enabled in this revision: http://cvs.pld-linux.org/cgi-bin/cvsweb/SPECS/php.spec?r1=1.467.2.4&r2=1.467.2.5 $Log: php.spec,v $ Revision 1.467.2.5 2005/08/26 08:55:18 arekm - add PDO (base compiled in; database drivers as shared modules) we should either disable multibyte or compile mbstring extension statically into core. i'd personally disable the --enable-zend-multibyte, because there's no explanation why it was enabled. pdo needs it or why? -- glen _______________________________________________ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en