Re: [PHP-DEV] Modest Success

2006-04-15 Thread Jani Taskinen
When you install PHP, use the right prefix. When you phpize something, use the --with-php-config=PREFIX/bin/php-config with the generated configure, that way you get to use the right include paths. --Jani On Sat, 15 Apr 2006, Richard Lynch wrote: On Fri, April 14, 2006 9:3

Re: [PHP-DEV] Modest Success

2006-04-14 Thread Richard Lynch
On Fri, April 14, 2006 9:39 pm, Rasmus Lerdorf wrote: > Richard Lynch wrote: >> I decided to just give up on trying to have a modern PHP Source >> development environment and re-compiled the exact same version (-r >> 5_0) as my webhost has, so that I could just bypass the whole issue >> of >> getti

Re: [PHP-DEV] Modest Success

2006-04-14 Thread Rasmus Lerdorf
Richard Lynch wrote: I decided to just give up on trying to have a modern PHP Source development environment and re-compiled the exact same version (-r 5_0) as my webhost has, so that I could just bypass the whole issue of getting configure to read/write the paths I want to. -r 5_1 should be fi