Jump to content

molly

New Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

molly's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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
  2. 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!
  3. I've just upgraded to 5.3.6 (from a tarball) and a security scan of the box threw up the buffer overflow vulnerability CVE-2011-1938. I'm finding lots of mentions of it online but can't find a fix. Can anyone help/advise? Thanks!
  4. If anyone can help me out here I'd be very grateful. I've just upgraded my mysql to 5.0.27 and I'm trying to upgrade my php to 5.2.1 (from versions 4.x in both cases). I trying to configure php with : ./configure --prefix=/usr/local/apache2/php --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-gd --with-png-dir=/usr/local --with-jpeg-dir=/usr/local --with-zlib-dir=/usr/local --with-libxml-dir=/usr/local --with-xsl=/usr/local and I keep getting : . . checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... no checking for mysql_close in -lmysqlclient... no checking for mysql_error in -lmysqlclient... no configure: error: mysql configure failed. Please check config.log for more information. config.log truncates with: /usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x88): In function `TaoCrypt::FileSource::~FileSource(void)': /usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x28c): In function `TaoCrypt::FileSink::~FileSink(void)': char mysql_error(); mysql_error() If anyone has ANY idea(s) what I'm missing/doing wrong...???? thanks!
×
×
  • 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.