<?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: Build unixODBC Driver Manager on AIX - Error compile in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Build-unixODBC-Driver-Manager-on-AIX-Error-compile/m-p/496894#M14356</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Make sure you have libtool installed, and that its library can be found via LIBPATH. Or it's included in the link line in the makefile.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;has this nailed.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;.lt_dlinit,&amp;nbsp;.lt_dlopen,&amp;nbsp;.lt_dlsym, and&amp;nbsp;.lt_dlclose are all symbols&amp;nbsp;that should come from GNU libtool.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Sep 2018 11:10:03 GMT</pubDate>
    <dc:creator>SimonDawson</dc:creator>
    <dc:date>2018-09-19T11:10:03Z</dc:date>
    <item>
      <title>Build unixODBC Driver Manager on AIX - Error compile</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Build-unixODBC-Driver-Manager-on-AIX-Error-compile/m-p/496695#M14350</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We tried to build unixODBC driver on AIX 7.1 64-bits. We downloaded the latest unixODBC version from unixODBC project home page. We used gcc. As mentioned on&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-build-the-latest-unixODBC-Driver-Manager-for-AIX/ta-p/231905" target="_self"&gt;Build unixODBC&lt;/A&gt;&amp;nbsp;before we execute the configure command, we set the environment variables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="  language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token procnames"&gt;export&lt;/SPAN&gt; CFLAGS&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;maix64
&lt;SPAN class="token procnames"&gt;export&lt;/SPAN&gt; ARFLAGS&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"-X 64"&lt;/SPAN&gt;
&lt;SPAN class="token procnames"&gt;export&lt;/SPAN&gt; OBJECT_MODE&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;64&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, we executed the configure command without any problem. The following error appears when we tried to run "make" command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ld: 0711-317 ERROR: Undefined symbol: .lt_dlinit&lt;BR /&gt;ld: 0711-317 ERROR: Undefined symbol: .lt_dlopen&lt;BR /&gt;ld: 0711-317 ERROR: Undefined symbol: .lt_dlsym&lt;BR /&gt;ld: 0711-317 ERROR: Undefined symbol: .lt_dlclose&lt;/P&gt;&lt;P&gt;Stop.&lt;BR /&gt;make: The error code from the last command is 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what is going on?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 18:59:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Build-unixODBC-Driver-Manager-on-AIX-Error-compile/m-p/496695#M14350</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2018-09-18T18:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Build unixODBC Driver Manager on AIX - Error compile</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Build-unixODBC-Driver-Manager-on-AIX-Error-compile/m-p/496705#M14351</link>
      <description>&lt;P&gt;Hi MariaD,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Can you try adding a couple more exports before the configure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;export NM='/usr/ccs/bin/nm -B -X64'&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;export PATH=$PATH:/usr/ccs/bin&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Where I assume the cc compiler is at /usr/ccs/bin&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Andy&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 19:15:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Build-unixODBC-Driver-Manager-on-AIX-Error-compile/m-p/496705#M14351</guid>
      <dc:creator>Andy547</dc:creator>
      <dc:date>2018-09-18T19:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Build unixODBC Driver Manager on AIX - Error compile</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Build-unixODBC-Driver-Manager-on-AIX-Error-compile/m-p/496715#M14352</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/70637"&gt;@Andy547&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added new export as you mentioned but the error still the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 20:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Build-unixODBC-Driver-Manager-on-AIX-Error-compile/m-p/496715#M14352</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2018-09-18T20:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Build unixODBC Driver Manager on AIX - Error compile</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Build-unixODBC-Driver-Manager-on-AIX-Error-compile/m-p/496828#M14354</link>
      <description>&lt;P&gt;Make sure you have libtool installed, and that its library can be found via LIBPATH. Or it's included in the link line in the makefile.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 06:05:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Build-unixODBC-Driver-Manager-on-AIX-Error-compile/m-p/496828#M14354</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-19T06:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Build unixODBC Driver Manager on AIX - Error compile</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Build-unixODBC-Driver-Manager-on-AIX-Error-compile/m-p/496894#M14356</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Make sure you have libtool installed, and that its library can be found via LIBPATH. Or it's included in the link line in the makefile.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;has this nailed.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;.lt_dlinit,&amp;nbsp;.lt_dlopen,&amp;nbsp;.lt_dlsym, and&amp;nbsp;.lt_dlclose are all symbols&amp;nbsp;that should come from GNU libtool.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 11:10:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Build-unixODBC-Driver-Manager-on-AIX-Error-compile/m-p/496894#M14356</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-09-19T11:10:03Z</dc:date>
    </item>
  </channel>
</rss>

