[PHP-INSTALL] Build fails on Debian Lenny

2009-05-25 Thread Étienne Buira
Hello all. I try to build PHP 5.2.9 from source on a Debian Lenny, on an amd64 machine, but I run into trouble when the PHP's libtool script is called. First, my configure : ./configure \ --with-apxs2=/usr/local/httpd/bin/apxs \ --with-mysql=/usr/local/mysql \ --with-mysqli=/usr/local/mysql/bi

Re: [PHP-INSTALL] Build fails on Debian Lenny

2009-05-25 Thread Étienne Buira
Étienne Buira wrote: Hello all. I try to build PHP 5.2.9 from source on a Debian Lenny, on an amd64 machine, but I run into trouble when the PHP's libtool script is called. First, my configure : ./configure \ --with-apxs2=/usr/local/httpd/bin/apxs \ --with-mysql=/usr/local/mysql \ -

Re: [PHP-INSTALL] PHP + SQLite = tearing hairs..

2009-11-17 Thread Étienne Buira
RRybak wrote: > Hello, > > I've spend some days on googling, but as for now - without any effect. > > -- > The configuration follows: > - Windows 7 64bit (build 7100) > - PHPInfo -> Apache/2.2.13 (Win32) PHP/5.3.0 > PDO drivers mysql, odbc, sqlite > >PDO Driver for SQLi

Re: [PHP-INSTALL] Upgrading to PHP 5.2, MySQL no longer bundled

2010-01-04 Thread Étienne Buira
William Beaumont wrote: > I'm trying to upgrade to PHP 5.2 on a Linux machine (RedHat). For the > "./configure" step, I copied the configure command exactly as it > appears in the results of "php -i". When I run it in the new > installation folder, I get a message telling me that the program can't

Re: [PHP-INSTALL] php + sendmail

2010-08-20 Thread Étienne Buira
On 08/20/10 15:06, Illó Gábor wrote: > Hello Hi > I have php-fpm in my freebsd jail. php-fpm chrooted to > /usr/local/www/. I install mini-sendmail and linked > /usr/local/bin/mini_sendmail to /usr/local/www/ and i put > php_admin_value[sendmail_path] = /sendmail -t -i in to php-fpm.conf Don't