<?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 AIX 5.2</title>
		<description>Discuss Building Apache & PHP on AIX 5.2</description>
		<link>https://www.tekwire.net/joomla/building/apache/http-aix-5-2</link>
		<lastBuildDate>Tue, 09 Jun 2026 05:42:21 +0100</lastBuildDate>
		<generator>JComments</generator>
		<atom:link href="https://www.tekwire.net/joomla/component/jcomments/feed/com_content/16/10" rel="self" type="application/rss+xml" />
		<item>
			<title>RE: openssl compile issue</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-23</link>
			<description><![CDATA[Yes, there was a potential problem when zlib was not installed on the system. I have updated the documentation to have the system always find zlib. It should work now.]]></description>
			<dc:creator></dc:creator>
			<pubDate>Wed, 15 Sep 2010 17:45:12 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-23</guid>
		</item>
		<item>
			<title>RE: Cannot start ssl</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-22</link>
			<description><![CDATA[What is your error ? You need a certificate to start in SSL mode. Did you configure SSL properly ?]]></description>
			<dc:creator></dc:creator>
			<pubDate>Wed, 15 Sep 2010 17:44:36 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-22</guid>
		</item>
		<item>
			<title>RE: Try to compile PHP on AIX5.2 but faild a</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-21</link>
			<description><![CDATA[Your gcc compiler doesn't seem to work. Is it able to compile a simple C source file via command line ? Try to put 'main() {}' in a 'test.c' file and then run 'gcc -c test.c'. Does it give the same message ?]]></description>
			<dc:creator></dc:creator>
			<pubDate>Wed, 15 Sep 2010 17:43:50 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-21</guid>
		</item>
		<item>
			<title>MySQL compile issue</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-10</link>
			<description><![CDATA[I am now getting an error when compiling mysql sql_select.cc: In function 'void greedy_search(J OIN*, table_map, uint, uint)': sql_select.cc:4091: error: expected initializer before '.' token sql_select.cc:4098: error: 'u2' was not declared in this scope This error I am stumped on, as it seems to be a bug in the code, but I cant find anything on google. [edit] I was searching for everything, but what I needed to. The problem is related to a bug for AIX 5.3 http://bugs.mysql.com/bug.php?id=17648. To fix it, replace all rem_size in mysql-5.0.24/sql/sql_select.cc with size_remain. This is also slated for a fix in 5.0.25. Sorry about that.]]></description>
			<dc:creator>Guest</dc:creator>
			<pubDate>Fri, 06 Oct 2006 09:22:19 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-10</guid>
		</item>
		<item>
			<title>openssl compile issue</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-9</link>
			<description><![CDATA[It says that it cannot find zlib.h for some reason: c_zlib.c:25:18: error: zlib.h: No such file or directory however my cflags have the directory which zlib.h is in: # echo $CFLAGS -O2 -I /opt/Tivoli/wiki/libs/z/include -I /opt/Tivoli/wiki/libs/ssl/include I am copying exactly what is here to compile, and my $BASE dir is /opt/Tivoli/wiki What am I doing wrong?]]></description>
			<dc:creator>Guest</dc:creator>
			<pubDate>Mon, 02 Oct 2006 19:46:28 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-9</guid>
		</item>
		<item>
			<title>Cannot start ssl</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-5</link>
			<description><![CDATA[any one can start this? # apachectl startssl]]></description>
			<dc:creator>Guest</dc:creator>
			<pubDate>Fri, 28 Apr 2006 19:50:31 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-5</guid>
		</item>
		<item>
			<title>Try to compile PHP on AIX5.2 but faild a</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-3</link>
			<description><![CDATA[root@hotname# ./configure --with-apxs=/www/bin/apxs loading cache ./config.cache checking for egrep... grep -E checking for a sed that does not truncate output... /usr/bin/sed checking host system type... powerpc-ibm-aix5.2.0.0 checking for gcc... gcc checking whether the C compiler (gcc -O2 ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. config.log says: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:1612: checking for egrep configure:1627: checking for a sed that does not truncate output configure:1771: checking host system type configure:1871: checking for gcc configure:1984: checking whether the C compiler (gcc -O2 ) works configure:2000: gcc -o conftest -O2 conftest.c 1>&5 gcc: installation problem, cannot exec `/usr/local/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2/cc1': Arg list too long collect2: gcc returned 1 exit status configure: failed program was: #line 1995 "configure" #include "confdefs.h" main(){return(0 );} Any hints?]]></description>
			<dc:creator>Guest</dc:creator>
			<pubDate>Fri, 28 Apr 2006 16:58:09 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-3</guid>
		</item>
		<item>
			<title>Great article</title>
			<link>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-1</link>
			<description><![CDATA[This is a great article, I am installing php on aix 5.2 and it is just what I need. Thanks for providing such fantastic details. bob]]></description>
			<dc:creator>Guest</dc:creator>
			<pubDate>Thu, 09 Mar 2006 14:08:10 +0100</pubDate>
			<guid>https://www.tekwire.net/joomla/building/apache/http-aix-5-2#comment-1</guid>
		</item>
	</channel>
</rss>
