https://issues.apache.org/bugzilla/show_bug.cgi?id=47193
Summary: not able to compile shared objects because of wrong
host_os variable on AIX 6 systems
Product: Tomcat Connectors
Version: 1.2.28
Platform: Other
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P3
Component: mod_jk
AssignedTo: [email protected]
ReportedBy: [email protected]
./native/scripts/build/unix/config.guess returns rs6000-ibm-aix instead of
powerpc-ibm-aix6.1.0.0
*:AIX:*:[45])
IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk
'{ print $1 }'`
if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1;
then
IBM_ARCH=rs6000
else
IBM_ARCH=powerpc
fi
if [ -x /usr/bin/oslevel ] ; then
IBM_REV=`/usr/bin/oslevel`
else
IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
fi
echo ${IBM_ARCH}-ibm-aix${IBM_REV}
exit ;;
*:AIX:*:*)
echo rs6000-ibm-aix
exit ;;
in the configure script all tests regarding aix contain just aix3,aix4 and
aix5.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]