Bug 36202 - configure: error: Unsupported operating system "aix5.2.0.0"
Summary: configure: error: Unsupported operating system "aix5.2.0.0"
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Unknown (show other bugs)
Version: 5.0.28
Hardware: Other AIX
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-16 17:48 UTC by Patrick McCafferty
Modified: 2005-11-14 05:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick McCafferty 2005-08-16 17:48:30 UTC
Trying to install Tomcat 5.0.28 on AIX 5.2 with Java 1.4 but get this error 
message:

configure: error: Unsupported operating system "aix5.2.0.0"
Comment 1 Yoav Shapira 2005-10-13 05:43:54 UTC
How are you trying to install it?  For installing Tomcat itself, there is no
configure script, only exploding a .tar.gz or .zip file.  (And JDK 1.4 is
supported).
Comment 2 Ron Hurley 2005-11-14 14:05:56 UTC
We are experiencing the same problem.  On AIX, the installation requires us to 
run a configure script, unlike some other installations.

During this script, it errors out and does not create the make files needed in 
the rest of the install.

Here is a <snip> of the failure we have seen on our AIX server.

<snip>
$ ./configure --with-java=/usr/java14
*** Current host ***
checking build system type... powerpc-ibm-aix5.2.0.0
checking host system type... powerpc-ibm-aix5.2.0.0
checking cached host system type... ok
*** C-Language compilation tools ***
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
*** Java compilation tools ***
checking JAVA_HOME... /usr/java14
checking for javac... /usr/java14/bin/javac
checking wether the Java compiler (/usr/java14/bin/javac) works... yes
checking for jar... /usr/java14/bin/jar
*** Host support ***
checking C flags dependant on host system type... failed
configure: error: Unsupported operating system "aix5.2.0.0"
<snip>

So, what would the resolution be for AIX 5.2?