From:             mail at prosys dot com dot au
Operating system: Linux 2.4.24
PHP version:      4.4.4
PHP Bug Type:     PHP options/info functions
Bug description:  mbstring will not configure - missing mbfilter.h

Description:
------------
When I enable mbstrings in the configure options, configure cannot find
the mbfilter.h header file.  The file is there, in the directory it's
configured to be in.  Same happened in 4.4.2.

There is a report of headers missing in the 5.x releases but nothing I can
find in 4.4 releases - anyway the header is there.

configure script:

CFLAGS=-O6  ./configure --with-apxs=/usr/local/apache/bin/apxs \          
                         
    --with-imap=/usr/src/imap-2004g \                                     
                         
    --with-pgsql \                                                        
                         
    --with-mysql \                                                        
                         
    --with-zlib=/usr \                                                    
                         
    --with-curl=/usr/src/curl-7.15.4 \                                    
                         
    --with-libmbfl=/usr/src/php/ext/mbstring/libmbfl/mbfl \               
                        
    --enable-mbstring \                                                   
                         
    --enable-so \                                                         
                         
    --enable-shared \                                                     
                         
    --enable-track-vars                                                   
                         

configure result:

. . . .
checking whether to enable multibyte string support... yes
checking whether to enable multibyte regex support... yes
checking for external libmbfl... /usr/src/php/ext/mbstring/libmbfl/mbfl
configure: error: mbfilter.h not found. Please reinstall libmbfl library.

contents of my directory /usr/src/php/ext/mbstring/libmbfl/mbfl:

15:37:51 [EMAIL PROTECTED]:/usr/src/php/ext/mbstring/libmbfl/mbfl# dir
Makefile.am      mbfilter_8bit.h    mbfl_allocators.h  mbfl_encoding.h    
  mbfl_language.h
Makefile.bcc32   mbfilter_pass.c    mbfl_consts.h     
mbfl_filter_output.c  mbfl_memory_device.c
eaw_table.h      mbfilter_pass.h    mbfl_convert.c    
mbfl_filter_output.h  mbfl_memory_device.h
mbfilter.c       mbfilter_wchar.c   mbfl_convert.h     mbfl_ident.c       
  mbfl_string.c
mbfilter.h       mbfilter_wchar.h   mbfl_defs.h*       mbfl_ident.h       
  mbfl_string.h
mbfilter_8bit.c  mbfl_allocators.c  mbfl_encoding.c    mbfl_language.c    
  mk_eaw_tbl.awk

So the file is there but not found.


-- 
Edit bug report at http://bugs.php.net/?id=40142&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40142&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40142&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40142&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40142&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40142&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40142&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40142&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40142&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40142&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40142&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40142&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40142&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40142&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40142&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40142&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40142&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40142&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40142&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40142&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40142&r=mysqlcfg

Reply via email to