From:             chris at okanagan dot net
Operating system: SCO OpenServer 5.x
PHP version:      4.3.7
PHP Bug Type:     Compile Failure
Bug description:  sapi/cli/php failure if using mbstring

Description:
------------
./configure \                  
--disable-overload \           
--disable-ipv6 \               
--disable-debug \              
--with-zlib=/usr/local \       
--enable-trans-sid \           
--enable-ftp  \                
--without-pear \               
--enable-mbstring \            
--with-apxs=/usr/httpd/bin/apxs
the above configure fails to compile, if you remove mbstring it will
compile and run

compile error:
rt.lo Zend/zend_multibyte.lo Zend/zend_execute.lo sapi/cli/php_cli.lo
sapi/cli/
etopt.lo main/internal_functions_cli.lo -lz -lm -lsocket -lc  -o
sapi/cli/php  
gcc: Zen: No such file or directory                                       
    
make: *** [sapi/cli/php] Error 1

it WILL compile if you add --disable-cli

I do need to use cli and mbstring as well as pear.






-- 
Edit bug report at http://bugs.php.net/?id=28686&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28686&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28686&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28686&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28686&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28686&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28686&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28686&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28686&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28686&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28686&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28686&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28686&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28686&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28686&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28686&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28686&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28686&r=float

Reply via email to