php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56024 build problem
Submitted: 2004-04-06 06:45 UTC Modified: 2005-01-01 17:39 UTC
From: larendar at mailhaven dot com Assigned: wez (profile)
Status: Closed Package: mailparse (PECL)
PHP Version: 4.3.4 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: larendar at mailhaven dot com
New email:
PHP Version: OS:

 

 [2004-04-06 06:45 UTC] larendar at mailhaven dot com
Description:
------------
php v4.3.4 (not in list of this bug tracking system),
while building mailparse:
>pear install ./mailparse-2.0b.tgz
9 source files, building
running: phpize
Configuring for:
  PHP Api Version:   20020918
  Zend Module Api No:   20020429
  Zend Extension Api No:   20021010
building in /var/tmp/pear-build-root/mailparse-2.0b
....
In file included from /tmp/tmpFxw3KN/mailparse-2.0b/mailparse.c:27:
/tmp/tmpFxw3KN/mailparse-2.0b/php_mailparse.h:86:49: ext/mbstring/libmbfl/mbfl/mbfilter.h: No such file or directory

and really, libmbfl is not a part of mbstring:
>ls /usr/local/include/php/ext/mbstring/
mbstring.h  php_mbregex.h  php_unicode.h  unicode_data.h
.


Reproduce code:
---------------
no code

Expected result:
----------------
successfull build

Actual result:
--------------
build failed

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-06 14:53 UTC] mike@php.net
Well, it is included in the original source package - we're not responsible for RPM/DEB packages.
 [2005-01-01 17:39 UTC] wez@php.net
Works fine for me using official PHP tarballs and latest release of PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC