<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: /usr/lib/libexpat.so: could not read symbols: File in wrong format in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988290#M28024</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;$ file /usr/lib/libexpat.so&lt;BR /&gt;-ksh: hist_flush: EOF seek failed errno=116&lt;BR /&gt;/usr/lib/libexpat.so: symbolic link to `../../lib/libexpat.so.0.5.0'&lt;BR /&gt;&lt;BR /&gt;$ file /lib/libexpat.so.0.5.0&lt;BR /&gt;/lib/libexpat.so.0.5.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped&lt;BR /&gt;&lt;BR /&gt;$ rpm -Va /lib/libexpat.so.0.5.0&lt;BR /&gt;&lt;BR /&gt;$ ldd /lib/libexpat.so.0.5.0&lt;BR /&gt;        linux-gate.so.1 =&amp;gt;  (0xffffe000)&lt;BR /&gt;        libc.so.6 =&amp;gt; /lib/libc.so.6 (0x4564e000)&lt;BR /&gt;        /lib/ld-linux.so.2 (0x56555000)&lt;BR /&gt;$&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Apr 2007 04:51:12 GMT</pubDate>
    <dc:creator>GnanaShekar</dc:creator>
    <dc:date>2007-04-25T04:51:12Z</dc:date>
    <item>
      <title>/usr/lib/libexpat.so: could not read symbols: File in wrong format</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988288#M28022</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am getting the following error while building apache 2059.  Please suggest.&lt;BR /&gt;&lt;BR /&gt;$ more /etc/redhat-release&lt;BR /&gt;Red Hat Enterprise Linux Server release 5 (Tikanga)&lt;BR /&gt;$ uname -a&lt;BR /&gt;Linux lclnx34 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;/tmp/apache/httpd-2.0.59/srclib/apr/libtool --silent --mode=link gcc  -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/tmp/apache/httpd-2.0.59/srclib/apr/include -I/tmp/apache/httpd-2.0.59/srclib/apr-util/include -I. -I/tmp/apache/httpd-2.0.59/os/unix -I/tmp/apache/httpd-2.0.59/server/mpm/prefork -I/tmp/apache/httpd-2.0.59/modules/http -I/tmp/apache/httpd-2.0.59/modules/filters -I/tmp/apache/httpd-2.0.59/modules/proxy -I/tmp/apache/httpd-2.0.59/include -I/tmp/apache/httpd-2.0.59/modules/generators -I/tmp/apache/httpd-2.0.59/modules/dav/main -export-dynamic    -o htpasswd  htpasswd.lo    /tmp/apache/httpd-2.0.59/srclib/pcre/libpcre.la /tmp/apache/httpd-2.0.59/srclib/apr-util/libaprutil-0.la -lexpat /tmp/apache/httpd-2.0.59/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl&lt;BR /&gt;/usr/lib/libexpat.so: could not read symbols: File in wrong format&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;make[2]: *** [htpasswd] Error 1&lt;BR /&gt;make[2]: Leaving directory `/tmp/apache/httpd-2.0.59/support'&lt;BR /&gt;make[1]: *** [all-recursive] Error 1&lt;BR /&gt;make[1]: Leaving directory `/tmp/apache/httpd-2.0.59/support'&lt;BR /&gt;make: *** [all-recursive] Error 1&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2007 02:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988288#M28022</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2007-04-25T02:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/libexpat.so: could not read symbols: File in wrong format</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988289#M28023</link>
      <description>I would suggest you to run full check on file /usr/lib/libexpat.so. Lots of command can be used for such task, here's some:::&lt;BR /&gt;- file: to check file type&lt;BR /&gt;- rpm -Va: to check file integrity&lt;BR /&gt;- ldd: check library dependancy&lt;BR /&gt;&lt;BR /&gt;Hope it helps.</description>
      <pubDate>Wed, 25 Apr 2007 04:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988289#M28023</guid>
      <dc:creator>Emir Faisal</dc:creator>
      <dc:date>2007-04-25T04:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/libexpat.so: could not read symbols: File in wrong format</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988290#M28024</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;$ file /usr/lib/libexpat.so&lt;BR /&gt;-ksh: hist_flush: EOF seek failed errno=116&lt;BR /&gt;/usr/lib/libexpat.so: symbolic link to `../../lib/libexpat.so.0.5.0'&lt;BR /&gt;&lt;BR /&gt;$ file /lib/libexpat.so.0.5.0&lt;BR /&gt;/lib/libexpat.so.0.5.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped&lt;BR /&gt;&lt;BR /&gt;$ rpm -Va /lib/libexpat.so.0.5.0&lt;BR /&gt;&lt;BR /&gt;$ ldd /lib/libexpat.so.0.5.0&lt;BR /&gt;        linux-gate.so.1 =&amp;gt;  (0xffffe000)&lt;BR /&gt;        libc.so.6 =&amp;gt; /lib/libc.so.6 (0x4564e000)&lt;BR /&gt;        /lib/ld-linux.so.2 (0x56555000)&lt;BR /&gt;$&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2007 04:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988290#M28024</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2007-04-25T04:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/libexpat.so: could not read symbols: File in wrong format</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988291#M28025</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;The output for the first command looks weird. Check integrity of the file using rpm -Vv, OR if you had other server with same 'expat' version, compare its md5 signature (hint: md5sum command).&lt;BR /&gt;&lt;BR /&gt;the result should look something like example below. first column should only contains dots.&lt;BR /&gt;$ rpm -Vv expat&lt;BR /&gt;........    /usr/bin/xmlwf&lt;BR /&gt;........    /usr/lib/libexpat.so.0&lt;BR /&gt;........    /usr/lib/libexpat.so.0.5.0&lt;BR /&gt;........    /usr/share/doc/expat-1.95.7&lt;BR /&gt;........  d /usr/share/doc/expat-1.95.7/COPYING&lt;BR /&gt;........  d /usr/share/doc/expat-1.95.7/README&lt;BR /&gt;........  d /usr/share/man/man1/xmlwf.1.gz&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;hope it helps.</description>
      <pubDate>Wed, 25 Apr 2007 21:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988291#M28025</guid>
      <dc:creator>Emir Faisal</dc:creator>
      <dc:date>2007-04-25T21:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/libexpat.so: could not read symbols: File in wrong format</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988292#M28026</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;$ rpm -Vv expat&lt;BR /&gt;........   /lib64/libexpat.so.0&lt;BR /&gt;........   /lib64/libexpat.so.0.5.0&lt;BR /&gt;........   /usr/bin/xmlwf&lt;BR /&gt;........   /usr/share/doc/expat-1.95.8&lt;BR /&gt;........ d /usr/share/doc/expat-1.95.8/COPYING&lt;BR /&gt;........ d /usr/share/doc/expat-1.95.8/README&lt;BR /&gt;.......T d /usr/share/man/man1/xmlwf.1.gz&lt;BR /&gt;........   /lib/libexpat.so.0&lt;BR /&gt;........   /lib/libexpat.so.0.5.0&lt;BR /&gt;........   /usr/bin/xmlwf&lt;BR /&gt;........   /usr/share/doc/expat-1.95.8&lt;BR /&gt;........ d /usr/share/doc/expat-1.95.8/COPYING&lt;BR /&gt;........ d /usr/share/doc/expat-1.95.8/README&lt;BR /&gt;........ d /usr/share/man/man1/xmlwf.1.gz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Apr 2007 00:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988292#M28026</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2007-04-26T00:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/libexpat.so: could not read symbols: File in wrong format</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988293#M28027</link>
      <description>It's an apache bug.&lt;BR /&gt;&lt;BR /&gt;Probably this will helps:&lt;BR /&gt;&lt;A href="http://www.weblogs.uhi.ac.uk/sm00ay/?p=196" target="_blank"&gt;http://www.weblogs.uhi.ac.uk/sm00ay/?p=196&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;EF</description>
      <pubDate>Thu, 26 Apr 2007 00:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988293#M28027</guid>
      <dc:creator>Emir Faisal</dc:creator>
      <dc:date>2007-04-26T00:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/lib/libexpat.so: could not read symbols: File in wrong format</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988294#M28028</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I donwloaded the latest diff patch from bugzilla.  However it seems to give error while applying the patch.&lt;BR /&gt;&lt;BR /&gt;$ patch &lt;APU-CONF.M4.DIFF.TXT&gt;&lt;/APU-CONF.M4.DIFF.TXT&gt;patching file apu-conf.m4&lt;BR /&gt;Hunk #1 FAILED at 46.&lt;BR /&gt;Hunk #2 succeeded at 107 with fuzz 2 (offset -17 lines).&lt;BR /&gt;1 out of 2 hunks FAILED -- saving rejects to file apu-conf.m4.rej&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Apr 2007 04:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-lib-libexpat-so-could-not-read-symbols-file-in-wrong-format/m-p/3988294#M28028</guid>
      <dc:creator>GnanaShekar</dc:creator>
      <dc:date>2007-04-26T04:09:04Z</dc:date>
    </item>
  </channel>
</rss>

