<?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 problems starting apache with php in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232541#M468633</link>
    <description>I've fixed this before, but I am having difficulty now, looks simple ...&lt;BR /&gt;&lt;BR /&gt;OS: HP-UX, IA 64&lt;BR /&gt;# httpd -v&lt;BR /&gt;Server version: Apache/2.2.4 (Unix)&lt;BR /&gt;Server built:   May 16 2007 17:59:02&lt;BR /&gt;&lt;BR /&gt;#  php -v&lt;BR /&gt;PHP 5.3.2 (cli) (built: Mar 11 2010 21:40:25)&lt;BR /&gt;Copyright (c) 1997-2010 The PHP Group&lt;BR /&gt;Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /usr/local/apache2/bin/apachectl start&lt;BR /&gt;httpd: Syntax error on line 103 of /usr/local/apache2/etc/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: No such file or directory&lt;BR /&gt;&lt;BR /&gt;# grep libphp5.so httpd.conf&lt;BR /&gt;LoadModule php5_module lib/modules/libphp5.so&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#/usr/local/apache2/lib/modules]&amp;gt; ls -l libphp5.so&lt;BR /&gt;-rwxr-xr-x   1 www        www        19069800 Mar 11 13:40 libphp5.so&lt;BR /&gt;&lt;BR /&gt;Nothing in the logs ...&lt;BR /&gt;&lt;BR /&gt;Any thoughts?</description>
    <pubDate>Mon, 29 Mar 2010 23:21:44 GMT</pubDate>
    <dc:creator>Shabu Khan-2</dc:creator>
    <dc:date>2010-03-29T23:21:44Z</dc:date>
    <item>
      <title>problems starting apache with php</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232541#M468633</link>
      <description>I've fixed this before, but I am having difficulty now, looks simple ...&lt;BR /&gt;&lt;BR /&gt;OS: HP-UX, IA 64&lt;BR /&gt;# httpd -v&lt;BR /&gt;Server version: Apache/2.2.4 (Unix)&lt;BR /&gt;Server built:   May 16 2007 17:59:02&lt;BR /&gt;&lt;BR /&gt;#  php -v&lt;BR /&gt;PHP 5.3.2 (cli) (built: Mar 11 2010 21:40:25)&lt;BR /&gt;Copyright (c) 1997-2010 The PHP Group&lt;BR /&gt;Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /usr/local/apache2/bin/apachectl start&lt;BR /&gt;httpd: Syntax error on line 103 of /usr/local/apache2/etc/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: No such file or directory&lt;BR /&gt;&lt;BR /&gt;# grep libphp5.so httpd.conf&lt;BR /&gt;LoadModule php5_module lib/modules/libphp5.so&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#/usr/local/apache2/lib/modules]&amp;gt; ls -l libphp5.so&lt;BR /&gt;-rwxr-xr-x   1 www        www        19069800 Mar 11 13:40 libphp5.so&lt;BR /&gt;&lt;BR /&gt;Nothing in the logs ...&lt;BR /&gt;&lt;BR /&gt;Any thoughts?</description>
      <pubDate>Mon, 29 Mar 2010 23:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232541#M468633</guid>
      <dc:creator>Shabu Khan-2</dc:creator>
      <dc:date>2010-03-29T23:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: problems starting apache with php</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232542#M468634</link>
      <description>See this: &lt;BR /&gt;Cannot load /usr/local/apache2/modules/libphp5.so into server: No such file or directory&lt;BR /&gt;&lt;BR /&gt;compared to this: &lt;BR /&gt;usr/local/apache2/lib/modules]&amp;gt; ls -l libphp5.so&lt;BR /&gt;-rwxr-xr-x 1 www www 19069800 Mar 11 13:40 libphp5.so&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1st is: /usr/local/apache2/modules/...&lt;BR /&gt;&lt;BR /&gt;2nd: /usr/local/apache2/lib/...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 30 Mar 2010 00:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232542#M468634</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2010-03-30T00:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: problems starting apache with php</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232543#M468635</link>
      <description>you may have to make a link the /lib or copy the library file in lib directory.&lt;BR /&gt;/usr/local/apache2/lib/&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Tue, 30 Mar 2010 00:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232543#M468635</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-03-30T00:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: problems starting apache with php</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232544#M468636</link>
      <description>Well, I've been playing around with the configs, so sorry bad example ...&lt;BR /&gt;&lt;BR /&gt;....from httpd.conf....&lt;BR /&gt;&lt;BR /&gt;LoadModule userdir_module lib/modules/mod_userdir.so&lt;BR /&gt;LoadModule php5_module lib/modules/libphp5.so&lt;BR /&gt;LoadModule alias_module lib/modules/mod_alias.so&lt;BR /&gt;LoadModule rewrite_module lib/modules/mod_rewrite.so&lt;BR /&gt;&lt;BR /&gt;[www@myhost:/usr/local/apache2/etc]&amp;gt; ps -ef|grep apache&lt;BR /&gt;     www 28676 28652  0 19:14:49 pts/3     0:00 grep apache&lt;BR /&gt;&lt;BR /&gt;[www@myhost:/usr/local/apache2/etc]&amp;gt; ls -l ../modules/libphp5.so&lt;BR /&gt;-r-xr-xr-x   1 www        www        19069800 Mar 29 17:11 ../modules/libphp5.so&lt;BR /&gt;&lt;BR /&gt;[www@myhost:/usr/local/apache2/etc]&amp;gt; ls -l ../lib/modules/libphp5.so&lt;BR /&gt;-r-xr-xr-x   1 www        www        19069800 Mar 11 13:40 ../lib/modules/libphp5.so&lt;BR /&gt;&lt;BR /&gt;[www@myhost:/usr/local/apache2/etc]&amp;gt; start&lt;BR /&gt;httpd: Syntax error on line 101 of /usr/local/apache2/etc/httpd.conf: Cannot load /usr/local/apache2/lib/modules/libphp5.so into server: No such file or directory&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2010 01:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232544#M468636</guid>
      <dc:creator>Shabu Khan-2</dc:creator>
      <dc:date>2010-03-30T01:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: problems starting apache with php</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232545#M468637</link>
      <description>searching online, I found someone had the exact same problem 3 years ago ...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://translate.google.com/translate?hl=en&amp;amp;sl=fr&amp;amp;u=http://forum.hardware.fr/hfr/OSAlternatifs/Logiciels-2/chargement-apache-module-sujet_64696_1.htm&amp;amp;ei=6XexS_WnD6bKswPkssyeAQ&amp;amp;sa=X&amp;amp;oi=translate&amp;amp;ct=result&amp;amp;resnum=3&amp;amp;ved=0CBsQ7gEwAg&amp;amp;prev=/search%3Fq%3D%2522Cannot%2Bload%2522%2B%2522libphp5.so%2Binto%2Bserver:%2BNo%2Bsuch%2Bfile%2Bor%2Bdirectory%2522%2Bhp-ux%26hl%3Den" target="_blank"&gt;http://translate.google.com/translate?hl=en&amp;amp;sl=fr&amp;amp;u=http://forum.hardware.fr/hfr/OSAlternatifs/Logiciels-2/chargement-apache-module-sujet_64696_1.htm&amp;amp;ei=6XexS_WnD6bKswPkssyeAQ&amp;amp;sa=X&amp;amp;oi=translate&amp;amp;ct=result&amp;amp;resnum=3&amp;amp;ved=0CBsQ7gEwAg&amp;amp;prev=/search%3Fq%3D%2522Cannot%2Bload%2522%2B%2522libphp5.so%2Binto%2Bserver:%2BNo%2Bsuch%2Bfile%2Bor%2Bdirectory%2522%2Bhp-ux%26hl%3Den&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Unfortunately I don't know what the fix was ...</description>
      <pubDate>Tue, 30 Mar 2010 03:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232545#M468637</guid>
      <dc:creator>Shabu Khan-2</dc:creator>
      <dc:date>2010-03-30T03:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: problems starting apache with php</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232546#M468638</link>
      <description>&lt;BR /&gt;Any thoughts?</description>
      <pubDate>Tue, 30 Mar 2010 18:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232546#M468638</guid>
      <dc:creator>Shabu Khan-2</dc:creator>
      <dc:date>2010-03-30T18:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: problems starting apache with php</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232547#M468639</link>
      <description>I was able to resolve this by downloading HP Webserver suite (Apache and php), installing, configuring.&lt;BR /&gt;&lt;BR /&gt;From the logs:&lt;BR /&gt;&lt;BR /&gt;[Wed Mar 31 14:25:51 2010] [notice] Apache/2.2.8  HP-UX_Apache-based_Web_Server (Unix) DAV/2 PHP/5.2.6 configured -- resuming normal operations.&lt;BR /&gt;&lt;BR /&gt;Closing this thread.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Wed, 31 Mar 2010 20:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232547#M468639</guid>
      <dc:creator>Shabu Khan-2</dc:creator>
      <dc:date>2010-03-31T20:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: problems starting apache with php</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232548#M468640</link>
      <description>See earlier note.&lt;BR /&gt;&lt;BR /&gt;Closing.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Wed, 31 Mar 2010 20:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-starting-apache-with-php/m-p/5232548#M468640</guid>
      <dc:creator>Shabu Khan-2</dc:creator>
      <dc:date>2010-03-31T20:28:52Z</dc:date>
    </item>
  </channel>
</rss>

