Hey everyone. I am currently running Mandrake 10.1 and I am trying to upgrade my PHP install from the 4.3.x default to 5.0 and make use of the new OOP features. MY problem at the moment seems to be when I attempt to configure the software. my command line switch is
[root@localhost php-5.0.2]# ./configure --with-aspx2 --with-libxml2 --with-xslt --disable-cgi
However, I seem to have errors with generating the makefile.
Generating files
sed: can't read Software/PHP/php-5.0.2/scripts/Makefile.frag: No such file or directory
sed: can't read Software/PHP/php-5.0.2/pear/Makefile.frag: No such file or directory
sed: can't read Software/PHP/php-5.0.2/Makefile.frag: No such file or directory
cat: /common/Software/Linux: Is a directory
cat: Software/PHP/php-5.0.2/Makefile.global: No such file or directory
updating cache ./config.cache
creating ./config.status
creating php5.spec
creating main/build-defs.h
creating scripts/phpize
creating scripts/php-config
creating sapi/cli/php.1
creating main/php_config.h
main/php_config.h is unchanged
creating main/internal_functions.c
cat: ./main/internal_functions.c.in: No such file or directory
creating main/internal_functions_cli.c
cat: ./main/internal_functions.c.in: No such file or directory
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
Thank you for using PHP.
The working directory when the configure is called is /common/Software/Linux Software/PHP/php-5.0.2
Any thoughts on why this is happening and how I can resolve this issue? It seems to be all that is blocking me from using php 5 on my server.
As always any and all thoughts are appreciated.
Shaun