<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Building Apache & PHP on HP-UX 11.11</title>
		<description>Discuss Building Apache & PHP on HP-UX 11.11</description>
		<link>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11</link>
		<lastBuildDate>Sun, 12 Apr 2026 08:56:55 +0100</lastBuildDate>
		<generator>JComments</generator>
		<atom:link href="https://www.tekwire.net/joomla/component/jcomments/feed/com_content/14/10" rel="self" type="application/rss+xml" />
		<item>
			<title>RE: imap</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-27</link>
			<description><![CDATA[The new version of this document (published on 26-JUL-2006) includes the IMAP extension.]]></description>
			<dc:creator></dc:creator>
			<pubDate>Wed, 15 Sep 2010 17:58:14 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-27</guid>
		</item>
		<item>
			<title>RE: HP-UX 11.23 PA-RISC</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-26</link>
			<description><![CDATA[ The procedure I give in the article builds a fully functional MySQL client for PHP. But it contains an 'rm' line which suppresses everything which is useless from a PHP point of view. If you want to keep all the tools, examples, static libs,... in your MySQL client, don't 'rm' anything. And if you want to build more than the client, change the configure line.]]></description>
			<dc:creator></dc:creator>
			<pubDate>Wed, 15 Sep 2010 17:53:54 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-26</guid>
		</item>
		<item>
			<title>RE: successful compile on HP-UX 11.11</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-25</link>
			<description><![CDATA[ No, it should work with '-lcl' specified at link time. In order to see if the flag was really used, try to 'ldd' apache/bin/httpd and php/bin/php. You should see libcl in the result. And, if you see it, you shouldn't meet the 'dlopen' problem. Please tell me what this test gives. I avoided the LD_PRELOAD solution because it is a good solution for PHP through Apache, but not a very clean one for PHP in CLI mode.]]></description>
			<dc:creator></dc:creator>
			<pubDate>Wed, 15 Sep 2010 17:49:36 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-25</guid>
		</item>
		<item>
			<title></title>
			<link>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-24</link>
			<description><![CDATA[??????????, ? ?? ?????? ??-??????]]></description>
			<dc:creator></dc:creator>
			<pubDate>Wed, 15 Sep 2010 17:47:24 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-24</guid>
		</item>
		<item>
			<title>HP-UX 11.23</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-15</link>
			<description><![CDATA[Thanks for the tips. I finally got this $%!@#%$ PHP to compile on 11.23 with gcc 4.1.1 and gmake 3.81 I didn't have to munge the libtool file PREFIX=/usr/local ./configure \ --enable-shared \ --prefix=$PREFIX \ --disable-debug \ --with-apache2=$PREFIX/httpd \ --with-apxs2=$PREFIX/httpd/bin/apxs \ --with-config-file-path=/etc:$PREFIX/lib/php \ --with-xml \ --with-zlib \ --with-libxml-dir=$PREFIX/lib \ --with-mysql=/usr/local/mysql \ --with-config-file-path=$PREFIX/httpd/php \ --enable-force-cgi-redirect \ --disable-cgi \ --with-zlib \ --without-pear \ --libexecdir=/usr/local/libexec]]></description>
			<dc:creator>THom Fitzpatrick</dc:creator>
			<pubDate>Thu, 22 Mar 2007 17:18:52 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-15</guid>
		</item>
		<item>
			<title>Big Thanks!</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-13</link>
			<description><![CDATA[Works like a charm on HP-UX 11.11! I had to downgrade to php 5.0.5 in the need of those native informix functions, but apart from that, everything works fine.]]></description>
			<dc:creator>Dirk</dc:creator>
			<pubDate>Tue, 23 Jan 2007 16:16:01 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-13</guid>
		</item>
		<item>
			<title>Theo says:</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-12</link>
			<description><![CDATA[It appears that it is possible to compile PHP 5.1.2 against the Oracle 10.2 client (full or instantclient), but all later versions (I tested 5.1.4, 5.1.6, 5.2.0) will all fail to compile with an error similar to the following: /ext/oci8/php_oci8_int.h:343: error: expected declaration specifiers or '...' before 'oraub8' The php developers have pointed the finger at Oracle (see PHP bug 39178) who do not yet appear to have addressed it yet under the guise of Oracle bug 4901517 Since this guide suggests you have succesfully compiled 5.1.6 against Oracle 9.2 client, I will next try compiling 5.2.0 against that older version of Oracle.]]></description>
			<dc:creator>Theo</dc:creator>
			<pubDate>Fri, 05 Jan 2007 18:32:45 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-12</guid>
		</item>
		<item>
			<title>imap</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-4</link>
			<description><![CDATA[What about imap vs php ?]]></description>
			<dc:creator>Guest</dc:creator>
			<pubDate>Wed, 26 Jul 2006 17:21:20 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-4</guid>
		</item>
		<item>
			<title>successful compile on HP-UX 11.11</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-8</link>
			<description><![CDATA[See below the output of ldd apache/bin/httpd. Seems as it would be correct, but I must confess I am confused with this stuff :-) Best regards Eberhard	/usr/lib/libc.2 =>	/usr/lib/libc.2	/usr/lib/libdld.2 =>	/usr/lib/libdld.2	/usr/lib/libc.2 =>	/usr/lib/libc.2	/usr/lib/libdld.2 =>	/usr/lib/libdld.2	/usr/lib/libpthread.1 =>	/usr/lib/libpthread.1	/usr/lib/libnsl.1 =>	/usr/lib/libnsl.1	/usr/lib/libxti.2 =>	/usr/lib/libxti.2	/usr/lib/libm.2 =>	/usr/lib/libm.2	/usr/lib/libcl.2 =>	/usr/lib/libcl.2	/usr/lib/libisamstub.1 =>	/usr/lib/libisamstub.1	/usr/lib/libdld.2 =>	/usr/lib/libdld.2	/opt/apache/lib/libapr-0.sl.9 =>	/opt/apache/lib/libapr-0.sl.9	/usr/lib/libc.2 =>	/usr/lib/libc.2	/usr/lib/libdld.2 =>	/usr/lib/libdld.2	/usr/lib/libpthread.1 =>	/usr/lib/libpthread.1	/usr/lib/libnsl.1 =>	/usr/lib/libnsl.1	/usr/lib/libm.2 =>	/usr/lib/libm.2	/usr/lib/libcl.2 =>	/usr/lib/libcl.2	/opt/libs/iconv/lib/libiconv.sl.4 =>	/opt/libs/iconv/lib/libiconv.sl.4	/usr/lib/libc.2 =>	/usr/lib/libc.2	/opt/libs/expat/lib/libexpat.sl.5 =>	/opt/libs/expat/lib/libexpat.sl.5	/usr/lib/libc.2 =>	/usr/lib/libc.2	/opt/apache/lib/libaprutil-0.sl.9 =>	/opt/apache/lib/libaprutil-0.sl.9	/usr/lib/libc.2 =>	/usr/lib/libc.2	/usr/lib/libcl.2 =>	/usr/lib/libcl.2	/opt/libs/z/lib/libz.sl =>	/opt/libs/z/lib/libz.sl]]></description>
			<dc:creator>eberhard</dc:creator>
			<pubDate>Mon, 08 May 2006 08:57:34 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-8</guid>
		</item>
		<item>
			<title>HP-UX 11.23 PA-RISC</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-7</link>
			<description><![CDATA[Great Documentation... I have just downloaded everything mentioned. We have been trying to figure out how to get all this to run independantly to shared libraries on each server. We support over 50+ internal servers. For years, we have been living with apache 1.x, NO PHP, or anything else. All due to the fact that we push our internal application to a HP-UX system and flip the switch. We have all of our self written code and packages like apache within a single directory structure off of the root directory. Everything that we count on resides 99% internally to that directory structure. If everything that you have accomplished here works for us, you'll be putting us back into the mainstream of features that we desparately need. Now I am going to be trying to get this compiled and put together on an HP-UX 11.23 PA-RISC system. One of the pre-requisites calls for X11MotifDevKit. This seems to be part of the purchased HP ANSI C compiler. How important is this to completing the process? We want what is commonly referred to as gd2. I am assuming that this is what you are in "Annexes - Optional" Section of the documentation. Am I correct? And in looking at the options for compiling MySQL, is this going to generate a fully functional installation of MySQL? We are definitely looking to include MySQL into our package. If this doesn't give us a complete installation, do you have any recommendations on what to change in the configure to provide us with a working version? Any advice would be greatly appreciated. I'm not for compiling these things on my own. I am at the mercy of the community that knows how all this works. Thanks!]]></description>
			<dc:creator>klips</dc:creator>
			<pubDate>Thu, 04 May 2006 23:14:06 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-hpux-11-11#comment-7</guid>
		</item>
	</channel>
</rss>
