php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38848 error compiling with mbstring
Submitted: 2006-09-15 19:12 UTC Modified: 2006-09-18 11:44 UTC
From: jailson at certto dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.4.4 OS: slackware 10.2
Private report: No CVE-ID: None
 [2006-09-15 19:12 UTC] jailson at certto dot net
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"


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-17 08:49 UTC] tony2001@php.net
Can't reproduce.
Please provide more information about your system.
 [2006-09-18 11:28 UTC] jailson at certto dot net
Sorry. I downloaded the package again and I did not get more the error.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 14:01:34 2025 UTC