build PHP error

Markoetie

Verified User
Joined
Aug 19, 2008
Messages
41
Hi,

i'm trying to update php to it's latest version with custombuild but I get an error when it's compiling libxslt-1.1.24. (See attachment)
 

Attachments

Try:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build libxml2
./build libxslt
 
Yeah i've also seen that post. I created symlinks to /usr/local/lib/libxml2.so.2.7.2 and tried it again and it again failed.

I don't know if that was the correct way to do this? Or do I have to do this by a other method?

I also attached the config.log
 

Attachments

Last edited:
I did ./build update today and i saw that 'libxml2-2.7.3' got released. But building libxslt now shows more warnings but it still has trouble with:

Validating the HTML Web pages
I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
API.html:2: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"

See attachment for the output

I really need a solution to this problem else i can't update php to it's latest version
 

Attachments

Last edited:
Code:
yum -y install libxslt-devel libxml2-devel
cd /usr/local/directadmin/custombuild
./build update
./build php n
 
It the build fails.

checking for mysql_set_server_option in -lmysqlclient... no
configure: error: wrong mysql library version or lib not found. Check config.log for more information.

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

I'm running /usr/bin/mysql Ver 12.22 Distrib 4.0.24, for pc-linux-gnu (i686)
 

Attachments

Last edited:
Try:
Code:
cd /usr/local/directadmin/custombuild
./build set mysql_inst yes
./build ser mysql_backup yes
./build mysql
./build php n
 
ok everything compiled good. Only apache didn't start correctly

Restarting apache.
Stopping httpd: [ OK ]
Starting httpd: Syntax error on line 30 of /etc/httpd/conf/httpd.conf:
Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration
[FAILED]

<Limit GET POST OPTIONS PROPFIND>
Order allow,deny <- line 30
Allow from all
</Limit>
 

Attachments

Last edited:
Back
Top