<?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 shared library problem - HPUX 11.0 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-library-problem-hpux-11-0/m-p/2561884#M725101</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am using aC++ A03.27 version of your compiler.  I am building shared libs&lt;BR /&gt;for our WEB application that get accessed via JNI.  These are the switches I&lt;BR /&gt;use to build each library.&lt;BR /&gt;&lt;BR /&gt;CCFLAGS = -b -v -c +z +p -AA +DAportable +DD32 -DHPUX  -D_REENTRANT&lt;BR /&gt;-D_RWSTD_MULTI_THREAD&lt;BR /&gt;&lt;BR /&gt;LDLIBS = -lPerfLib -lErrorSystem -lodbc -lpthread&lt;BR /&gt;LINKER = aCC&lt;BR /&gt;SHARED_LD_FLAGS = -v +p -AA +DAportable +DD32 -b -DHPUX  -D_REENTRANT&lt;BR /&gt;-D_RWSTD_MULTI_THREAD &lt;BR /&gt;&lt;BR /&gt;I have a test program that I run and everything works fine.  However, when I&lt;BR /&gt;move these libraries to our application server and then try to access them&lt;BR /&gt;via a JNI call from a java servlet, I get the following types of errors.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;aCC runtime: Error 215 from&lt;BR /&gt;shl_findsym(/home/wlogic1/weblogic/myserver/MarketMA&lt;BR /&gt;X/WEB-INF/lib/HPUX/lib/libErrorSystem.sl,_shlInit)&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vftptr]key:__dt__Q2_3std9exceptionFv&lt;BR /&gt;(data)&lt;BR /&gt;from&lt;BR /&gt;/home/wlogic1/weblogic/myserver/MarketMAX/WEB-INF/lib/HPUX/lib/libPEInter&lt;BR /&gt;face.sl&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol:&lt;BR /&gt;__nullref__Q2_3std12basic_stringXTcTQ2_3std11char_traitsXTc_TQ2_3std9allocat&lt;BR /&gt;orXTc__ (data)  from&lt;BR /&gt;/home/wlogic1/weblogic/myserver/MarketMAX/WEB-INF/lib/HPUX/lib/libPEInterfac&lt;BR /&gt;e.sl&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: typeid__XTQ2_3std9exception_ (data)&lt;BR /&gt;from /h&lt;BR /&gt;ome/wlogic1/weblogic/myserver/MarketMAX/WEB-INF/lib/HPUX/lib/libPEInterface.&lt;BR /&gt;sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: _C_classic_table__Q2_3std5ctypeXTc_&lt;BR /&gt;(data)&lt;BR /&gt;from&lt;BR /&gt;/home/wlogic1/weblogic/myserver/MarketMAX/WEB-INF/lib/HPUX/lib/libPEInterfa&lt;BR /&gt;ce.sl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have any ideas as to what is causing this problem?  I am an HPUX&lt;BR /&gt;newbie, so I am at quite a loss as to what is going on here.&lt;BR /&gt;&lt;BR /&gt;Please HELP!!!&lt;BR /&gt;</description>
    <pubDate>Mon, 06 Aug 2001 10:16:22 GMT</pubDate>
    <dc:creator>steveo622</dc:creator>
    <dc:date>2001-08-06T10:16:22Z</dc:date>
    <item>
      <title>shared library problem - HPUX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-library-problem-hpux-11-0/m-p/2561884#M725101</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am using aC++ A03.27 version of your compiler.  I am building shared libs&lt;BR /&gt;for our WEB application that get accessed via JNI.  These are the switches I&lt;BR /&gt;use to build each library.&lt;BR /&gt;&lt;BR /&gt;CCFLAGS = -b -v -c +z +p -AA +DAportable +DD32 -DHPUX  -D_REENTRANT&lt;BR /&gt;-D_RWSTD_MULTI_THREAD&lt;BR /&gt;&lt;BR /&gt;LDLIBS = -lPerfLib -lErrorSystem -lodbc -lpthread&lt;BR /&gt;LINKER = aCC&lt;BR /&gt;SHARED_LD_FLAGS = -v +p -AA +DAportable +DD32 -b -DHPUX  -D_REENTRANT&lt;BR /&gt;-D_RWSTD_MULTI_THREAD &lt;BR /&gt;&lt;BR /&gt;I have a test program that I run and everything works fine.  However, when I&lt;BR /&gt;move these libraries to our application server and then try to access them&lt;BR /&gt;via a JNI call from a java servlet, I get the following types of errors.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;aCC runtime: Error 215 from&lt;BR /&gt;shl_findsym(/home/wlogic1/weblogic/myserver/MarketMA&lt;BR /&gt;X/WEB-INF/lib/HPUX/lib/libErrorSystem.sl,_shlInit)&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vftptr]key:__dt__Q2_3std9exceptionFv&lt;BR /&gt;(data)&lt;BR /&gt;from&lt;BR /&gt;/home/wlogic1/weblogic/myserver/MarketMAX/WEB-INF/lib/HPUX/lib/libPEInter&lt;BR /&gt;face.sl&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol:&lt;BR /&gt;__nullref__Q2_3std12basic_stringXTcTQ2_3std11char_traitsXTc_TQ2_3std9allocat&lt;BR /&gt;orXTc__ (data)  from&lt;BR /&gt;/home/wlogic1/weblogic/myserver/MarketMAX/WEB-INF/lib/HPUX/lib/libPEInterfac&lt;BR /&gt;e.sl&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: typeid__XTQ2_3std9exception_ (data)&lt;BR /&gt;from /h&lt;BR /&gt;ome/wlogic1/weblogic/myserver/MarketMAX/WEB-INF/lib/HPUX/lib/libPEInterface.&lt;BR /&gt;sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: _C_classic_table__Q2_3std5ctypeXTc_&lt;BR /&gt;(data)&lt;BR /&gt;from&lt;BR /&gt;/home/wlogic1/weblogic/myserver/MarketMAX/WEB-INF/lib/HPUX/lib/libPEInterfa&lt;BR /&gt;ce.sl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have any ideas as to what is causing this problem?  I am an HPUX&lt;BR /&gt;newbie, so I am at quite a loss as to what is going on here.&lt;BR /&gt;&lt;BR /&gt;Please HELP!!!&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Aug 2001 10:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-library-problem-hpux-11-0/m-p/2561884#M725101</guid>
      <dc:creator>steveo622</dc:creator>
      <dc:date>2001-08-06T10:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: shared library problem - HPUX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-library-problem-hpux-11-0/m-p/2561885#M725102</link>
      <description>Hi there.&lt;BR /&gt;You might be missing the shared library path in your environment.&lt;BR /&gt;&lt;BR /&gt;SHLIB_PATH=/usr/lib:/usr/lib/Motif1.2  and so on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Aug 2001 12:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-library-problem-hpux-11-0/m-p/2561885#M725102</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-08-06T12:43:13Z</dc:date>
    </item>
  </channel>
</rss>

