|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-11-10 16:49 UTC] wguynes at wguynes dot mav dot net
[2002-07-12 13:39 UTC] jiri dot mares at roehrer dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 22:00:01 2025 UTC |
Build with --with-config-file-path=[DIR] in configure is ignored. Here's my full configure line: ./configure '--with-config-file-path=/etc' \ '--with-apxs=/usr/local/apache/bin/apxs' \ '--with-mysql=/usr/local/mysql' \ '--enable-track-vars' \ '--with-zlib=shared,/usr' \ '--with-xml' \ '--with-gd=shared,/usr' \ '--with-jpeg-dir=shared,/usr' \ '--with-png-dir=shared,/usr' \ '--with-xpm-dir=shared,/usr/X11R6' \ '--with-ttf=shared,/usr' \ '--with-t1lib=shared,/usr' \ '--enable-gd-native-tt' Please note that this is a work in progress. There are other problems with this configure, but I do not believe them to be related to the --with-config-file-path problem. -- William Guynes