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
É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 \
-
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
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
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