<?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/ccs/bin/ld: Unsatisfied symbols: in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947053#M103103</link>
    <description>Great, You can close this thread if your problem is solved. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Fri, 16 Dec 2005 04:53:38 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2005-12-16T04:53:38Z</dc:date>
    <item>
      <title>/usr/ccs/bin/ld: Unsatisfied symbols:</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947047#M103097</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am compiling files in UNIX, but I received the following messages:&lt;BR /&gt;&lt;BR /&gt;LIVE&amp;gt; cc -o File File.o link.o&lt;BR /&gt;/usr/ccs/bin/ld: Unsatisfied symbols:&lt;BR /&gt;   sqlorat (first referenced in File.o) (code)&lt;BR /&gt;   sqlglm (first referenced in File.o) (code)&lt;BR /&gt;   sqlcxt (first referenced in File.o) (code)&lt;BR /&gt;&lt;BR /&gt;What should I need to solve this? Please.. I need to make this program ready ASAP.. :(&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2005 06:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947047#M103097</guid>
      <dc:creator>Intan Suhaila Mansor</dc:creator>
      <dc:date>2005-12-15T06:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/ccs/bin/ld: Unsatisfied symbols:</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947048#M103098</link>
      <description>You need to link to a correct library to get it done. Are you writing files using Oracle DB? Or any other DBs ? &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 15 Dec 2005 06:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947048#M103098</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-15T06:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/ccs/bin/ld: Unsatisfied symbols:</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947049#M103099</link>
      <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;Yeah, I am using OracleDB.</description>
      <pubDate>Thu, 15 Dec 2005 06:52:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947049#M103099</guid>
      <dc:creator>Intan Suhaila Mansor</dc:creator>
      <dc:date>2005-12-15T06:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/ccs/bin/ld: Unsatisfied symbols:</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947050#M103100</link>
      <description>How do I know which library these 3s sql included? And how may I link the library?</description>
      <pubDate>Thu, 15 Dec 2005 06:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947050#M103100</guid>
      <dc:creator>Intan Suhaila Mansor</dc:creator>
      <dc:date>2005-12-15T06:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/ccs/bin/ld: Unsatisfied symbols:</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947051#M103101</link>
      <description>Just Try this, ( I dont have Oracle installed in my servers right now, so i can't be more specific) &lt;BR /&gt;&lt;BR /&gt;# cc-o File File.o link.o -L/&amp;lt;$Oracle_Home&amp;gt;/lib/libOra.sl or libOracle.sl&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 15 Dec 2005 07:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947051#M103101</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-15T07:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/ccs/bin/ld: Unsatisfied symbols:</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947052#M103102</link>
      <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;I could not find libOra.sl or libOracle.sl in my $ORACLE_HOME/lib or lib64 directory.&lt;BR /&gt;But I used the following command, waalllaa..&lt;BR /&gt;IT WORKS!!&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help!! Really appreciate it... :D&lt;BR /&gt;&lt;BR /&gt;#cc -o File File.o Link.o -L${ORACLE_HOME}/lib -lclntsh&lt;BR /&gt;&lt;BR /&gt;thanks again!!</description>
      <pubDate>Fri, 16 Dec 2005 04:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947052#M103102</guid>
      <dc:creator>Intan Suhaila Mansor</dc:creator>
      <dc:date>2005-12-16T04:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/ccs/bin/ld: Unsatisfied symbols:</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947053#M103103</link>
      <description>Great, You can close this thread if your problem is solved. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 16 Dec 2005 04:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947053#M103103</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-16T04:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/ccs/bin/ld: Unsatisfied symbols:</title>
      <link>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947054#M103104</link>
      <description>Here is the solution of my problem:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cc -o file file.o link.o -L${ORACLE_HOME}/lib -lclntsh</description>
      <pubDate>Fri, 16 Dec 2005 05:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/usr-ccs-bin-ld-unsatisfied-symbols/m-p/4947054#M103104</guid>
      <dc:creator>Intan Suhaila Mansor</dc:creator>
      <dc:date>2005-12-16T05:11:45Z</dc:date>
    </item>
  </channel>
</rss>

