|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-02-16 15:51 UTC] jim
[2014-04-21 21:32 UTC] bwoebi@php.net
[2014-04-21 21:33 UTC] bwoebi@php.net
[2014-04-25 23:25 UTC] ab@php.net
[2014-04-25 23:29 UTC] ab@php.net
[2014-05-01 14:59 UTC] tyrael@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 08:00:01 2025 UTC |
Hi, I used the technique described in the FAQ and added env variables CFLAGS and LDFLAGS to enable configure to find gdbm which I have in $HOME/{include|lib} Initially, configure finds gdbm and says selecting -lgdbm Later in the script it tries to locate gdbm.h It looks in /usr/local/include and /opt/local/include and doesn't seem to look into $HOME/include env CFLAGS=-I$HOME/include --LDFLAGS=$HOME/lib ./configure --with-apache=$HOME/apache Hope you can assist, Thanks Yusuf yusufg@krdl.org.sg Singapore