cancel
Showing results for 
Search instead for 
Did you mean: 

Apache 2.2.22 Instalaltion on HP-UX

Former Member
0 Kudos


Hi,

We have instalaled Apache 2.2.22 version on HP-UX before instalaltion of Content Server 6.50 / Maxdb 7.9.

Before installation of Apache we have set the below parameters as per SAP Note.

 

CFLAGS="+DD64+DSitanium2"

 

LDFLAGS="+DD64+DSitanium2"

./configure --prefix=/usr/sap/apache  --enable-mods-shared=most --with-mpm=prefork

But we are getting .so files in 32-bit insted of 64-bit(in /usr/sap/apache/moules path)

When we open any .so file it is showing the below message.

mod_auth.so:    ELF-32 shared object file - IA64

I hope the linker is generating 32-bit .so files instead of 64-bit.

Note: We have downloaded Apache 2.2.22 64-bit

Our Hardware is HP-IA64 bit.

Please suggest.

Best Regards,

Siva Rajesh.

Accepted Solutions (0)

Answers (1)

Answers (1)

Reagan
Advisor
Advisor
0 Kudos

I once faced this issue on AIX. After the Apache installation it was showing as 32 Bit instead of 64 bit. We downloaded the 64 Bit file and re-installed it. Probably you can try that.

I believe you are referring to the SAP notes 664384 - Generation info for Apache Web server for SAP Content Server and 940584 - SAP Content Server 6.40 on HP-UX Itanium. If all the suggestions are put in place then raise an OSS message with SAP.

Former Member
0 Kudos

Hi Reagan,

Thanks for Update.By default in HP-UX uses 32-bit.

I have followed the above notes but no solution.

Best Regards,

Sivarajesh

Former Member
0 Kudos

Hi,

 

Check with below commands

export CFLAGS="+DD64 +DSitanium2"

 

export LDFLAGS="+DD64 +DSitanium2"

 

./configure --prefix=/usr/sap/apache_csc  --enable-mods-shared=most --with-mpm=prefork

Regards,

Vamsi Krishna K