I am trying to use go-pear to install the latest version of PEAR on my
dedicated server, yet I get repeated fails with error messages I cannot
really understand. (looks like a cvs problem perhaps?)
I run lynx -source http://go-pear.org/ | php
and I get a few download ok messages then someti
Donatas Vyzas wrote:
Well, if you use RPM distibution such as RH, I would strongly advice
for using *only* RPMs for package installs. And I would like to note, that I
do not use RPM based distribution, so I might be wrong in something.
I believe, that you should be able to use any
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 --
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:[EMAIL PROTECTED]
Sent:
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 libp