Operating System - HP-UX
1832961 Members
3356 Online
110048 Solutions
New Discussion

Apache , PHP and 64 bit libraries

 
Madhu Kangara
Frequent Advisor

Apache , PHP and 64 bit libraries

I have installed Apache B9415AA_1.3.27.02_HP-UX_B.11.00_32+64.depot.
The output of file httpd is
PA-RISC1.1 shared executable dynamically linked -not stripped

Does it mean that it is a 32 bit apps. If so why the depot name has 64 in it

If it is 32 bit, and if I wan't to use 64 bit Oracle with php, will it work on this apache binary as shared module?
or should I start compiling apache and php using a 64 bit gcc ?
Please post your postings as I am really going crazy after building php on Apache 1.3.27 as shared modules
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Apache , PHP and 64 bit libraries

This means it will install on either a 32 bit or 64 bit system.

If the OS is 64 bit, it runs 64 bit.

If the OS is 32 ... you get the idea.

I don't think there will be any problem working with 64 bit versions of PHP and gcc.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Madhu Kangara
Frequent Advisor

Re: Apache , PHP and 64 bit libraries

I don't think that is 100% true in this case.

There is no indication on the binaries and libraries that it is 64 bit