Jump to content

Make failing --with-xsl


Go to solution Solved by molly,

Recommended Posts

If anyone can offer some suggestions here I'd be really grateful.

 

I'm trying to install PHP 5.5.8 and my configure statement is as follows:

./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-libdir=lib64 --with-tidy=/usr --with-gd --with-png-dir=/usr/local --with-zlib-dir=/usr/local --with-mysqli --with-mysql --with-xsl
--with-curl --with-jpeg-dir=/usr/local --enable-soap --with-libxml-dir=/usr/local --enable-mbstring --with-ldap --with-pear
 
and it exits "make" with a string of errors like:
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/libexslt.so: undefined reference to `xmlNewChild@LIBXML2_2.4.30'
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/libxslt.so: undefined reference to `xmlParserGetDirectory@LIBXML2_2.4.30'
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/libxslt.so: undefined reference to `xmlDictQLookup@LIBXML2_2.6.0'
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/libxslt.so: undefined reference to `xmlNewText@LIBXML2_2.4.30'
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/libxslt.so: undefined reference to `htmlSetMetaEncoding@LIBXML2_2.4.30'
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/libexslt.so: undefined reference to `xmlXPathPopBoolean@LIBXML2_2.4.30'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
 
I have three RHEL 6 servers all generated from the same template and the install works fine on two but not on the third, where the install only works if I omit the "--with-xsl" . Has anyone any ideas on what I might be missing here?
 
Thanks very much!
 
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.