From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.3-STABLE
PHP version:      4.1.2
PHP Bug Type:     Ming related
Bug description:  Cannot configure with ming

With PHP 4.2.0RC1, it is not possible to compile with the ming module
anymore. The configure script fails saying : 

checking for MING support... yes
checking for Ming_useSWFVersion in -lming... no
configure: error: Ming library 0.2a or greater required.

Eventhough the ming library used REALLY is 0.2a and there's no problem
using it with PHP 4.1.2 with the exact same configure options.

Detail of configure options :
./configure \
--prefix=/usr/home/xxxx/local \
--enable-bcmath \
--with-zlib \
--with-png-dir=/usr/local \
--with-jpeg-dir=/usr/local \
--with-tiff-dir=/usr/home/xxxx/local \
--with-t1lib=/usr/home/xxxx/local \
--with-freetype-dir=/usr/home/xxxx/local \
--enable-gd-native-ttf \
--with-gd=/usr/home/xxxx/local \
--enable-exif \
--with-mysql=/usr/local \
--with-ming=/usr/home/xxxx/local \
--disable-pear \
--with-config-file-path=/usr/home/xxxx/local/etc \
--enable-debug=no \
--enable-force-cgi-redirect=yes \
--with-openssl=/usr/local/ssl \
--with-curl=/usr/home/xxxx/src/curl-7.9 \
--with-dom=/usr/home/xxxx/local
-- 
Edit bug report at http://bugs.php.net/?id=16203&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16203&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16203&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16203&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16203&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16203&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16203&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16203&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16203&r=submittedtwice

Reply via email to