Justtechjobs.com Find a programming school near you






Online Campus Both


php-install | 2003092

[PHP-INSTALL] Re: Solaris-8 et php-4.3.3 From: Michael Mauch (elmicha <email protected>)
Date: 09/26/03

Michel Mounier wrote:

> j'ai un petit souci d'install de "php-4.3.3" sur "solaris-8" !
>
> - j'utilise comme variables :
> LD_RUN_PATH=/usr/local/ssl/lib:/usr/local/mysql/lib/mysql
> CC=gcc
>
> - et comme configure les commandes suivantes :
> ./configure --with-apxs=/usr/local/apache2/bin/apxs \

I don't know much about PHP with Apache2, but you should use
  --with-apxs2=/usr/local/apache2/bin/apxs
             ^ note that 2!

See also: <http://fr.php.net/manual/fr/install.apache2.php>

Regards...
                Michael