Home > Archive > PHP Installation > April 2006 > RE: [PHP-INSTALL] PHP 5.1.2 - Apache 2.2 - Slacware 10.2 kernel 2.6.16.4
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
RE: [PHP-INSTALL] PHP 5.1.2 - Apache 2.2 - Slacware 10.2 kernel 2.6.16.4
|
|
| Donatas Vyzas 2006-04-19, 7:59 am |
| There's a typo in your configure command:
Use
--with-apxs2=/usr/local/apache2/bin/apxs
instead of
--with-apx2=/usr/local/apache2/bin/apxs
And also I am not sure if PHP configure has a keyword --enable-so.
Donatas
-----Original Message-----
From: Gustavo Mateus [mailto:gustavo@gustavo.eti.br]
Sent: Tuesday, April 18, 2006 3:49 PM
To: php-install@lists.php.net
Subject: [PHP-INSTALL] PHP 5.1.2 - apache 2.2 - Slacware 10.2 kernel
2.6.16.4
Hi guys
Something strange going on here.
I'm using apache 2.2 with slackware 10.2.
Installing PHP 5.1.2 does not report any error. Using:
.../configure --enable-so --with-apx2=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql
make
make install
PHP 5.1.2 installs correctly but no libphp5.so is created.
I even tried to run configure with out --with-mysql and ./configure
alone too.
Building works ok, no errors.
What may be happening?
Thanks
Gustavo
| |
| Gustavo Mateus 2006-04-19, 7:59 am |
| I hate when the error is my stupidity :)
Thanks, that was driving me crasy
Donatas Vyzas wrote:
> There's a typo in your configure command:
> Use
> --with-apxs2=/usr/local/apache2/bin/apxs
> instead of
> --with-apx2=/usr/local/apache2/bin/apxs
>
> And also I am not sure if PHP configure has a keyword --enable-so.
>
> Donatas
>
> -----Original Message-----
> From: Gustavo Mateus [mailto:gustavo@gustavo.eti.br]
> Sent: Tuesday, April 18, 2006 3:49 PM
> To: php-install@lists.php.net
> Subject: [PHP-INSTALL] PHP 5.1.2 - apache 2.2 - Slacware 10.2 kernel
> 2.6.16.4
>
> Hi guys
>
> Something strange going on here.
> I'm using apache 2.2 with slackware 10.2.
>
> Installing PHP 5.1.2 does not report any error. Using:
>
> ../configure --enable-so --with-apx2=/usr/local/apache2/bin/apxs
> --with-mysql=/usr/local/mysql
>
> make
> make install
>
> PHP 5.1.2 installs correctly but no libphp5.so is created.
> I even tried to run configure with out --with-mysql and ./configure
> alone too.
>
> Building works ok, no errors.
>
> What may be happening?
>
> Thanks
>
> Gustavo
|
|
|
|
|