I'm installing PHP5 over top of my current installation (as a module).
Here's the error message:
> ----------------------------------------------------------------
> [EMAIL PROTECTED]:~/php-5.0.0# make && make install
> Build complete.
> (It is safe to ignore warnings about tempnam and tmpnam).
> Installing PHP SAPI module: apache
> [activating module `php5' in /etc/apache/httpd.conf]
> cp libs/libphp5.so /usr/libexec/apache/libphp5.so
> cp: cannot stat `libs/libphp5.so': No such file or directory
> apxs:Break: Command failed with rc=1
> make: *** [install-sapi] Error 1
> [EMAIL PROTECTED]:~/php-5.0.0#
> ----------------------------------------------------------------
> What's the problem here?
I've not installed 5 yet, but i've seen this with other packages...is there
a libphp5.so under libs? do you have rights to it(looks you're root, so
yes), if it doesn't happen to be there look under 'modules', sometimes i've
seen it end up there and i have to move it to get the make install to work.
otherwise run: find / -name libphp5.so (you could likely do find ./ -name
...) from the install directory.
and see if this was created at all.
HTH
Jeff
--
+---------------------+----------------------------+
| Cody Harris | NEWS: |
| Nova Scotia, Canada | VParse production resumed. |
+---------------------+----------------------------+
--
+---------------------+----------------------------+
| Cody Harris | NEWS: |
| Nova Scotia, Canada | VParse production resumed. |
+---------------------+----------------------------+