.build update php support xsl error....

bbccbbbi

New member
Joined
Jun 14, 2009
Messages
1
i editor /usr/local/directadmin/custombuild/custom/ap2/configure.php5
and add --with-xsl
and ./build php n
the error code is :
File already exists: php-5.2.9.tar.gz
MD5 Checksum on php-5.2.9.tar.gz passed.
File already exists: php-5.2.9-mail-header.patch
MD5 Checksum on php-5.2.9-mail-header.patch passed.
Found /usr/local/directadmin/custombuild/php-5.2.9.tar.gz
Extracting ...
Done.
patching file php-5.2.9/ext/standard/mail.c
Hunk #1 succeeded at 210 with fuzz 2 (offset 9 lines).
Hunk #2 succeeded at 306 (offset 17 lines).
Configuring php-5.2.9...
configure: error: can only configure for one host and one target at a time

*** There was an error while trying to configure php. Check the custom/ap2/configure.php5 file

this is my configure.php5 file:
#!/bin/sh
./configure \
--with-apxs2 \
--with-curl=/usr/local/lib \
--with-jpeg
--with-freetype-dir=/usr/local/lib \
--with-kerberos \
--with-openssl \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr \
--with-mysqli=/usr/bin/mysql_config \
--with-pdo-mysql=/usr \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--enable-zip \
--with-iconv=/usr/local \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-mbstring \
--with-xsl
who can help me....and tell me why....thanks very much...
 
Last edited:
Back
Top