[Xapian-discuss] PHP bindings on a Mac

Francis Irving francis@flourish.org
Wed, 26 May 2004 13:06:38 +0100


On Wed, May 26, 2004 at 12:32:09PM +0100, Richard Boulton wrote:
> A quick follow-up to this - my version of "phpize" creates config.sub by 
> invoking "libtoolize".  It may be that your version of phpize is 
> perfectly up-to-date, but libtoolize is broken in some way.
> 
> You can check this by entering php4/xapian/, and running "libtoolize -f 
> -c".  This should create a config.sub.
> 
> Check that you've got libtool version 1.5 (or later) installed.

This found the problem, that libtoolize didn't exist on the Mac, it is
called glibtoolize.  This workaround lets you build things on a Mac:

<< I went into php4/xapian and ran "glibtoolize -f -c" which created
config.sub >>

Francis