You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ashwani Kumar Sharma <As...@mindtree.com> on 2007/11/14 12:55:43 UTC

build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Hi All,

I want to build 64-bit apache httpd 2.2.x on

1. HP-UX 11w and
2. AIX 5.2


What extra flag I should use for building the 64-bit apache web server on
both the platforms?
Can somebody give me the build steps for both?
Urgently seeking for help.


Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053




DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where.

[users@httpd] RE: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Posted by Ashwani Kumar Sharma <As...@mindtree.com>.
Hi,

I tried the options send by Renu but it doesn,t work for the GCC compiler.
Still waiting for the right answer.

Somebody please tell me the similar option for HP-UX platform for building
64-bit apache.

Please reply



Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053

-----Original Message-----
From: Renu Tiwari [mailto:Renu_Tiwari@infosys.com] 
Sent: Wednesday, November 14, 2007 5:33 PM
To: 'dev@httpd.apache.org'
Subject: RE: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2


Hi,

You need to set following flags before build Apache 2.2.x source on AIX 5.2

CC= xlc (if using xlc compiler). Also set the compiler path in PATH variable.

CFLAGS="-qarch=com -q64"
LDFLAGS="-b64"

Also set OBJECT_MODE=64

After this give "configure" command.

Hope this help.



-----Original Message-----
From: Ashwani Kumar Sharma [mailto:Ashwani_Sharma@mindtree.com]
Sent: Wednesday, November 14, 2007 5:26 PM
To: dev@httpd.apache.org; users@httpd.apache.org
Cc: cvs@httpd.apache.org
Subject: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Hi All,

I want to build 64-bit apache httpd 2.2.x on

1. HP-UX 11w and
2. AIX 5.2


What extra flag I should use for building the 64-bit apache web server on
both the platforms?
Can somebody give me the build steps for both?
Urgently seeking for help.


Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053




DISCLAIMER:
This message (including attachment if any) is confidential and may be
privileged. If you have received this message by mistake please notify the
sender by return e-mail and delete this message from your system. Any
unauthorized use or dissemination of this message in whole or in part is
strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for
viruses and defects. While MindTree Consulting Limited (MindTree) has put in
place checks to minimize the risks, MindTree will not be responsible for any
viruses or defects or any forwarded attachments emanating either from within
MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be
liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages
sent to or from MindTree e-mail address. Messages sent to or from this e-mail
address may be stored on the MindTree e-mail system or else where.

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended recipient,
please notify the sender by e-mail and delete the original message. Further,
you are not to copy, disclose, or distribute this e-mail or its contents to
any other person and any such actions are unlawful. This e-mail may contain
viruses. Infosys has taken every reasonable precaution to minimize this risk,
but is not liable for any damage you may sustain as a result of any virus in
this e-mail. You should carry out your own virus checks before opening the
e-mail or attachment. Infosys reserves the right to monitor and review the
content of all messages sent to or from this e-mail address. Messages sent to
or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***


DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Posted by Renu Tiwari <Re...@infosys.com>.
For GCC try using " -maix64" option

For more info on GCC compiler options on AIX refer to:-

http://www.ibm.com/developerworks/aix/library/au-gnu.html



-----Original Message-----
From: Ashwani Kumar Sharma [mailto:Ashwani_Sharma@mindtree.com]
Sent: Wednesday, November 14, 2007 5:48 PM
To: Renu Tiwari
Cc: dev@httpd.apache.org
Subject: RE: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Hi Renu,

Thanks for the reply.
Can you please tell me, what will be the corresponding flags if I am using
GCC compiler.

Somebody please tell me how to proceed with the building on HP-UX machine.?

Thanks in advance.



Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053


-----Original Message-----
From: Renu Tiwari [mailto:Renu_Tiwari@infosys.com]
Sent: Wednesday, November 14, 2007 5:33 PM
To: 'dev@httpd.apache.org'
Subject: RE: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2


Hi,

You need to set following flags before build Apache 2.2.x source on AIX 5.2

CC= xlc (if using xlc compiler). Also set the compiler path in PATH variable.

