php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28686 sapi/cli/php failure if using mbstring
Submitted: 2004-06-07 23:34 UTC Modified: 2004-06-08 09:45 UTC
From: chris at okanagan dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.7 OS: SCO OpenServer 5.x
Private report: No CVE-ID: None
 [2004-06-07 23:34 UTC] chris at okanagan dot net
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.






Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-08 09:45 UTC] derick@php.net
Sorry, we don't support SCO servers for the obvious reasons.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 21:01:27 2024 UTC