I downloaded 5.1.6 version and try to install it with my
Apache HTTP 2.2, and it went smooth, however when I tried to run HTTP after the
installation I couldn’t cos the error message said libphp5.so was
missing.
I did go to the modules directory of HTTP apache and it was
really missing the
If you are on Linux, do an updatedb and
then locate libphp5.so (or a find / -name libphp5.so). The module is created
when you make and install, but might not be in your apache modules directory
(depending what your ./configure directives where). If you find it either link
to it, or cp it to
Hello,
I am trying to compile PHP 5.1.6 on Redhat AS 3.0 , but have been hitting
problems during configure. Here are some details:
Configure:
./configure --with-apxs2=/appl/apache/bin/apxs --prefix=/appl/php-5.1.6
--with-mysql --with-xml --with-curl=/appl/curl7/to/curl/tree
--with-regex=sys
Hello,
I am about to pull myself bald trying to figure out what this crazy configure
script wants. I have done several days of research but everyone is saying
nothing that has helped.
The compilation process cannot find a friggin file even though the directive
I'm giving configure is pointing
It's not cached is it?
rm config.cache
- Peter
--- Robert Pollard <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am about to pull myself bald trying to figure out what this crazy configure
>
> script wants. I have done several days of research but everyone is saying
> nothing that has helped.