php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16858 Make clean/distclean don't remove the lib directory
Submitted: 2002-04-26 12:50 UTC Modified: 2002-04-28 19:57 UTC
From: phpuser at paradisegreen dot co dot uk Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.2.0 OS: FreeBSD 4.4
Private report: No CVE-ID: None
 [2002-04-26 12:50 UTC] phpuser at paradisegreen dot co dot uk
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' \

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-28 19:57 UTC] sniper@php.net
Fixed in CVS. Fix will be in PHP 4.2.1.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 12:01:33 2025 UTC