Re: [PHP] PHP6 build help

2006-06-14 Thread Rory Browne
Only if (s)he''s on a debian based linux distro. I see from his configure output, that he's on Linux, but what makes you think he's on Debian ( or on a system with apt-rpm ) ? Run this command: sudo apt-get build-dep php5 This will get you all the packages needed to build php5, which

Re: [PHP] PHP6 build help

2006-06-14 Thread Ligaya Turmelle
Rabin Vincent wrote: On 6/14/06, Ligaya Turmelle [EMAIL PROTECTED] wrote: Richard Lynch wrote: You realize that compiling PHP6 from CVS is, errr, not really for newbies... :-) Yeah - I know. but I am helping out the php qa team by writing some phpt tests... and they prefer (though don't

Re: [PHP] PHP6 build help

2006-06-14 Thread Rabin Vincent
On 6/14/06, Rory Browne [EMAIL PROTECTED] wrote: Only if (s)he''s on a debian based linux distro. I see from his configure output, that he's on Linux, but what makes you think he's on Debian ( or on a system with apt-rpm ) ? The first line of Ligaya's email said: Ubuntu Breezy Badger, AMD

Re: [PHP] PHP6 build help

2006-06-14 Thread Rory Browne
/me goes and bangs head against wall. On 6/14/06, Rabin Vincent [EMAIL PROTECTED] wrote: On 6/14/06, Rory Browne [EMAIL PROTECTED] wrote: Only if (s)he''s on a debian based linux distro. I see from his configure output, that he's on Linux, but what makes you think he's on Debian ( or on a

[PHP] PHP6 build help

2006-06-13 Thread Ligaya Turmelle
Ubuntu Breezy Badger, AMD 64 I am trying to build PHP6 from source. I must admit to being a novice at *nix systems, but I am learning - so please be gentle. :) I have already gotten a copy of the PHP6 source from CVS, downloaded the autoconf version 2.13 as well as the ICU and ran the

Re: [PHP] PHP6 build help

2006-06-13 Thread Richard Lynch
You realize that compiling PHP6 from CVS is, errr, not really for newbies... :-) You may want to start over with a stable download from: http://php.net/downloads.php You do not seem to have the 'lex' command, which means you probably didn't install 'lex' you can Google for the error message

Re: [PHP] PHP6 build help

2006-06-13 Thread Ligaya Turmelle
Richard Lynch wrote: You realize that compiling PHP6 from CVS is, errr, not really for newbies... :-) Yeah - I know. but I am helping out the php qa team by writing some phpt tests... and they prefer (though don't require) the tests also include the unicode support. which means PHP6. As I

Re: [PHP] PHP6 build help

2006-06-13 Thread Rabin Vincent
On 6/14/06, Ligaya Turmelle [EMAIL PROTECTED] wrote: Richard Lynch wrote: You realize that compiling PHP6 from CVS is, errr, not really for newbies... :-) Yeah - I know. but I am helping out the php qa team by writing some phpt tests... and they prefer (though don't require) the tests also