Link to home
Start Free TrialLog in
Avatar of sminfo
sminfo

asked on

AIX toolbox Is apache HTTPD server from AIX toolbox 32 or 64 bits?

I have downloaded and install httpd server omn AIX 7.1 from https://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html

But I want to know if this package is 32 or 64 bits?

Thanks
Avatar of David Favor
David Favor
Flag of United States of America image

Wow AIX...

First off, I don't think any AIX supports any 32 bit code anymore.

To know for sure...

ar -X32 -t path-to-file
ar -X64 -t path-to-file

Open in new window


You can also play many games with library files, like splitting them apart + repackaging only a 64bit, if you think this is necessary.

This is a very long + complex topic.

Dig into your AIX docs + ar to figure out exactly what you require.

And... simple test... If code works as expected (Apache runs) then the package architecture matches your machine architecture.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.