php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #26609 In --with-XXX-dir[=DIR], DIR is undocumented
Submitted: 2003-12-12 16:33 UTC Modified: 2003-12-12 18:01 UTC
From: elmicha@php.net Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4CVS-2003-12-12 (stable) OS:
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: elmicha@php.net
New email:
PHP Version: OS:

 

 [2003-12-12 16:33 UTC] elmicha@php.net
Description:
------------
For most of the configure options that take a DIR argument, there's no definition what that DIR is. It might be obvious for people who know about configure, but other people seem to use --with-XXX-dir=/usr/include or --with-XXX-dir=/usr/lib quite often. "Install directory" could even mean the source directory from which the extension was installed.


Expected result:
----------------
Perhaps a sentence like 

"'install directory' (DIR) below is the directory that contains an include and lib directory. So use e.g.

  --with-EXTENSION=/opt/extension

and _not_ --with-EXTENSION=/opt/extension/lib."

in the output of "configure --help" and/or on http://www.php.net/manual/en/install.configure.php would be helpful.




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-12 18:01 UTC] jmcastagnetto@php.net
The minimal expected knowledge from someone compiling from 
source is to know the Gnu configuration/make tools, the 
PHP manual is not the place to educate them on this 
respect. 
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 31 13:00:03 2025 UTC