had problems trying to compile bind9-ssl via fink, and after looking through the configure file and .info it seems like the --with-dlz-postgres flag is set incorrectly. In
/sw/fink//10.4/unstable/crypto/finkinfo/bind9.info
it is set to
--with-dlz-postgres=yes
which lead to a compile error since pg_config can't be found. I changed the flag to
--with-dlz-postgres=/sw/bin
and it found pg_config.
/bror Jonsson
My system:
uname -a:
Darwinc 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerp
fink -V:
Package manager version: 0.28.1
Distribution version: selfupdate-rsync Tue Apr 1 20:30:26 2008, 10.4, powerpc
Logged In: YES
user_id=60552
Originator: NO
Your solution sounds reasonable.
I am assigning this to jfm, because he seems to have some experience with this package (and introduced the --with-dlz-postgres flag, IIUC).
Logged In: YES
user_id=477035
Originator: NO
Sure if the problem is not due to another cause, this is a "correct" fix.
But %p/bin should be in your path when building with fink...
And configure does look in your PATH for pg_config :
cf line 29808 and after :
> for as_dir in $PATH
So I'm suspecting the problem is different; please be
much more explicit about what exactly went wrong
and where. and the corresponding error messages _
including the relevant passages in config.log if there
is trouble during configure ..
JF Mertens
Logged In: YES
user_id=477035
Originator: NO
Sorry, should have added the preceding line in configure,
else the cited onr is incomprehensible :
29807- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
JF Mertens