<?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: problem running sun one/iplanet web server with PHP module on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065959#M904643</link>
    <description>you might do a chatr on the sun web server binary to see what library paths are embedded and whether or not it will use LD_LIBRARY_PATH.  Also, assuming you haven't already, you might put a copy of the library into /opt/iplanetweb/servers/bin/&lt;BR /&gt;&lt;BR /&gt;finally, you can use tusc (&lt;A href="ftp://ftp.cup.hp.com/dist/networking/tools/)" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/tools/)&lt;/A&gt; to trace the system calls of the dlopen() to see the precise errors happening when it tries to load you module.&lt;BR /&gt;&lt;BR /&gt;if all else fails, you could try the Zeus or  Apache webservers :)</description>
    <pubDate>Tue, 09 Sep 2003 16:14:10 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2003-09-09T16:14:10Z</dc:date>
    <item>
      <title>problem running sun one/iplanet web server with PHP module on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065958#M904642</link>
      <description>Hello, I am trying to get my Sun One web server (6.0) to work with a PHP module 4.3.2(created from source) running on HP-UX 11.00 but can't get the web server to start with the new module. (Web server runs fine without it)&lt;BR /&gt;&lt;BR /&gt;The error message is &lt;BR /&gt;&lt;BR /&gt;"Configuration initialization failed: Error running init function load-modules: dlopen of /opt/iplanetweb/servers/bin/libphp4.sl failed (No such file or directory)"&lt;BR /&gt;&lt;BR /&gt;These are the changes I have made:&lt;BR /&gt;1)modify "start" script&lt;BR /&gt;  added /usr/local/lib to LD_LIBRARY_PATH&lt;BR /&gt;  (also tried adding /opt/iplanetweb/servers/bin to LIBRARY_PATH as well without success)&lt;BR /&gt;2)modified "mime.types"&lt;BR /&gt;  added type=magnus-internal/x-httpd-php     exts=php,php3,php4,phtml&lt;BR /&gt;3)modified "magnus.conf"&lt;BR /&gt;  added &lt;BR /&gt;   Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="/opt/iplanetweb/servers/bin/libphp4.sl"&lt;BR /&gt;   Init fn="php4_init" LateInit="yes"  errorString="Failed to initialize PHP!" [php_ini="/usr/local/lib/php.ini"]&lt;BR /&gt;4)modified "obj.conf"&lt;BR /&gt;  added &lt;BR /&gt;  AuthTrans fn="php4_auth_trans"&lt;BR /&gt;  Service fn="php4_execute" type="magnus-internal/x-httpd-php"&lt;BR /&gt;  &lt;OBJECT name="x-httpd-php"&gt;&lt;BR /&gt;  ObjectType fn="force-type" type="magnus-internal/x-httpd-php"&lt;BR /&gt;  Service fn="php4_execute"&lt;BR /&gt;  &lt;/OBJECT&gt;&lt;BR /&gt;&lt;BR /&gt;I tested the module with a command line execution (saw it on the forum somewhere, wish I could find it again) and it passed that.&lt;BR /&gt;&lt;BR /&gt;I've actually found similar posts for the same problem but have yet to find a solution :(&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks, Masaki&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Sep 2003 14:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065958#M904642</guid>
      <dc:creator>Masaki Birchmier</dc:creator>
      <dc:date>2003-09-08T14:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem running sun one/iplanet web server with PHP module on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065959#M904643</link>
      <description>you might do a chatr on the sun web server binary to see what library paths are embedded and whether or not it will use LD_LIBRARY_PATH.  Also, assuming you haven't already, you might put a copy of the library into /opt/iplanetweb/servers/bin/&lt;BR /&gt;&lt;BR /&gt;finally, you can use tusc (&lt;A href="ftp://ftp.cup.hp.com/dist/networking/tools/)" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/tools/)&lt;/A&gt; to trace the system calls of the dlopen() to see the precise errors happening when it tries to load you module.&lt;BR /&gt;&lt;BR /&gt;if all else fails, you could try the Zeus or  Apache webservers :)</description>
      <pubDate>Tue, 09 Sep 2003 16:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065959#M904643</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-09-09T16:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem running sun one/iplanet web server with PHP module on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065960#M904644</link>
      <description>linker/loader patch PHSS_28434 has a known problem with dlopen - there is a critical patch warning for PHSS_28434 about this. please check if you are running into this problem - rollback to PHSS_26559 and try.</description>
      <pubDate>Wed, 10 Sep 2003 05:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065960#M904644</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2003-09-10T05:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem running sun one/iplanet web server with PHP module on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065961#M904645</link>
      <description>Thanks for your suggestions...&lt;BR /&gt;I removed PHSS_28434 and added PHSS_26559, but it had no effect on my particular problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The errors that I still get when trying to start the web service are:&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __udivdi3 (code) from /usr/local/lib/libphp4.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code) from /usr/local/lib/libphp4.sl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I run chatr libphp4.sl, I get:&lt;BR /&gt;  libphp4.sl: &lt;BR /&gt;         shared library &lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     disabled  second &lt;BR /&gt;             embedded path  enabled    first  /home-services/gnu/php/builtin-mysql-php-4.3.2/libs&lt;BR /&gt;         internal name:&lt;BR /&gt;             libphp4.sl&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   /usr/local/lib/libz.sl&lt;BR /&gt;             dynamic   /usr/lib/libm.2&lt;BR /&gt;             dynamic   /usr/lib/libnsl.1&lt;BR /&gt;             dynamic   /usr/lib/libpthread.1&lt;BR /&gt;             dynamic   /usr/lib/libc.2&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         third quadrant global data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;         nulptr references disabled&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There's no reference to LD_LIBRARY_PATH so does that mean it's not enabled?&lt;BR /&gt;&lt;BR /&gt;As for tusc, I'm still trying to figure out what it's telling me :)&lt;BR /&gt;&lt;BR /&gt;Masaki&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 16:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065961#M904645</guid>
      <dc:creator>Masaki Birchmier</dc:creator>
      <dc:date>2003-09-11T16:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem running sun one/iplanet web server with PHP module on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065962#M904646</link>
      <description>are all the libraries listed in your chart of your PHP library present on the system where you are running the web server (in particular the libz library from /usr/local/lib)</description>
      <pubDate>Thu, 11 Sep 2003 16:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065962#M904646</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-09-11T16:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem running sun one/iplanet web server with PHP module on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065963#M904647</link>
      <description>Yes, all the dynamic libraries are present.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 18:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065963#M904647</guid>
      <dc:creator>Masaki Birchmier</dc:creator>
      <dc:date>2003-09-11T18:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem running sun one/iplanet web server with PHP module on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065964#M904648</link>
      <description>LD_LIBRARY_PATH is (also) enabled (only) if SHLIB_PATH is enabled.</description>
      <pubDate>Fri, 12 Sep 2003 03:39:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-running-sun-one-iplanet-web-server-with-php-module-on-hp/m-p/3065964#M904648</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2003-09-12T03:39:44Z</dc:date>
    </item>
  </channel>
</rss>

