Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-21 Thread Anders Johannsen
On 21 Aug 2001 12:57:03 +0200, [EMAIL PROTECTED] wrote: > On Thu, Aug 09, 2001 at 02:40:19AM +0200, Anders Johannsen wrote: > > I'am experiencing problems building PHP from the latest cvs. The errors > > occur when running 'buildconf'. The box is a Debian/unstable. Autoconf, > > automake and libto

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-21 Thread jan
On Thu, Aug 09, 2001 at 02:40:19AM +0200, Anders Johannsen wrote: > I'am experiencing problems building PHP from the latest cvs. The errors > occur when running 'buildconf'. The box is a Debian/unstable. Autoconf, > automake and libtool versions seems to suffice. > > aj@uranos% ./buildconf > buil

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-10 Thread Olivier Bourgeois
Le Fri, 10 Aug 2001 13:11:33 +0200 Petr Cech <[EMAIL PROTECTED]> a ecrit : > On Thu, Aug 09, 2001 at 01:22:18PM +0200 , Anders Johannsen wrote: > > aj@uranos% ./buildconf > > buildconf: checking installation... > > buildconf: autoconf version 2.13 (ok) > > buildconf: automake version 1.4-

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-10 Thread Rasmus Lerdorf
> It sits in pear/Makefile(.in)?. > > An installation I did two days ago looks complete -- all > header files were copied to $prefix/include/php. Yeah, it is working now. Almost 5am. I must have done something weird. -Rasmus -- PHP Development Mailing List

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-10 Thread Sascha Schumann
> Perhaps I am too tired, but where did the stuff that would install php.h > and the rest of the header files in /usr/local/include/php go? A "make > install" doesn't seem to do this anymore which means standalone extensions > are going to have issues. It sits in pear/Makefile(.in)?. An

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-10 Thread Rasmus Lerdorf
> > note the 1.4b. it requires autoconf 2.50. but I think this goes for 1.4 > > also, but doesn't screem > > Libtool 1.4 does not require autoconf 2.50 or higher. Note > that libtool-1.4b is an alpha release, so you have to expect > failures. Perhaps I am too tired, but where did the

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-10 Thread Sascha Schumann
> note the 1.4b. it requires autoconf 2.50. but I think this goes for 1.4 > also, but doesn't screem Libtool 1.4 does not require autoconf 2.50 or higher. Note that libtool-1.4b is an alpha release, so you have to expect failures. - Sascha Exp

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-10 Thread Petr Cech
On Thu, Aug 09, 2001 at 01:22:18PM +0200 , Anders Johannsen wrote: > aj@uranos% ./buildconf > buildconf: checking installation... > buildconf: autoconf version 2.13 (ok) > buildconf: automake version 1.4-p4 (ok) > buildconf: libtool version 1.4b note the 1.4b. it requires autoconf 2.50. b

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-09 Thread Jani Taskinen
On Thu, 9 Aug 2001, Anders Johannsen wrote: >In article <[EMAIL PROTECTED]>, >"Jani Taskinen" <[EMAIL PROTECTED]> wrote: > >> Well, the latest CVS only supports these: >> >> libtool 1.4 >> autoconf 2.13 >> automake 1.4 >> >> I think you only need to downgrade autoconf. > >That was my original tho

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-09 Thread Anders Johannsen
In article <[EMAIL PROTECTED]>, "Jani Taskinen" <[EMAIL PROTECTED]> wrote: > Well, the latest CVS only supports these: > > libtool 1.4 > autoconf 2.13 > automake 1.4 > > I think you only need to downgrade autoconf. That was my original thought, however a downgrade yields: aj@uranos% ./buildco

Re: [PHP-DEV] Buildproblems in latest CVS

2001-08-08 Thread Jani Taskinen
Well, the latest CVS only supports these: libtool 1.4 autoconf 2.13 automake 1.4 I think you only need to downgrade autoconf. --Jani On Thu, 9 Aug 2001, Anders Johannsen wrote: >I'am experiencing problems building PHP from the latest cvs. The errors >occur when running 'buildconf'. The box i