<?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: Add OCI8 on an install Apache+PHP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865186#M97064</link>
    <description>That's good.&lt;BR /&gt;My page PHP display informations of my binary httpd.&lt;BR /&gt;Just an a last question, when i do "httpd -l" i have :&lt;BR /&gt;Compiled-in modules:&lt;BR /&gt;  http_core.c&lt;BR /&gt;  mod_so.c&lt;BR /&gt;  mod_php4.c&lt;BR /&gt;suexec: disabled; invalid wrapper /u02/app/apache/bin/suexec&lt;BR /&gt;&lt;BR /&gt;What's this error ?</description>
    <pubDate>Wed, 18 Dec 2002 16:52:39 GMT</pubDate>
    <dc:creator>joseph_45</dc:creator>
    <dc:date>2002-12-18T16:52:39Z</dc:date>
    <item>
      <title>Add OCI8 on an install Apache+PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865179#M97057</link>
      <description>I install the HP package (depot) with Apache 1.3.27 and PHP 4.2.2&lt;BR /&gt;I want to add the oci8.so to connect my database.&lt;BR /&gt;I install Oracle client on my machine and now i want to compile PHP to get an oci.so with :&lt;BR /&gt;./configure --with-oci8=/my_oracle_path&lt;BR /&gt;&lt;BR /&gt;I can't make this oci8.so&lt;BR /&gt;&lt;BR /&gt;Who can help me to configure my system (HP-UX 11)?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 16 Dec 2002 18:41:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865179#M97057</guid>
      <dc:creator>joseph_45</dc:creator>
      <dc:date>2002-12-16T18:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add OCI8 on an install Apache+PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865180#M97058</link>
      <description>Hi Joseph,&lt;BR /&gt;It's easier to run PHP on HPUX in static mode, which means that you have to compile also APache (just 1 binary).&lt;BR /&gt;The best thing is to start from gcc2.95.2, binutils, gmake you can downlaod at &lt;A href="http://hpux.cict.fr" target="_blank"&gt;http://hpux.cict.fr&lt;/A&gt;&lt;BR /&gt;Then download sources from apache and PHP,&lt;BR /&gt;unzip/untar the packets.&lt;BR /&gt;STart from the apache sources :&lt;BR /&gt;./configure --prefix=&lt;THE dir="" you="" want=""&gt; . --disable-module=all --enable-module=so --activate-module=src/modules/php4/libphp4.a&lt;BR /&gt;then cd to php sources :&lt;BR /&gt;./configure --with-oci8=&lt;PATH to="" oracle_base=""&gt; --with-apache=&lt;PATH to="" apache="" sources=""&gt;  --disable-mysql(if you don't want to use mysql !)...&lt;BR /&gt;Then&lt;BR /&gt;make&lt;BR /&gt;make install&lt;BR /&gt;cd to apache sources,&lt;BR /&gt;make&lt;BR /&gt;You have then an httpd ready with PHP built in + included OCI8.&lt;BR /&gt;Try a search on PHP on the forum, many questions with answers about PHP on HPUX...&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Benoit&lt;BR /&gt;_________&lt;BR /&gt;"Un enfant prodige ?&lt;BR /&gt;c'est un enfant dont les parents ont beaucoup d'imagination."&lt;BR /&gt;Jean Cocteau&lt;BR /&gt;&lt;/PATH&gt;&lt;/PATH&gt;&lt;/THE&gt;</description>
      <pubDate>Tue, 17 Dec 2002 08:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865180#M97058</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-12-17T08:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add OCI8 on an install Apache+PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865181#M97059</link>
      <description>Hi Joseph,&lt;BR /&gt;&lt;BR /&gt;If you download the HPApache2 bundle and install, this comes bundled with a compiled version of PHP 4.2.2 and the Oracle plug-in. If you then check in /opt/hpapache2/hp_apache_docs/php.admin.guide you'll see how to enable the plug-in. It's pretty straightforward. (Make sure you have the patch it requires).&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Nick</description>
      <pubDate>Tue, 17 Dec 2002 08:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865181#M97059</guid>
      <dc:creator>Nick Brennan</dc:creator>
      <dc:date>2002-12-17T08:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add OCI8 on an install Apache+PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865182#M97060</link>
      <description>thanks for your response.&lt;BR /&gt;&lt;BR /&gt;When i try the first solution that i experiment since several days, i have always problems, now my server say "If only this line appears then php is not working"&lt;BR /&gt;&lt;BR /&gt;And the second solution is good but i see the version is compliant with Oracle 8.1.6 ... and i have the 8.1.7&lt;BR /&gt;&lt;BR /&gt;Any help, thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Dec 2002 10:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865182#M97060</guid>
      <dc:creator>joseph_45</dc:creator>
      <dc:date>2002-12-17T10:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add OCI8 on an install Apache+PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865183#M97061</link>
      <description>Hi Joseph,&lt;BR /&gt;WHen do you have this error ? During compile time, during running of apache ???&lt;BR /&gt;Can you try httpd -v and post the output ?&lt;BR /&gt;regards&lt;BR /&gt;Benoit&lt;BR /&gt;______&lt;BR /&gt;Barre ? c'est mon compagnon de chambre :&lt;BR /&gt;il dort ?? cot?? de moi a l'Assembl??e.&lt;BR /&gt;Andr?? Santini.</description>
      <pubDate>Wed, 18 Dec 2002 08:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865183#M97061</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-12-18T08:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add OCI8 on an install Apache+PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865184#M97062</link>
      <description>result of httpd -v&lt;BR /&gt;&lt;BR /&gt;Server version: Apache/1.3.27 (Unix)&lt;BR /&gt;Server built:   Dec 17 2002 10:41:33&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Dec 2002 08:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865184#M97062</guid>
      <dc:creator>joseph_45</dc:creator>
      <dc:date>2002-12-18T08:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add OCI8 on an install Apache+PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865185#M97063</link>
      <description>And httpd -l ??&lt;BR /&gt;You should have &lt;BR /&gt;Compiled-in modules:&lt;BR /&gt;  http_core.c&lt;BR /&gt;  mod_so.c&lt;BR /&gt;  mod_php4.c&lt;BR /&gt;if you don't have the mod_php4.c, it means that php is not included in the binary. (But it can works in dynamic as a share objects.&lt;BR /&gt;last test: in your apache directory,&lt;BR /&gt;create this file fred.php:&lt;BR /&gt;phpinfo();&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;Then in a browser type the url, with the file fred.php&lt;BR /&gt;You should have an html pages with many informations about php, variables,....&lt;BR /&gt;Can you check ?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Benoit</description>
      <pubDate>Wed, 18 Dec 2002 16:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865185#M97063</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-12-18T16:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add OCI8 on an install Apache+PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865186#M97064</link>
      <description>That's good.&lt;BR /&gt;My page PHP display informations of my binary httpd.&lt;BR /&gt;Just an a last question, when i do "httpd -l" i have :&lt;BR /&gt;Compiled-in modules:&lt;BR /&gt;  http_core.c&lt;BR /&gt;  mod_so.c&lt;BR /&gt;  mod_php4.c&lt;BR /&gt;suexec: disabled; invalid wrapper /u02/app/apache/bin/suexec&lt;BR /&gt;&lt;BR /&gt;What's this error ?</description>
      <pubDate>Wed, 18 Dec 2002 16:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865186#M97064</guid>
      <dc:creator>joseph_45</dc:creator>
      <dc:date>2002-12-18T16:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add OCI8 on an install Apache+PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865187#M97065</link>
      <description>Well,&lt;BR /&gt;This error isn't important,  the su mode isn't included in the bin, but you don't use it !&lt;BR /&gt;In the phpinfo page, what is the line you have about configuration.&lt;BR /&gt;I.E the line with the configure command, you should have --with-oci8 and many others commands is it true ??&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Benoit</description>
      <pubDate>Wed, 18 Dec 2002 17:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-oci8-on-an-install-apache-php/m-p/2865187#M97065</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-12-18T17:32:20Z</dc:date>
    </item>
  </channel>
</rss>

