Hi,
I'm trying to compile PHP 5.2.4 from lenny sources with support for
oracle and some other stuff. For this, I am using dpkg-buildpkg.
Right now, the problem I have is that the compilation ends in:
(...)
Generating files
configure: creating ./config.status
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
| 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.
config.status: creating php5.spec
config.status: creating main/build-defs.h
config.status: creating scripts/phpize
config.status: creating scripts/man1/phpize.1
config.status: creating scripts/php-config
config.status: creating scripts/man1/php-config.1
config.status: creating sapi/cli/php.1
config.status: creating main/php_config.h
config.status: executing default commands
/bin/sh: line 18: --with-interbase: command not found
/bin/sh: line 25: --with-mcrypt: command not found
/bin/sh: line 31: --with-xsl: command not found
/bin/sh: line 37: --enable-pdo: command not found
make: *** [configure-apache2-stamp] Error 127
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
The last lines were changed in debian/rules. The package's defaults were
--with-****=shared,/usr
This resulted in
/bin/sh: line 18: --with-interbase=shared,/usr/lib: No such file or
directory
/bin/sh: line 24: --with-mcrypt=shared,/usr/lib: No such file or directory
/bin/sh: line 26: --with-mhash=shared,/usr: No such file or directory
/bin/sh: line 30: --with-xsl=shared,/usr/lib: No such file or directory
/bin/sh: line 36: --enable-pdo=shared,/usr/lib: No such file or directory
If I try to set them static, this is the result:
/bin/sh: line 18: --with-interbase=static: command not found
/bin/sh: line 25: --with-mcrypt=static: command not found
/bin/sh: line 31: --with-xsl=static: command not found
/bin/sh: line 37: --enable-pdo=static: command not found
/bin/sh: line 39: --disable-ipv6: command not found
I am using an up-to-date lenny system in an i386 platform.
What am I missing?
Thanks a lot,
Cassiano Leal
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]