<?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: ld: (Warning) Unsatisfied symbol in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059103#M94041</link>
    <description>&amp;gt;I have unsatisfied symbols in the new library. What should I do then?&lt;BR /&gt;&lt;BR /&gt;You need to make sure you link against the Visibroker lib that defines them.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I had a look at in Visibroker lib dir.&lt;BR /&gt;If D means what I think it does, more includes may be necessarry.&lt;BR /&gt;&lt;BR /&gt;Yes  more shlibs, you need to make sure that you use -lvdlog_pr, -lvdlog_r and -llmgr.sl on your link line.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;These objects are not in use in my source.&lt;BR /&gt;&lt;BR /&gt;Sure they are.  ;-)&lt;BR /&gt;You need to compile with -E -.i and you'll see they are in use by inlines, probably in the Visibroker include files.</description>
    <pubDate>Mon, 23 Jul 2007 19:56:20 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-07-23T19:56:20Z</dc:date>
    <item>
      <title>ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059091#M94029</link>
      <description>I'm upgrading VisiBroker from v5 to 6.5.&lt;BR /&gt;I installed v6.5.&lt;BR /&gt;Whan I compile via aCC I got a ton of this kind of warniings :&lt;BR /&gt;&lt;BR /&gt;code_____________________________________________________________&lt;BR /&gt;&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "VISDLogProperty::set_source_enable(bool)" in file /opt/BES/lib/liborb64_r.sl&lt;BR /&gt;⌊_______________________________________________________________⌋&lt;BR /&gt;&lt;BR /&gt;At runtime The following message occurs before an executable doesn't launch :&lt;BR /&gt;&lt;BR /&gt;code_____________________________________________________________&lt;BR /&gt;&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol '_log_enabled__13VISDLoggerMgr' in load module '/opt/BES/lib/liborb64_r.sl'.&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'PROD_ID_BES__16LicenseConstants' in load module '/opt/BES/lib/liborb64_r.sl'.&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'FEATURE_VBC_ORB_SERVER__16LicenseConstants' in load module '/opt/BES/lib/liborb64_r.sl'.&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'typeid__XT15LicenseListener_' in load module '/opt/BES/lib/liborb64_r.sl'.&lt;BR /&gt;&lt;BR /&gt;⌊_______________________________________________________________⌋&lt;BR /&gt;&lt;BR /&gt;Do you have an idea about what these warnings/errors mean and what I should do.</description>
      <pubDate>Thu, 19 Jul 2007 05:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059091#M94029</guid>
      <dc:creator>yazgoo</dc:creator>
      <dc:date>2007-07-19T05:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059092#M94030</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check the vendor's site for prerequestions for this tool.&lt;BR /&gt;Check your patch level, maybe you need the newest patches for 'ld and linker',&lt;BR /&gt;for 11i it's PHSS_35383:&lt;BR /&gt;&lt;A href="http://www8.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_35383&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main" target="_blank"&gt;http://www8.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_35383&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main&lt;/A&gt;|search|&lt;BR /&gt;&lt;BR /&gt;Also maybe LIBCL, libc cumulative, aCC patches.&lt;BR /&gt;&lt;BR /&gt;Do a search in:&lt;BR /&gt;&lt;A href="http://www8.itrc.hp.com/service/patch/search.do" target="_blank"&gt;http://www8.itrc.hp.com/service/patch/search.do&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jul 2007 05:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059092#M94030</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2007-07-19T05:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059093#M94031</link>
      <description>What VisiBroker shlib should these data items be defined?&lt;BR /&gt;&lt;BR /&gt;Is liborb64_r.sl your shlib?&lt;BR /&gt;If you use "chatr -B immediate" on your executable, you may get more unsats.  This may be interesting to see.&lt;BR /&gt;&lt;BR /&gt;Here are the demangled data unsats:&lt;BR /&gt;VISDLoggerMgr::_log_enabled&lt;BR /&gt;LicenseConstants::PROD_ID_BES&lt;BR /&gt;LicenseConstants::FEATURE_VBC_ORB_SERVER&lt;BR /&gt;typeid&lt;LICENSELISTENER&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Volkmar: Check your patch level, maybe you need the newest patches for 'ld and linker',&lt;BR /&gt;Also maybe LIBCL, libc cumulative, aCC patches.&lt;BR /&gt;&lt;BR /&gt;I'm not aware of anything that would cause unsats except for bad source or missing libs.&lt;/LICENSELISTENER&gt;</description>
      <pubDate>Thu, 19 Jul 2007 06:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059093#M94031</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-19T06:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059094#M94032</link>
      <description>Oops, sorry I didn't explain my problem well.&lt;BR /&gt;What I meant is : I installed v 6.5; no problem.&lt;BR /&gt;Then I compile a program which uses visibroker 6.5 (which worked under v5), which gives me these logs.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;^^&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jul 2007 06:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059094#M94032</guid>
      <dc:creator>yazgoo</dc:creator>
      <dc:date>2007-07-19T06:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059095#M94033</link>
      <description>&amp;gt;sorry I didn't explain my problem well.&lt;BR /&gt;&lt;BR /&gt;Your new info didn't provide any clues to your problem.  Can you answer my questions?</description>
      <pubDate>Thu, 19 Jul 2007 16:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059095#M94033</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-19T16:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059096#M94034</link>
      <description>&amp;gt;Is liborb64_r.sl your shlib? &lt;BR /&gt; Yes, it is.&lt;BR /&gt;&amp;gt;use "chatr -B immediate"&lt;BR /&gt; That doesn't change anything the bin outputs&lt;BR /&gt;&amp;gt;Here are the demangled data unsat [...]&lt;BR /&gt; What should I do about those ?&lt;BR /&gt;&amp;gt;Check your patch level&lt;BR /&gt; # uname -a&lt;BR /&gt; HP-UX machine B.11.23 U 9000/800 822849691 unlimited-user license&lt;BR /&gt; # aCC -V&lt;BR /&gt; aCC: HP ANSI C++ B3910B A.03.65&lt;BR /&gt; # swlist -l product|grep linker&lt;BR /&gt;  linker + fdp cumulative patch &lt;BR /&gt;  PHSS_30716            1.0            &lt;BR /&gt; # swlist -l product|grep libc&lt;BR /&gt;  libcps and libomp [ia64/IA32: Release 6.1.2]&lt;BR /&gt;&lt;BR /&gt;Could you also explain what does this error means (I didn't understand).&lt;BR /&gt;Does it means the symbol exists in the shlib but not in something like an interface??&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 20 Jul 2007 07:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059096#M94034</guid>
      <dc:creator>yazgoo</dc:creator>
      <dc:date>2007-07-20T07:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059097#M94035</link>
      <description>&amp;gt;Yes, it is.&lt;BR /&gt;&lt;BR /&gt;Then why are you using those (possibly obsolete) data symbols?&lt;BR /&gt;&lt;BR /&gt;Were there only 5 unsat symbols or did you only list 5?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;That doesn't change anything the bin outputs&lt;BR /&gt;&lt;BR /&gt;Ok, you don't have any more missing symbols.&lt;BR /&gt;But I would expect you to get an error on&lt;BR /&gt;VISDLogProperty::set_source_enable(bool) ??&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What should I do about those?&lt;BR /&gt;&lt;BR /&gt;Those are the C++ data symbols that are missing.  Where are you using these?  Perhaps VisiBroker 6.5 no longer defines these classes and/or symbols.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Could you also explain what does this error means.  Does it means the symbol exists in the shlib but not in something like an interface??&lt;BR /&gt;&lt;BR /&gt;It means that you are referencing symbols from your liborb64_r.sl, that are not defined in the VisiBroker shlibs.&lt;BR /&gt;&lt;BR /&gt;Either they were removed in 6.5, or there could be more shlibs and you are not adding them to your link line.&lt;BR /&gt;&lt;BR /&gt;If you could find the definitions of these symbols in 5, and then look at the same shlib for 6.5, perhaps you could get a clue.&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Jul 2007 02:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059097#M94035</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-21T02:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059098#M94036</link>
      <description>1Â°) I grepped those symbols in my source files:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; VISDLoggerMgr&lt;BR /&gt;&amp;gt; _log_enabled &lt;BR /&gt;&amp;gt; LicenseConstants&lt;BR /&gt;&amp;gt; PROD_ID_BES &lt;BR /&gt;&amp;gt; LicenseConstants&lt;BR /&gt;&amp;gt; FEATURE_VBC_ORB_SERVER &lt;BR /&gt;&amp;gt; LicenseListener&lt;BR /&gt;&lt;BR /&gt;And I've found nothing&lt;BR /&gt;&lt;BR /&gt;For &lt;BR /&gt;&amp;gt; typeid&lt;BR /&gt;I've found it in a binary which overflows my command line&lt;BR /&gt;&lt;BR /&gt;2Â°) Those are the only error. But there was a lot of warnings at compile time&lt;BR /&gt;&lt;BR /&gt;I'm really lost...&lt;BR /&gt;Thanks anyway</description>
      <pubDate>Mon, 23 Jul 2007 02:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059098#M94036</guid>
      <dc:creator>yazgoo</dc:creator>
      <dc:date>2007-07-23T02:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059099#M94037</link>
      <description>Okay.&lt;BR /&gt;I've just grepped in both my old and new liborb64_r.sl most of the symbols.&lt;BR /&gt;The conclusion seems to be that those symbols are in liborb64_r.sl.new but not liborb64_r.sl.old .&lt;BR /&gt;&lt;BR /&gt;What should I conclude from it?&lt;BR /&gt;I guess that means that the dependence that says which are the symbol availables in liborb64_r.sl.new is an old one.&lt;BR /&gt;Maybe I should give the compiling options.&lt;BR /&gt;I'll try and find those,&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 23 Jul 2007 03:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059099#M94037</guid>
      <dc:creator>yazgoo</dc:creator>
      <dc:date>2007-07-23T03:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059100#M94038</link>
      <description>&amp;gt;I grepped those symbols in my source files&lt;BR /&gt;&lt;BR /&gt;Try grepping at the output of:&lt;BR /&gt;$ nm -pxAN .../liborb64_r.sl&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I've found it in a binary which overflows my &amp;gt;(command line&lt;BR /&gt;&lt;BR /&gt;Again look at the output of nm(1).&lt;BR /&gt;&lt;BR /&gt;&amp;gt;that those symbols are in liborb64_r.sl.new&lt;BR /&gt;&lt;BR /&gt;As unsats? (U)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What should I conclude from it?&lt;BR /&gt;&lt;BR /&gt;You need to know whether they are definitions or unsats.  You need to search the VisiBroker  shlibs.</description>
      <pubDate>Mon, 23 Jul 2007 06:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059100#M94038</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-23T06:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059101#M94039</link>
      <description>_________________grep_of_NEW_________________&lt;BR /&gt;&lt;BR /&gt;#  nm -pxAN /new/liborb64_r.sl | grep  _log_enabled__13VISDLoggerMgr&lt;BR /&gt;0x0000000000000000 U  /opt/BES/lib/liborb64_r.sl:_log_enabled__13VISDLoggerMgr&lt;BR /&gt;0x4000000000a92358 T  /opt/BES/lib/liborb64_r.sl:is_log_enabled__13VISDLoggerMgrSFv&lt;BR /&gt;&lt;BR /&gt;#  nm -pxAN /new/liborb64_r.sl | grep  PROD_ID_BES__16LicenseConstants&lt;BR /&gt;0x0000000000000000 U  /opt/BES/lib/liborb64_r.sl:PROD_ID_BES__16LicenseConstants&lt;BR /&gt;&lt;BR /&gt;#  nm -pxAN /new/liborb64_r.sl | grep FEATURE_VBC_ORB_SERVER__16LicenseConstants&lt;BR /&gt;0x0000000000000000 U  /opt/BES/lib/liborb64_r.sl:FEATURE_VBC_ORB_SERVER__16LicenseConstants&lt;BR /&gt;&lt;BR /&gt;# nm -pxAN /new/liborb64_r.sl | grep typeid__XT15LicenseListener_&lt;BR /&gt;0x0000000000000000 U  /opt/BES/lib/liborb64_r.sl:typeid__XT15LicenseListener_&lt;BR /&gt;_________________grep_of_OLD_________________&lt;BR /&gt;No match found&lt;BR /&gt;_____________________________________________&lt;BR /&gt;I have unsatisfied symbols in the new library.&lt;BR /&gt;What should I do then?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 23 Jul 2007 07:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059101#M94039</guid>
      <dc:creator>yazgoo</dc:creator>
      <dc:date>2007-07-23T07:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059102#M94040</link>
      <description>Here is a little summing up of little things I had a look at in Visibroker lib dir.&lt;BR /&gt;If D means what I think it does, more includes may be necessarry.&lt;BR /&gt;_______________________________________________________________&lt;BR /&gt;&lt;BR /&gt;# nm -pxAN *  2&amp;gt;/dev/null| grep " _log_enabled__13VISDLoggerMgr"&lt;BR /&gt;libvdlog_pr.sl:     0x4000e590 D  _log_enabled__13VISDLoggerMgr&lt;BR /&gt;libvdlog_pr.sl.6.5: 0x4000e590 D  _log_enabled__13VISDLoggerMgr&lt;BR /&gt;libvdlog_r.sl:      0x40002f58 D  _log_enabled__13VISDLoggerMgr&lt;BR /&gt;libvdlog_r.sl.6.5:  0x40002f58 D  _log_enabled__13VISDLoggerMgr&lt;BR /&gt;&lt;BR /&gt;# nm -pxAN *  2&amp;gt;/dev/null| grep "PROD_ID_BES__16LicenseConstants"&lt;BR /&gt;liblmgr.sl:         0x4004adc4 D  PROD_ID_BES__16LicenseConstants&lt;BR /&gt;0x8000000100065144 D  liblmgr64.sl:PROD_ID_BES__16LicenseConstants&lt;BR /&gt;0x80000001000437c4 D  liblmgr64_cls.sl:PROD_ID_BES__16LicenseConstants&lt;BR /&gt;liblmgr_cls.sl:     0x40036d44 D  PROD_ID_BES__16LicenseConstants&lt;BR /&gt;&lt;BR /&gt;# nm -pxAN *  2&amp;gt;/dev/null| grep FEATURE_VBC_ORB_SERVER__16LicenseConstants&lt;BR /&gt;liblmgr.sl:         0x4004ade8 D  FEATURE_VBC_ORB_SERVER__16LicenseConstants&lt;BR /&gt;0x8000000100065168 D  liblmgr64.sl:FEATURE_VBC_ORB_SERVER__16LicenseConstants&lt;BR /&gt;0x80000001000437e8 D  liblmgr64_cls.sl:FEATURE_VBC_ORB_SERVER__16LicenseConstants&lt;BR /&gt;&lt;BR /&gt;# nm -pxAN *  2&amp;gt;/dev/null| grep typeid__XT15LicenseListener_&lt;BR /&gt;liblmgr.sl:         0x400088c0 D  typeid__XT15LicenseListener_&lt;BR /&gt;0x8000000100000048 D  liblmgr64.sl:typeid__XT15LicenseListener_&lt;BR /&gt;0x8000000100000048 D  liblmgr64_cls.sl:typeid__XT15LicenseListener_&lt;BR /&gt;liblmgr_cls.sl:     0x40005540 D  typeid__XT15LicenseListener&lt;BR /&gt;_______________________________________________________________&lt;BR /&gt;&lt;BR /&gt;But, once more, I don't see the problem.&lt;BR /&gt;These objects are not in use in my source.&lt;BR /&gt;Am I getting crazy?</description>
      <pubDate>Mon, 23 Jul 2007 09:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059102#M94040</guid>
      <dc:creator>yazgoo</dc:creator>
      <dc:date>2007-07-23T09:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059103#M94041</link>
      <description>&amp;gt;I have unsatisfied symbols in the new library. What should I do then?&lt;BR /&gt;&lt;BR /&gt;You need to make sure you link against the Visibroker lib that defines them.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I had a look at in Visibroker lib dir.&lt;BR /&gt;If D means what I think it does, more includes may be necessarry.&lt;BR /&gt;&lt;BR /&gt;Yes  more shlibs, you need to make sure that you use -lvdlog_pr, -lvdlog_r and -llmgr.sl on your link line.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;These objects are not in use in my source.&lt;BR /&gt;&lt;BR /&gt;Sure they are.  ;-)&lt;BR /&gt;You need to compile with -E -.i and you'll see they are in use by inlines, probably in the Visibroker include files.</description>
      <pubDate>Mon, 23 Jul 2007 19:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059103#M94041</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-23T19:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059104#M94042</link>
      <description>I did solve my problem.&lt;BR /&gt;After many tries, here are the missing libs :&lt;BR /&gt; -lvdlog64_r&lt;BR /&gt; -llmgr64_cls&lt;BR /&gt;&lt;BR /&gt;Thank you very much!</description>
      <pubDate>Tue, 24 Jul 2007 05:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059104#M94042</guid>
      <dc:creator>yazgoo</dc:creator>
      <dc:date>2007-07-24T05:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: ld: (Warning) Unsatisfied symbol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059105#M94043</link>
      <description>Closing because solved.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 24 Jul 2007 05:06:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ld-warning-unsatisfied-symbol/m-p/5059105#M94043</guid>
      <dc:creator>yazgoo</dc:creator>
      <dc:date>2007-07-24T05:06:43Z</dc:date>
    </item>
  </channel>
</rss>

