On Dec 2, 2007, at 20:46, Bryan Blackburn wrote:
On Dec 2, 2007, at 6:26 PM, Ryan Schmidt wrote:
On Dec 2, 2007, at 18:24, Bryan Blackburn wrote:
On Dec 2, 2007, at 12:48 AM, Ryan Schmidt wrote:
On Dec 1, 2007, at 20:43, rhwood@macports.org wrote:
Revision: 31659 http://trac.macosforge.org/projects/macports/ changeset/31659 Author: rhwood@macports.org Date: 2007-12-01 18:42:54 -0800 (Sat, 01 Dec 2007)
Log Message: ----------- Add patch from Bryan Blackburn to build if bind9 is present.
Is there any more information available about this? a ticket? a discussion somewhere? php5 won't build either if bind9 is present, and it would be nice to know if this fix for freeciv will help php5 as well. Thanks.
No ticket, I just sent an email to Randall with the configure patch. As far as php5, are you talking about this error:
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: _res_nclose _res_ninit _res_nmkquery _res_nsend collect2: ld returned 1 exit status
It's a different issue from freeciv, but similarly fixed. I'd create a ticket and attach the configure patch (it's larger than the one for freeciv), but I can't seem to find the 'new bug' link anymore on trac. I can send it to you directly (it's 150K).
Yes, that's the one. There's an existing ticket you could attach the patch to:
Done; I put an explanation of the basics of what was going on with it, though do note I haven't tested functionality beyond the fact that, without the patch, I get the link error and with the patch, 'make all' succeeds.
Could you also attach your changes to the config.m4 file and instructions on how to regenerate the configure file? I'll speak with the php developers to see if they can incorporate it upstream, but if not, I have a feeling I may need to regenerate it at every new version of php.