Re: [Fink-devel] php5 build fails

2009-03-06 Thread Alexander Hansen
In general we don't allow packages to pick and choose between different header/library packages, unless the libraries are the same (same install_name), because that can produce breakage at runtime. Updates to packages are supposed to be made in a such a way such that existing packages still

Re: [Fink-devel] php5 build fails

2009-03-06 Thread Damian Dimmich
Hi, Installing libbind6-dev fixes the issue, although that sounds like a workaround not a fix - I'm guessing it should be possible to have php5 compile with either of the libbind versions? Cheers, Damian Damian Dimmich wrote: > Hi - Thanks for the suggestion, > > That certainly adds the missing

Re: [Fink-devel] php5 build fails

2009-03-05 Thread Damian Dimmich
Hi - Thanks for the suggestion, That certainly adds the missing header files, would it make sense to make libbind6-dev a dependency of php instead of libbind9-dev which is currently the case? That - or see if the bind9 install is broken/missing files? I'll let you know how the build goes. Cheer

Re: [Fink-devel] php5 build fails

2009-03-05 Thread Alexander Hansen
For what it's worth, I tried rebuilding php5 in the presence of libbind6-dev, and it still worked for me (10.5.6/Intel). TheSin wrote: > I woudl assume the files required are in libbind6-dev since that pkg > just dramatically changed. I'll have to look into this. > --- > TS > http://southofheaven

Re: [Fink-devel] php5 build fails

2009-03-05 Thread TheSin
I woudl assume the files required are in libbind6-dev since that pkg just dramatically changed. I'll have to look into this. --- TS http://southofheaven.org/ Chaos is the beginning and end, try dealing with the rest. On 5-Mar-09, at 2:53 PM, Alexander Hansen wrote: > Damian Dimmich wrote: >> H

Re: [Fink-devel] php5 build fails

2009-03-05 Thread Alexander Hansen
Damian Dimmich wrote: > Hi, > > The latest php5 .info file fails to build on my system - running intel/10.5 > > /sw/src/fink.build/php5-5.2.6-4/php-5.2.6/ext/standard/dns.c:51:28: > error: bind/arpa/inet.h: No such file or directory > /sw/src/fink.build/php5-5.2.6-4/php-5.2.6/ext/standard/dns.c:53:

[Fink-devel] php5 build fails

2009-03-05 Thread Damian Dimmich
Hi, The latest php5 .info file fails to build on my system - running intel/10.5 /sw/src/fink.build/php5-5.2.6-4/php-5.2.6/ext/standard/dns.c:51:28: error: bind/arpa/inet.h: No such file or directory /sw/src/fink.build/php5-5.2.6-4/php-5.2.6/ext/standard/dns.c:53:24: error: bind/netdb.h: No such f

Re: [Fink-devel] php5 build fails

2008-01-11 Thread TheSin
the new one is coming, one more week. --- TS http://southofheaven.org/ Chaos is the beginning and end, try dealing with the rest. On 11-Jan-08, at 3:23 AM, Damian Dimmich wrote: > Hi, > > When recompiling php5 (and trying to install php5-pear) I get the > following > error at configure time: >

[Fink-devel] php5 build fails

2008-01-11 Thread Damian Dimmich
Hi, When recompiling php5 (and trying to install php5-pear) I get the following error at configure time: configure: error: Cannot find rfc822.h. Please check your c-client installation. It seems rfc822.h is installed in /sw/include/c-client so I'm not quite sure what's wrong. I've tried to ma