|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-01-16 08:31 UTC] tony2001@php.net
[2007-01-16 23:33 UTC] mail at prosys dot com dot au
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 11:00:01 2025 UTC |
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 root@gw:/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.