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

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 libtool

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. but I

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

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 stuff

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 http://www.php.net/ To

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-p4 (ok)

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% ./buildconf

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 thought, however a

[PHP-DEV] Buildproblems in latest CVS

2001-08-08 Thread Anders Johannsen
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 buildconf: checking installation... buildconf: autoconf version 2.52 (ok)

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 is