From:             jailson at certto dot net
Operating system: slackware 10.2
PHP version:      4.4.4
PHP Bug Type:     Compile Failure
Bug description:  error  compiling with mbstring

Description:
------------
(Sorry, I'm from Brazil and my english in bad ..)

./configure  --with-apache=../apache_1.3.37 --enable-calendar --with-bz2
--with-curl --with-dom --with-dom-xslt --enable-exif --enable-ftp
--with-gd --with-gettext --with-iconv --with-png
--with-freetype-dir=/usr/local --with-curlwrappers --enable-mbstring
--with-mcrypt --with-mysql=/mysql --enable-bcmath --with-xmlrpc
--enable-xslt --with-zip --with-zlib --with-expat --with-xslt-sablot
--with-mysqli=/mysql/bin/mysql_config

.....
In file included from
/root/server/php-4.4.4/ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.c:35:
/root/server/php-4.4.4/ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.h:33:22:
mbfhlter.h: No such file or directory
make: *** [ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.lo] Error 1


Reproduce code:
---------------
Content in
/root/server/php-4.4.4/ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.h
in line 35:

#include "mbfhlter.h"

.....




Expected result:
----------------
Solution...

#include "mbfilter.h"


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

Reply via email to