From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.4
PHP version:      4.2.0
PHP Bug Type:     Unknown/Other Function
Bug description:  Make clean/distclean don't remove the lib directory

When php-4.2.0 is first unpacked there is no lib directory.

This directory is created (and populated) when make is run (after running
configure).

This directory (and contents) are not removed by either make clean or make
distclean - they should be.

For what it's worth I use the following options to configure:

'./configure' \
'--with-mysql=/usr/local/mysql' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--with-gd=/usr/local' \
'--with-zlib-dir=/usr/local' \
'--with-png-dir=/usr/local' \
'--with-jpeg-dir=/usr/local' \
'--with-ttf=/usr/local' \
'--with-pgsql=/usr/local/pgsql' \
'--with-tsrm-pth' \

-- 
Edit bug report at http://bugs.php.net/?id=16858&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16858&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16858&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16858&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16858&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16858&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16858&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16858&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16858&r=submittedtwice

Reply via email to