<?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: Building openLDAP on HP UX 11.31 ia64 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4397996#M732500</link>
    <description>&amp;gt;... -lcrypto -mthreads -lc&lt;BR /&gt;&amp;gt;ld: Unrecognized argument: -mthreads&lt;BR /&gt;&lt;BR /&gt;You need to remove the bogus -mthreads.  Was the intention to use -lpthread?</description>
    <pubDate>Wed, 08 Apr 2009 21:33:39 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-04-08T21:33:39Z</dc:date>
    <item>
      <title>Building openLDAP on HP UX 11.31 ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4397995#M732499</link>
      <description>Has anyone successfully build openLDAP on HP UX? I am seeking a document with all the changes to be made to openLDAP build environment necessary to successfully build a 64 bit version.&lt;BR /&gt;&lt;BR /&gt;I am having some issues during the build of openLDAP in 64 bit.&lt;BR /&gt;&lt;BR /&gt;My HP UX server is : HP-UX tbird B.11.31 U ia64 2670159169 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;The error i am receiving is during the "make" step....&lt;BR /&gt;&lt;BR /&gt;/usr/bin/ld -b +h libldap_r-2.4.so.3 -o .libs/libldap_r-2.4.so.3.0  .libs/threads.o .libs/rdwr.o .libs/rmutex.o .libs/tpool.o .libs/rq.o .libs/thr_posix.o .libs/thr_cthreads.o .libs/thr_thr.o .libs/thr_lwp.o .libs/thr_nt.o .libs/thr_pth.o .libs/thr_stub.o .libs/thr_debug.o .libs/bind.o .libs/open.o .libs/result.o .libs/error.o .libs/compare.o .libs/search.o .libs/controls.o .libs/messages.o .libs/references.o .libs/extended.o .libs/cyrus.o .libs/modify.o .libs/add.o .libs/modrdn.o .libs/delete.o .libs/abandon.o .libs/sasl.o .libs/sbind.o .libs/unbind.o .libs/cancel.o .libs/filter.o .libs/free.o .libs/sort.o .libs/passwd.o .libs/whoami.o .libs/getdn.o .libs/getentry.o .libs/getattr.o .libs/getvalues.o .libs/addentry.o .libs/request.o .libs/os-ip.o .libs/url.o .libs/pagectrl.o .libs/sortctrl.o .libs/vlvctrl.o .libs/init.o .libs/options.o .libs/print.o .libs/string.o .libs/util-int.o .libs/schema.o .libs/charray.o .libs/tls.o .libs/os-local.o .libs/dnssrv.o .libs/utf-8.o .libs/utf-8-conv.o .libs/turn.o .libs/ppolicy.o .libs/dds.o .libs/txn.o .libs/ldap_sync.o .libs/stctrl.o .libs/assertion.o .libs/version.o  -L/opt/hpom/software/openldap-2.4.11/libraries/liblber/.libs ../../libraries/liblber/.libs/liblber.so /usr/lib/hpux32/libsasl2.so -lssl -lcrypto -mthreads -lc&lt;BR /&gt;ld: Unrecognized argument: -mthreads&lt;BR /&gt;Fatal error.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Apr 2009 17:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4397995#M732499</guid>
      <dc:creator>Michael Ryan_1</dc:creator>
      <dc:date>2009-04-08T17:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Building openLDAP on HP UX 11.31 ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4397996#M732500</link>
      <description>&amp;gt;... -lcrypto -mthreads -lc&lt;BR /&gt;&amp;gt;ld: Unrecognized argument: -mthreads&lt;BR /&gt;&lt;BR /&gt;You need to remove the bogus -mthreads.  Was the intention to use -lpthread?</description>
      <pubDate>Wed, 08 Apr 2009 21:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4397996#M732500</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-08T21:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Building openLDAP on HP UX 11.31 ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4397997#M732501</link>
      <description>The make files are from openLDAP.org. I am trying to build a 64 bit version, since all the binaries i can find are 32 bit and i need 64.&lt;BR /&gt;&lt;BR /&gt;So the -mthreads switch was/is from openLDAP, and i am not sure why they chose that switch.&lt;BR /&gt;&lt;BR /&gt;Is -lpthread the appropriate switch?&lt;BR /&gt;&lt;BR /&gt;At this point, happy to try anything.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 09 Apr 2009 15:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4397997#M732501</guid>
      <dc:creator>Michael Ryan_1</dc:creator>
      <dc:date>2009-04-09T15:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Building openLDAP on HP UX 11.31 ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4397998#M732502</link>
      <description>I have not tried to build OpenLDAP. You should change -mthreads to -mt in all of Makefile which is created after you run the OpenLDAP configure script. Then the problem will be gone.</description>
      <pubDate>Thu, 09 Apr 2009 23:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4397998#M732502</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2009-04-09T23:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Building openLDAP on HP UX 11.31 ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4397999#M732503</link>
      <description>The -lpthread switch worked but the libraries are 32 bit. The -mt switch did not work...it produced errors like the -mthreads switch.</description>
      <pubDate>Mon, 13 Apr 2009 17:01:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4397999#M732503</guid>
      <dc:creator>Michael Ryan_1</dc:creator>
      <dc:date>2009-04-13T17:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Building openLDAP on HP UX 11.31 ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4398000#M732504</link>
      <description>&amp;gt;The -lpthread switch worked but the libraries are 32 bit.&lt;BR /&gt;&lt;BR /&gt;Then you'll have to port those too.  And change your -L and paths to point to the hpux64 versions.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The -mt switch did not work. it produced errors like the -mthreads switch.&lt;BR /&gt;&lt;BR /&gt;What driver are you using?</description>
      <pubDate>Mon, 13 Apr 2009 23:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/building-openldap-on-hp-ux-11-31-ia64/m-p/4398000#M732504</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-13T23:10:26Z</dc:date>
    </item>
  </channel>
</rss>