CFLAGS="-qarch=com -q64"
LDFLAGS="-b64"

Also set OBJECT_MODE=64

After this give "configure" command.

Hope this help.



-----Original Message-----
From: Ashwani Kumar Sharma [mailto:Ashwani_Sharma@mindtree.com]
Sent: Wednesday, November 14, 2007 5:26 PM
To: dev@httpd.apache.org; users@httpd.apache.org
Cc: cvs@httpd.apache.org
Subject: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Hi All,

I want to build 64-bit apache httpd 2.2.x on

1. HP-UX 11w and
2. AIX 5.2


What extra flag I should use for building the 64-bit apache web server on
both the platforms?
Can somebody give me the build steps for both?
Urgently seeking for help.


Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053




DISCLAIMER:
This message (including attachment if any) is confidential and may be
privileged. If you have received this message by mistake please notify the
sender by return e-mail and delete this message from your system. Any
unauthorized use or dissemination of this message in whole or in part is
strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for
viruses and defects. While MindTree Consulting Limited (MindTree) has put in
place checks to minimize the risks, MindTree will not be responsible for any
viruses or defects or any forwarded attachments emanating either from within
MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be
liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages
sent to or from MindTree e-mail address. Messages sent to or from this e-mail
address may be stored on the MindTree e-mail system or else where.

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended recipient,
please notify the sender by e-mail and delete the original message. Further,
you are not to copy, disclose, or distribute this e-mail or its contents to
any other person and any such actions are unlawful. This e-mail may contain
viruses. Infosys has taken every reasonable precaution to minimize this risk,
but is not liable for any damage you may sustain as a result of any virus in
this e-mail. You should carry out your own virus checks before opening the
e-mail or attachment. Infosys reserves the right to monitor and review the
content of all messages sent to or from this e-mail address. Messages sent to
or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***


DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where.

RE: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Posted by Ashwani Kumar Sharma <As...@mindtree.com>.
Hi Renu,

Thanks for the reply.
Can you please tell me, what will be the corresponding flags if I am using
GCC compiler.

Somebody please tell me how to proceed with the building on HP-UX machine.?

Thanks in advance.



Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053


-----Original Message-----
From: Renu Tiwari [mailto:Renu_Tiwari@infosys.com] 
Sent: Wednesday, November 14, 2007 5:33 PM
To: 'dev@httpd.apache.org'
Subject: RE: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2


Hi,

You need to set following flags before build Apache 2.2.x source on AIX 5.2

CC= xlc (if using xlc compiler). Also set the compiler path in PATH variable.

CFLAGS="-qarch=com -q64"
LDFLAGS="-b64"

Also set OBJECT_MODE=64

After this give "configure" command.

Hope this help.



-----Original Message-----
From: Ashwani Kumar Sharma [mailto:Ashwani_Sharma@mindtree.com]
Sent: Wednesday, November 14, 2007 5:26 PM
To: dev@httpd.apache.org; users@httpd.apache.org
Cc: cvs@httpd.apache.org
Subject: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Hi All,

I want to build 64-bit apache httpd 2.2.x on

1. HP-UX 11w and
2. AIX 5.2


What extra flag I should use for building the 64-bit apache web server on
both the platforms?
Can somebody give me the build steps for both?
Urgently seeking for help.


Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053




DISCLAIMER:
This message (including attachment if any) is confidential and may be
privileged. If you have received this message by mistake please notify the
sender by return e-mail and delete this message from your system. Any
unauthorized use or dissemination of this message in whole or in part is
strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for
viruses and defects. While MindTree Consulting Limited (MindTree) has put in
place checks to minimize the risks, MindTree will not be responsible for any
viruses or defects or any forwarded attachments emanating either from within
MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be
liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages
sent to or from MindTree e-mail address. Messages sent to or from this e-mail
address may be stored on the MindTree e-mail system or else where.

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended recipient,
please notify the sender by e-mail and delete the original message. Further,
you are not to copy, disclose, or distribute this e-mail or its contents to
any other person and any such actions are unlawful. This e-mail may contain
viruses. Infosys has taken every reasonable precaution to minimize this risk,
but is not liable for any damage you may sustain as a result of any virus in
this e-mail. You should carry out your own virus checks before opening the
e-mail or attachment. Infosys reserves the right to monitor and review the
content of all messages sent to or from this e-mail address. Messages sent to
or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***


DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where.

RE: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Posted by Ashwani Kumar Sharma <As...@mindtree.com>.
Hi,

I tried the options send by Renu but it doesn,t work for the GCC compiler.
Still waiting for the right answer.

Somebody please tell me the similar option for HP-UX platform for building
64-bit apache.

Please reply



Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053

-----Original Message-----
From: Renu Tiwari [mailto:Renu_Tiwari@infosys.com] 
Sent: Wednesday, November 14, 2007 5:33 PM
To: 'dev@httpd.apache.org'
Subject: RE: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2


Hi,

You need to set following flags before build Apache 2.2.x source on AIX 5.2

CC= xlc (if using xlc compiler). Also set the compiler path in PATH variable.

CFLAGS="-qarch=com -q64"
LDFLAGS="-b64"

Also set OBJECT_MODE=64

After this give "configure" command.

Hope this help.



-----Original Message-----
From: Ashwani Kumar Sharma [mailto:Ashwani_Sharma@mindtree.com]
Sent: Wednesday, November 14, 2007 5:26 PM
To: dev@httpd.apache.org; users@httpd.apache.org
Cc: cvs@httpd.apache.org
Subject: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Hi All,

I want to build 64-bit apache httpd 2.2.x on

1. HP-UX 11w and
2. AIX 5.2


What extra flag I should use for building the 64-bit apache web server on
both the platforms?
Can somebody give me the build steps for both?
Urgently seeking for help.


Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053




DISCLAIMER:
This message (including attachment if any) is confidential and may be
privileged. If you have received this message by mistake please notify the
sender by return e-mail and delete this message from your system. Any
unauthorized use or dissemination of this message in whole or in part is
strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for
viruses and defects. While MindTree Consulting Limited (MindTree) has put in
place checks to minimize the risks, MindTree will not be responsible for any
viruses or defects or any forwarded attachments emanating either from within
MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be
liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages
sent to or from MindTree e-mail address. Messages sent to or from this e-mail
address may be stored on the MindTree e-mail system or else where.

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended recipient,
please notify the sender by e-mail and delete the original message. Further,
you are not to copy, disclose, or distribute this e-mail or its contents to
any other person and any such actions are unlawful. This e-mail may contain
viruses. Infosys has taken every reasonable precaution to minimize this risk,
but is not liable for any damage you may sustain as a result of any virus in
this e-mail. You should carry out your own virus checks before opening the
e-mail or attachment. Infosys reserves the right to monitor and review the
content of all messages sent to or from this e-mail address. Messages sent to
or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***


DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where.

RE: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Posted by Renu Tiwari <Re...@infosys.com>.
Hi,

You need to set following flags before build Apache 2.2.x source on AIX 5.2

CC= xlc (if using xlc compiler). Also set the compiler path in PATH variable.

CFLAGS="-qarch=com -q64"
LDFLAGS="-b64"

Also set OBJECT_MODE=64

After this give "configure" command.

Hope this help.



-----Original Message-----
From: Ashwani Kumar Sharma [mailto:Ashwani_Sharma@mindtree.com]
Sent: Wednesday, November 14, 2007 5:26 PM
To: dev@httpd.apache.org; users@httpd.apache.org
Cc: cvs@httpd.apache.org
Subject: build 64-bit apache httpd 2.2.X on HP-UX 11w and AIX 5.2

Hi All,

I want to build 64-bit apache httpd 2.2.x on

1. HP-UX 11w and
2. AIX 5.2


What extra flag I should use for building the 64-bit apache web server on
both the platforms?
Can somebody give me the build steps for both?
Urgently seeking for help.


Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053




DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.
E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside.
Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where.

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***