<?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 Linking apache with Shared Libraries in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-apache-with-shared-libraries/m-p/3078172#M810641</link>
    <description>hi again,&lt;BR /&gt;&lt;BR /&gt;thanks to you guys that i am able to build apache and also my shared libraries. But i have one more issue.&lt;BR /&gt;&lt;BR /&gt;Apache build has created .so (shared object) files.&lt;BR /&gt;&lt;BR /&gt;while the shared libraries i have created are of (.sl) shared libraries &lt;BR /&gt;&lt;BR /&gt;i am not able to create .so for my shared libraries.&lt;BR /&gt;&lt;BR /&gt;my Issue now is that i am not able to link apache shared objects with my shared libraries.&lt;BR /&gt;&lt;BR /&gt;my shared library is a plugin which i want to run on top of apache.&lt;BR /&gt;&lt;BR /&gt;when i start apache it gives me the error&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Can't find path for shared library: libSM_DSV2Plugin.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;Syntax error on line 237 of /home/smplug/Install/apache/conf/httpd.conf:&lt;BR /&gt;Cannot load /home/smplug/Install/apache/libexec/mod_auth_tkt.so into server: No such&lt;BR /&gt;file or directory&lt;BR /&gt;../bin/apachectl start: httpd could not be started&lt;BR /&gt;&lt;BR /&gt;Note: in httpd.conf i have added the Plugin in LoadModule and also AddModule.&lt;BR /&gt;&lt;BR /&gt;the plugin is in so mode. and it uses other functions which is in sl mode.&lt;BR /&gt;but when i start apache it doesnt recognise the Dsv2Plugin library which has a .sl extension.&lt;BR /&gt;&lt;BR /&gt;please help me .&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;shiva</description>
    <pubDate>Thu, 25 Sep 2003 07:20:45 GMT</pubDate>
    <dc:creator>siba</dc:creator>
    <dc:date>2003-09-25T07:20:45Z</dc:date>
    <item>
      <title>Linking apache with Shared Libraries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-apache-with-shared-libraries/m-p/3078172#M810641</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;thanks to you guys that i am able to build apache and also my shared libraries. But i have one more issue.&lt;BR /&gt;&lt;BR /&gt;Apache build has created .so (shared object) files.&lt;BR /&gt;&lt;BR /&gt;while the shared libraries i have created are of (.sl) shared libraries &lt;BR /&gt;&lt;BR /&gt;i am not able to create .so for my shared libraries.&lt;BR /&gt;&lt;BR /&gt;my Issue now is that i am not able to link apache shared objects with my shared libraries.&lt;BR /&gt;&lt;BR /&gt;my shared library is a plugin which i want to run on top of apache.&lt;BR /&gt;&lt;BR /&gt;when i start apache it gives me the error&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Can't find path for shared library: libSM_DSV2Plugin.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;Syntax error on line 237 of /home/smplug/Install/apache/conf/httpd.conf:&lt;BR /&gt;Cannot load /home/smplug/Install/apache/libexec/mod_auth_tkt.so into server: No such&lt;BR /&gt;file or directory&lt;BR /&gt;../bin/apachectl start: httpd could not be started&lt;BR /&gt;&lt;BR /&gt;Note: in httpd.conf i have added the Plugin in LoadModule and also AddModule.&lt;BR /&gt;&lt;BR /&gt;the plugin is in so mode. and it uses other functions which is in sl mode.&lt;BR /&gt;but when i start apache it doesnt recognise the Dsv2Plugin library which has a .sl extension.&lt;BR /&gt;&lt;BR /&gt;please help me .&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;shiva</description>
      <pubDate>Thu, 25 Sep 2003 07:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-apache-with-shared-libraries/m-p/3078172#M810641</guid>
      <dc:creator>siba</dc:creator>
      <dc:date>2003-09-25T07:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linking apache with Shared Libraries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-apache-with-shared-libraries/m-p/3078173#M810642</link>
      <description>Check SHLIB, PATH and other relavent environment variables.&lt;BR /&gt; &lt;BR /&gt;OR:&lt;BR /&gt; &lt;BR /&gt;Install apache off SD-UX depots and do something more fun.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSATW100501" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSATW100501&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Thu, 25 Sep 2003 07:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-apache-with-shared-libraries/m-p/3078173#M810642</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-25T07:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linking apache with Shared Libraries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-apache-with-shared-libraries/m-p/3078174#M810643</link>
      <description>quick and dirty -&lt;BR /&gt;cant you simply create symbolic links to each of your *.sl as *.so ?&lt;BR /&gt;for file in *.sl do ; name=`echo $file | cut -f1 -d.` ; ln -fs ${name}.sl ${name}.so ; done</description>
      <pubDate>Thu, 25 Sep 2003 07:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-apache-with-shared-libraries/m-p/3078174#M810643</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2003-09-25T07:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linking apache with Shared Libraries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-apache-with-shared-libraries/m-p/3078175#M810644</link>
      <description>rangnath.....&lt;BR /&gt;i have already tried that and its not working.&lt;BR /&gt;&lt;BR /&gt;steven i would try your option.&lt;BR /&gt;shlib and path are fine. and i hope i get the source code for apache in that site.&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2003 08:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-apache-with-shared-libraries/m-p/3078175#M810644</guid>
      <dc:creator>siba</dc:creator>
      <dc:date>2003-09-25T08:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Linking apache with Shared Libraries</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-apache-with-shared-libraries/m-p/3078176#M810645</link>
      <description>if you have PHSS_28434/PHSS_28436 linker/loader patch installed, it may be a known dlopen() related issue. the fix is in PHSS_28869/PHSS_28871.</description>
      <pubDate>Thu, 25 Sep 2003 12:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-apache-with-shared-libraries/m-p/3078176#M810645</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2003-09-25T12:12:47Z</dc:date>
    </item>
  </channel>
</rss>

