molly Posted March 26, 2014 Share Posted March 26, 2014 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! Quote Link to comment https://forums.phpfreaks.com/topic/287288-make-failing-with-xsl/ Share on other sites More sharing options...
Solution molly Posted March 26, 2014 Author Solution Share Posted March 26, 2014 I gave up on the yum installs, got myself a few tarballs for libxml and libxslt and that worked just fine so all is well again. Problem solved Quote Link to comment https://forums.phpfreaks.com/topic/287288-make-failing-with-xsl/#findComment-1473981 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.