<?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: Having trouble with archive libraries in 64-bit 11.11 HP-UX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960034#M101692</link>
    <description>Have you checked if the archive libraries you are trying to link with are all 64-bit. Do an ldd -v on the executable to find out the shared dependencies and post the output.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
    <pubDate>Mon, 13 Mar 2006 18:42:18 GMT</pubDate>
    <dc:creator>Sandman!</dc:creator>
    <dc:date>2006-03-13T18:42:18Z</dc:date>
    <item>
      <title>Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960028#M101686</link>
      <description>I'm trying to compile openldap in 64-bit mode on HPUX 11.11, and whenever I try to link in an archive library, I get an ABI mismatch, or a Cannot load symbol table--but I've checked the object files and they are definitely ELF 64-bit,and nm lists the symbol tables just fine. Has anyone else had trouble with this, and how did you change the linking?&lt;BR /&gt;Here is a sample command and output...&lt;BR /&gt;        /bin/sh ../..//libtool --mode=link  cc -static +DD64  -L/usr/local/lib -&lt;BR /&gt;L/usr/local/BerkeleyDB.4.3/lib   -o dtest dtest.o liblber.la ../../libraries/lib&lt;BR /&gt;lutil/liblutil.a&lt;BR /&gt;cc +DD64 -o dtest dtest.o  -L/usr/local/lib -L/usr/local/BerkeleyDB.4.3/lib ./.l&lt;BR /&gt;ibs/liblber.a ../../libraries/liblutil/liblutil.a&lt;BR /&gt;ld: (Warning) Cannot load library symbol table in ./.libs/liblber.a, it might be&lt;BR /&gt; missing or corrupted. Skipping library ./.libs/liblber.a.&lt;BR /&gt;ld: (Warning) Cannot load library symbol table in ../../libraries/liblutil/liblu&lt;BR /&gt;til.a, it might be missing or corrupted. Skipping library ../../libraries/liblut&lt;BR /&gt;il/liblutil.a.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help!&lt;BR /&gt;c*&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2006 09:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960028#M101686</guid>
      <dc:creator>MTSU_SAN</dc:creator>
      <dc:date>2006-02-15T09:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960029#M101687</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Just to make sure, have you installed all the dependancies like BerkeleyDB, etc.. in 64 bit  ? &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 15 Feb 2006 09:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960029#M101687</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-15T09:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960030#M101688</link>
      <description>Oh yes, and had trouble with each and every dependency! Even the binaries from the software porting sites that say they are 2.0 Risc are all 32-bit, and so I've had to compile everything from scratch.&lt;BR /&gt;Thanks for asking.&lt;BR /&gt;c*</description>
      <pubDate>Wed, 15 Feb 2006 09:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960030#M101688</guid>
      <dc:creator>MTSU_SAN</dc:creator>
      <dc:date>2006-02-15T09:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960031#M101689</link>
      <description>Typically if you get "Cannot load library symbol table" it means the archive wasn't created with HP's ar.&lt;BR /&gt;&lt;BR /&gt;You can "fix" this by: ar -rs foo.a&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Mar 2006 01:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960031#M101689</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-03-07T01:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960032#M101690</link>
      <description>Thanks, I did rebuild the symbol table with ar, but I got the same message afterwards...Weird, huh?&lt;BR /&gt;c*</description>
      <pubDate>Mon, 13 Mar 2006 16:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960032#M101690</guid>
      <dc:creator>MTSU_SAN</dc:creator>
      <dc:date>2006-03-13T16:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960033#M101691</link>
      <description>&amp;gt;I did rebuild the symbol table with ar&lt;BR /&gt;&lt;BR /&gt;You used the following?&lt;BR /&gt;    /usr/ccs/bin/ar -rs foo.a</description>
      <pubDate>Mon, 13 Mar 2006 18:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960033#M101691</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-03-13T18:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960034#M101692</link>
      <description>Have you checked if the archive libraries you are trying to link with are all 64-bit. Do an ldd -v on the executable to find out the shared dependencies and post the output.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Mon, 13 Mar 2006 18:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960034#M101692</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-13T18:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960035#M101693</link>
      <description>Why, yes:&lt;BR /&gt;frank3 /usr/local4/openldap-2.3.19 $ cd libraries/liblutil &lt;BR /&gt;frank3 /usr/local4/openldap-2.3.19/libraries/liblutil $ file liblutil.a&lt;BR /&gt;liblutil.a:     archive file&lt;BR /&gt;frank3 /usr/local4/openldap-2.3.19/libraries/liblutil $ /usr/ccs/bin/ar -rs liblutil.a &lt;BR /&gt;frank3 /usr/local4/openldap-2.3.19/libraries/liblutil $ file *.o&lt;BR /&gt;avl.o:          ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;base64.o:       ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;csn.o:          ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;detach.o:       ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;entropy.o:      ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;fetch.o:        ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;getpass.o:      ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;getpeereid.o:   ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;hash.o:         ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;ldif.o:         ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;lockf.o:        ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;md5.o:          ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;passfile.o:     ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;passwd.o:       ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;sasl.o:         ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;setproctitle.o: ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;sha1.o:         ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;signal.o:       ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;sockpair.o:     ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;tavl.o:         ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;testavl.o:      ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;utils.o:        ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;uuid.o:         ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;version.o:      ELF-64 relocatable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;&lt;BR /&gt;Then, running make again:&lt;BR /&gt;  Entering subdirectory liblutil&lt;BR /&gt; &lt;BR /&gt;  Entering subdirectory liblber&lt;BR /&gt;        cc +DD64 -I../../include -I../../include   -I/usr/local/include -I/usr/local/BerkeleyDB.4.3/include  -c etest.c&lt;BR /&gt;        /bin/sh ../..//libtool --mode=link  cc -static +DD64  -L/usr/local/lib -L/usr/local/BerkeleyDB.4.3/lib   -o etest etest.o liblber.la ../../libraries/liblutil/liblutil.a   &lt;BR /&gt;cc +DD64 -o etest etest.o  -L/usr/local/lib -L/usr/local/BerkeleyDB.4.3/lib ./.libs/liblber.a ../../libraries/liblutil/liblutil.a&lt;BR /&gt;ld: (Warning) Cannot load library symbol table in ./.libs/liblber.a, it might be missing or corrupted. Skipping library ./.libs/liblber.a.&lt;BR /&gt;ld: (Warning) Cannot load library symbol table in ../../libraries/liblutil/liblutil.a, it might be missing or corrupted. Skipping library ../../libraries/liblutil/liblutil.a.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Same error.</description>
      <pubDate>Tue, 14 Mar 2006 16:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960035#M101693</guid>
      <dc:creator>MTSU_SAN</dc:creator>
      <dc:date>2006-03-14T16:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960036#M101694</link>
      <description>Can you provide either liblber.a &amp;amp; liblutil.a, whichever is smaller?&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Mar 2006 17:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960036#M101694</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-03-14T17:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960037#M101695</link>
      <description>Sure--liblutil.a is attached</description>
      <pubDate>Wed, 15 Mar 2006 09:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960037#M101695</guid>
      <dc:creator>MTSU_SAN</dc:creator>
      <dc:date>2006-03-15T09:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960038#M101696</link>
      <description>Hi Connie,&lt;BR /&gt;&lt;BR /&gt;Typically the mismatched ABI is related to mixing 32/64-bit modes in the same compilation. You checked all your .o (object files) but have you verified with elfdump that all the .a (archive libs) files that you're loading into your executable are indeed 64-bit.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Wed, 15 Mar 2006 14:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960038#M101696</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-15T14:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960039#M101697</link>
      <description>I never thought of that, because the table was built only from the object files listed, and that is the one being complained of that it cannot load the symbol table. Which option to elfdump tells you if it is a 64-bit archive library?</description>
      <pubDate>Wed, 15 Mar 2006 16:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960039#M101697</guid>
      <dc:creator>MTSU_SAN</dc:creator>
      <dc:date>2006-03-15T16:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960040#M101698</link>
      <description>Looking at your archive indicates no symbol table at all.  (elfdump -f -g)&lt;BR /&gt;Were you using -q to create or add to it?&lt;BR /&gt;&lt;BR /&gt;My suggestion about using ar -rs doesn't seem to work.&lt;BR /&gt;&lt;BR /&gt;You need to use ar -qs, or use ranlib(1) to fix your archive.</description>
      <pubDate>Wed, 15 Mar 2006 19:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960040#M101698</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-03-15T19:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960041#M101699</link>
      <description>This RCEN will give you the syntax you are looking for:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;&amp;amp;mode=id&amp;amp;searchCrit=allwords&amp;amp;docType=EngineerNotes&amp;amp;searchString=TFKBRC00004691" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;&amp;amp;mode=id&amp;amp;searchCrit=allwords&amp;amp;docType=EngineerNotes&amp;amp;searchString=TFKBRC00004691&lt;/A&gt;</description>
      <pubDate>Wed, 15 Mar 2006 20:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960041#M101699</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-03-15T20:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960042#M101700</link>
      <description>Well, now I'm really confused, cause when I run elfdump it is fine...&lt;BR /&gt;elfdump -a liblutil.a&lt;BR /&gt;&lt;BR /&gt;liblutil.a:&lt;BR /&gt;&lt;BR /&gt;                *** Archive Header ***&lt;BR /&gt;&lt;BR /&gt;       Date          Uid    Gid    Mode     Size       Member Name&lt;BR /&gt;&lt;BR /&gt;liblutil.a[base64.o]:&lt;BR /&gt;Mar 14 16:10 2006 105    201    304370   0x2070     base64.o&lt;BR /&gt;&lt;BR /&gt;liblutil.a[csn.o]:&lt;BR /&gt;Mar 14 16:10 2006 105    201    304370   0xb78      csn.o&lt;BR /&gt;&lt;BR /&gt;liblutil.a[entropy.o]:&lt;BR /&gt;Mar 14 16:10 2006 105    201    304370   0xaf0      entropy.o&lt;BR /&gt;&lt;BR /&gt;liblutil.a[sasl.o]:&lt;BR /&gt;Mar 14 16:10 2006 105    201    304370   0x588      sasl.o&lt;BR /&gt;&lt;BR /&gt;liblutil.a[signal.o]:&lt;BR /&gt;Mar 14 16:10 2006 105    201    304370   0x838      signal.o&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;etc..&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;elfdump -f -g liblutil.a&lt;BR /&gt;liblutil.a:&lt;BR /&gt;&lt;BR /&gt;liblutil.a[base64.o]:&lt;BR /&gt;&lt;BR /&gt;                *** ELF Header ***&lt;BR /&gt;&lt;BR /&gt;Class:                   ELF-64&lt;BR /&gt;Data:                    Big-endian&lt;BR /&gt;OS:                      HP-UX&lt;BR /&gt;ABI Version:             1&lt;BR /&gt;Type:                    REL&lt;BR /&gt;Machine:                 PA-RISC&lt;BR /&gt;Version:                 1&lt;BR /&gt;Entry Addr:              0x0&lt;BR /&gt;Program Hdr Offset:      0x0&lt;BR /&gt;Section Hdr Offset:      0x1c30&lt;BR /&gt;Flags:                   Wide-mode&lt;BR /&gt;Flags:                   PA2.0&lt;BR /&gt;Elf Hdr Size:            0x40&lt;BR /&gt;Program Hdr Size:        0x38              &lt;BR /&gt;Program Hdr Number:      0&lt;BR /&gt;Section Hdr Size:        0x40              &lt;BR /&gt;Section Hdr Number:      17&lt;BR /&gt;Section Hdr String Idx:  16&lt;BR /&gt;&lt;BR /&gt;liblutil.a[csn.o]:&lt;BR /&gt;... etc...&lt;BR /&gt;&lt;BR /&gt;So, why when you looked at it was it not?&lt;BR /&gt;c*</description>
      <pubDate>Thu, 16 Mar 2006 09:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960042#M101700</guid>
      <dc:creator>MTSU_SAN</dc:creator>
      <dc:date>2006-03-16T09:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960043#M101701</link>
      <description>&amp;gt;now I'm really confused, cause when I run elfdump it is fine...&lt;BR /&gt;&lt;BR /&gt;Basically you are seeing the -a and -f output which is useless for ld.  You need to look for the -g output.  Use ranlib and you'll see the extra global symbol table.</description>
      <pubDate>Thu, 16 Mar 2006 15:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960043#M101701</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-03-16T15:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960044#M101702</link>
      <description>I just ran elfdump -g liblutil.a on the file before and after running ranlib, and I get the same output (none!)&lt;BR /&gt;frank3 /usr/local4/openldap-2.3.19/libraries/liblutil $ elfdump -g liblutil.a &lt;BR /&gt;&lt;BR /&gt;liblutil.a:&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2006 15:55:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960044#M101702</guid>
      <dc:creator>MTSU_SAN</dc:creator>
      <dc:date>2006-03-16T15:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960045#M101703</link>
      <description>&amp;gt;I just ran elfdump -g liblutil.a on the file before and after running ranlib, and I get the same output (none!)&lt;BR /&gt;&lt;BR /&gt;I get -g output on your test .a whether I use /usr/ccs/bin/ranlib or /usr/ccs/bin/ar -qs.</description>
      <pubDate>Thu, 16 Mar 2006 16:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960045#M101703</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-03-16T16:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960046#M101704</link>
      <description>Different than just the name of the archive file, like I posted?</description>
      <pubDate>Fri, 17 Mar 2006 10:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960046#M101704</guid>
      <dc:creator>MTSU_SAN</dc:creator>
      <dc:date>2006-03-17T10:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with archive libraries in 64-bit 11.11 HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960047#M101705</link>
      <description>&amp;gt;Different than just the name of the archive file, like I posted?&lt;BR /&gt;&lt;BR /&gt;Yes, massive amounts of output:&lt;BR /&gt;copy.a:&lt;BR /&gt;                *** Archive Symbol Table ***&lt;BR /&gt;1618     lutil_b64_ntop&lt;BR /&gt;...</description>
      <pubDate>Fri, 17 Mar 2006 19:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/having-trouble-with-archive-libraries-in-64-bit-11-11-hp-ux/m-p/4960047#M101705</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-03-17T19:30:38Z</dc:date>
    </item>
  </channel>
</rss>

