Bug 197410

Summary: Needs Requires: php-mbstring
Product: [Fedora] Fedora Reporter: Christopher Stone <chris.stone>
Component: php-pecl-mailparseAssignee: Matthias Saou <matthias>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-01 12:59:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christopher Stone 2006-06-30 23:24:20 UTC
Description of problem:
php-pecl-mailparse can be installed without php-mbstring which causes the
following error to occur:
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib64/php/modules/mailparse.so' - /usr/lib64/php/modules/mailparse.so:
undefined symbol: mbfl_convert_filter_new in Unknown on line 0

The php-pecl-mailparse spec file should
Requires: php-mbstring php >= 4.3.0
As indicated by the dependencies listed here:
http://pecl.php.net/package/mailparse


Version-Release number of selected component (if applicable):
php-pecl-mailparse-2.1.1-3.fc5

How reproducible:
The error message shows up upon installing a pear package for example

Steps to Reproduce:
1.  yum remove php-mbstring php-pear-DB php-pecl-mailparse
2.  yum install php-pecl-mailparse (installs without installing php-mbstring)
3.  yum install php-pear-DB (shows error message)
  
Actual results:
Installing php-pecl-mailparse does not install php-mbstring

Expected results:
Installing php-pecl-mailparse installs php-mbstring

Additional info:
Change Requires line in spec file to:
Requires: php-mbstring php >= 4.3.0

Comment 1 Matthias Saou 2006-07-01 12:59:19 UTC
Thanks for the catch! FC5 and development packages with the fixed dependency
have been rebuilt.