Re: php5.1 with apache1

2005-12-30 Thread Arkadiusz Miskiewicz
On Friday 30 December 2005 15:23, Elan Ruusamäe wrote:

  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?

 arekm, if there's no reason for  --enable-zend-multibyte, lets disable it
 and unbreak apache1-mod_php package?
Drop then, I was looking for some multibyte support at that time.

-- 
Arkadiusz MiśkiewiczPLD/Linux Team
http://www.t17.ds.pwr.wroc.pl/~misiek/  http://ftp.pld-linux.org/
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


php5.1 with apache1

2005-12-29 Thread Jan Palus
# service apache start
Starting apache service.[FAIL ]
Processing config directory: /etc/apache/conf.d/*.conf
 Processing config file: /etc/apache/conf.d/01_mod_access.conf
 Processing config file: /etc/apache/conf.d/02_mod_alias.conf
 Processing config file: /etc/apache/conf.d/09_mod_log_config.conf
 Processing config file: /etc/apache/conf.d/12_mod_mime.conf
 Processing config file: /etc/apache/conf.d/20_common.conf
 Processing config file: /etc/apache/conf.d/70_mod_php.conf
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

# rpm -qa|grep 'apache\|php'
apache1-mod_php-5.1.1-5
apache1-apxs-1.3.34-5
apache1-mod_access-1.3.34-5
apache1-mod_mime-1.3.34-5
apache1-mod_alias-1.3.34-5
php-common-5.1.1-5
php-sqlite-5.1.1-5
php-pgsql-5.1.1-5
apache1-mod_log_config-1.3.34-5
php-pcre-5.1.1-5
apache1-1.3.34-5

arch: i[56]86

-- 
atler
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: php5.1 with apache1

2005-12-29 Thread Elan Ruusamäe
On Thursday 29 December 2005 19:49, Elan Ruusamäe wrote:
 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) */

applied in php source:
http://cvs.php.net/viewcvs.cgi/php-src/sapi/apache/mod_php4.c?r1=1.129r2=1.130pathrev=PHP_4

affected is only apache sapi, so maybe it's unneccessary now?

-- 
glen
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en