<?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: shl_load error starting apache with php module in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shl-load-error-starting-apache-with-php-module/m-p/2488594#M939237</link>
    <description>Go to &lt;A href="http://www.hp.com/products1/unix/webservers/apache/faqs/index.html" target="_blank"&gt;http://www.hp.com/products1/unix/webservers/apache/faqs/index.html&lt;/A&gt; and look for the admin guide in the information library.  It discusses exactly your issue (involves editing apachectl to include the proper environment vars).&lt;BR /&gt;&lt;BR /&gt;Charles&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Nov 2002 20:27:12 GMT</pubDate>
    <dc:creator>Charles Soto</dc:creator>
    <dc:date>2002-11-06T20:27:12Z</dc:date>
    <item>
      <title>shl_load error starting apache with php module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shl-load-error-starting-apache-with-php-module/m-p/2488590#M939233</link>
      <description>When I make the apache php4.0.4 DSO module with oracle oci8 support and then start httpd, I get the following error;&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2&lt;BR /&gt;/usr/lib/dld.sl: Exec format error&lt;BR /&gt;&lt;BR /&gt;If I remove the oci8 support it works fine. I have tried linking with -lpthread and -lcl&lt;BR /&gt;&lt;BR /&gt;Please help me&lt;BR /&gt;&lt;BR /&gt;Andrew Briggs</description>
      <pubDate>Wed, 31 Jan 2001 17:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shl-load-error-starting-apache-with-php-module/m-p/2488590#M939233</guid>
      <dc:creator>Andrew Briggs</dc:creator>
      <dc:date>2001-01-31T17:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: shl_load error starting apache with php module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shl-load-error-starting-apache-with-php-module/m-p/2488591#M939234</link>
      <description>Hi:&lt;BR /&gt;I don't know anything about Apache or Oracle oci8, but just as you linked with libpthread and libcl, you should try linking with whichever library --and (incrementally) its dependents-- that implements oci8 functionality.  The shl_load( ) of that library will  then become redundant and innocuous, unlike now...&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Kiran</description>
      <pubDate>Thu, 01 Feb 2001 12:44:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shl-load-error-starting-apache-with-php-module/m-p/2488591#M939234</guid>
      <dc:creator>Kiran N. Mehta</dc:creator>
      <dc:date>2001-02-01T12:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: shl_load error starting apache with php module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shl-load-error-starting-apache-with-php-module/m-p/2488592#M939235</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are you sure the libcl.2 file is suited for the platform you are running on. The exec format error seems to mean the file is note recognized as being a library.&lt;BR /&gt;&lt;BR /&gt;Try&lt;BR /&gt;&lt;BR /&gt;file /usr/lib/libcl.2&lt;BR /&gt;&lt;BR /&gt;This should print something like &lt;BR /&gt;/usr/lib/libcl.2:        PA-RISC1.1 shared library -not stripped&lt;BR /&gt;&lt;BR /&gt;This is just a hunch.&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Rik.</description>
      <pubDate>Thu, 01 Feb 2001 13:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shl-load-error-starting-apache-with-php-module/m-p/2488592#M939235</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2001-02-01T13:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: shl_load error starting apache with php module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shl-load-error-starting-apache-with-php-module/m-p/2488593#M939236</link>
      <description>Thanks to both of you&lt;BR /&gt;&lt;BR /&gt;How can I find out what libraries are required by the oci8 libraries ?&lt;BR /&gt;&lt;BR /&gt;I've tried the file /usr/lib/libcl.2 and I get libcl.2:        PA-RISC1.1 shared library -not stripped&lt;BR /&gt;as expected.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Feb 2001 16:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shl-load-error-starting-apache-with-php-module/m-p/2488593#M939236</guid>
      <dc:creator>Andrew Briggs</dc:creator>
      <dc:date>2001-02-01T16:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: shl_load error starting apache with php module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shl-load-error-starting-apache-with-php-module/m-p/2488594#M939237</link>
      <description>Go to &lt;A href="http://www.hp.com/products1/unix/webservers/apache/faqs/index.html" target="_blank"&gt;http://www.hp.com/products1/unix/webservers/apache/faqs/index.html&lt;/A&gt; and look for the admin guide in the information library.  It discusses exactly your issue (involves editing apachectl to include the proper environment vars).&lt;BR /&gt;&lt;BR /&gt;Charles&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2002 20:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shl-load-error-starting-apache-with-php-module/m-p/2488594#M939237</guid>
      <dc:creator>Charles Soto</dc:creator>
      <dc:date>2002-11-06T20:27:12Z</dc:date>
    </item>
  </channel>
</rss>

