<?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: Unsatisfied code symbol 'opc_connect' in load module in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-code-symbol-opc-connect-in-load-module/m-p/4568570#M679181</link>
    <description>You need to use -l to link to your opc library. Something like:&lt;BR /&gt;cc opc_templ_assign.o -o opc_templ_assign -lopc -L/opt/OV/lib&lt;BR /&gt;&lt;BR /&gt;How is opc_tmpl_cfg.o related to opc_templ_assign.o?&lt;BR /&gt;&lt;BR /&gt;More information about -L:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/14487/options.htm#opt-Ldirectory" target="_blank"&gt;http://docs.hp.com/en/14487/options.htm#opt-Ldirectory&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What does -R mean? There is no option called -R:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/14487/options.htm" target="_blank"&gt;http://docs.hp.com/en/14487/options.htm&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Jan 2010 04:10:30 GMT</pubDate>
    <dc:creator>Kannan M Jeganathan</dc:creator>
    <dc:date>2010-01-22T04:10:30Z</dc:date>
    <item>
      <title>Unsatisfied code symbol 'opc_connect' in load module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-code-symbol-opc-connect-in-load-module/m-p/4568569#M679180</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;System_Info : HP-UX BAVASOM1 B.11.31 U ia64&lt;BR /&gt;Using: cc compiler&lt;BR /&gt;&lt;BR /&gt;I complied opc_templ_assign.c program, and when I run the same it would display this error, please help&lt;BR /&gt;&lt;BR /&gt;root@mysys-&amp;gt;./opc_templ_assign&lt;BR /&gt;/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'opc_connect' in load module './opc_templ_assign'.&lt;BR /&gt;Killed&lt;BR /&gt;&lt;BR /&gt;I used the following options to compile, let me know if that is wrong / correct!&lt;BR /&gt;&lt;BR /&gt;/usr/bin/cc opc_tmpl_cfg.c -c -o opc_tmpl_cfg.o -I /opt/OV/include&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;/usr/bin/cc opc_templ_assign.o -o opc_templ_assign -R/opt/OV/lib -L/opt/OV/lib&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Praveen&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2010 12:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-code-symbol-opc-connect-in-load-module/m-p/4568569#M679180</guid>
      <dc:creator>Praveen Munireddy</dc:creator>
      <dc:date>2010-01-21T12:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied code symbol 'opc_connect' in load module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-code-symbol-opc-connect-in-load-module/m-p/4568570#M679181</link>
      <description>You need to use -l to link to your opc library. Something like:&lt;BR /&gt;cc opc_templ_assign.o -o opc_templ_assign -lopc -L/opt/OV/lib&lt;BR /&gt;&lt;BR /&gt;How is opc_tmpl_cfg.o related to opc_templ_assign.o?&lt;BR /&gt;&lt;BR /&gt;More information about -L:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/14487/options.htm#opt-Ldirectory" target="_blank"&gt;http://docs.hp.com/en/14487/options.htm#opt-Ldirectory&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What does -R mean? There is no option called -R:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/14487/options.htm" target="_blank"&gt;http://docs.hp.com/en/14487/options.htm&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jan 2010 04:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-code-symbol-opc-connect-in-load-module/m-p/4568570#M679181</guid>
      <dc:creator>Kannan M Jeganathan</dc:creator>
      <dc:date>2010-01-22T04:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied code symbol 'opc_connect' in load module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-code-symbol-opc-connect-in-load-module/m-p/4568571#M679182</link>
      <description>you will have to find out where is the symbol 'opc_connect' defined. some shared library should be defining it. likely chances are that some library under /opt/OV/lib/ may be defining this symbol. for example, if a library by name libopccon.so is defining this symbol, then along with the command line you are using, you have to add "-lopccon". and this should come after the -L /opt/OV/lib. basically -l should be after -L. see ld(1) manpage for more details.</description>
      <pubDate>Fri, 22 Jan 2010 04:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-code-symbol-opc-connect-in-load-module/m-p/4568571#M679182</guid>
      <dc:creator>Suprateeka R Hegde</dc:creator>
      <dc:date>2010-01-22T04:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied code symbol 'opc_connect' in load module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-code-symbol-opc-connect-in-load-module/m-p/4568572#M679183</link>
      <description>&lt;BR /&gt;Did my suggestions (above) helped you to resolve the issue?&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jan 2010 04:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unsatisfied-code-symbol-opc-connect-in-load-module/m-p/4568572#M679183</guid>
      <dc:creator>Kannan M Jeganathan</dc:creator>
      <dc:date>2010-01-29T04:07:43Z</dc:date>
    </item>
  </channel>
</rss>

