BACKRUSH  À¯´Ð½º¸í·É  ´ÙÀ½  ÀÚ·á½Ç  Ascii Table   ¿ø°ÝÁ¢¼Ó  ´Þ·Â,½Ã°£   ÇÁ·Î¼¼½º   ½©
ÁöÇÏö³ë¼±   RFC¹®¼­   SUN FAQ   SUN FAQ1   C¸Þ´º¾ó   PHP¸Þ´º¾ó   ³Ê±¸¸®   ¾Æ½ºÅ°¿ùµå ¾ÆÀÌÇǼ­Ä¡

±Û¾´ÀÌ: hp-ux hp-ux apache+php ÀνºÅç½ÃÁÖÀÇ»çÇ× Á¶È¸¼ö: 7407


When compiling open source on HPUX, try these steps:

1.) Make sure you have the linker patch (PHSS_26559 or later) installed
on the OS.

2.) Use GNU C compiler, not HP ANSI C.

3.) Use GNU build tools (and versions) m4 1.4, automake 1.5, autoconf
2.52, libtool 1.4

4.) Before compiling PHP, hack the apxs script to change the DSO
extension. This must be done in 2 places:
change the line: my $dso_ext = "so";
to: my $dso_ext = "sl";
and
change the line: $d =~ s|\.so$||;
to: $d =~ s|\.sl$||;

5.) Add thread local storage support with the following lines in
apachectl:

#ADD THREAD LOCAL STORAGE SUPPORT TO HPUX IN APACHECTL SCRIPT:
export SHLIB_PATH=$ORACLE_HOME/lib:/opt/apache/lib:$SHLIB_PATH
export LD_PRELOAD=/usr/lib/libpthread.sl:/usr/lib/libcl.sl

One final note, on HPUX you are better off using HP's Apache
distribution, which is available for free off their site at:
http://www.hp.com/products1/unix/webservers/apache/downloads/index.html

It has been optimized for the HPUX platform and is quite easy to set
up.

Good luck,

°ü·Ã±Û : ¾øÀ½ ±Û¾´½Ã°£ : 2006/12/07 13:39 from 221.156.209.133

  Linux Nego 변경방법 ¸ñ·Ïº¸±â »õ±Û ¾²±â Áö¿ì±â ÀÀ´ä±Û ¾²±â ±Û ¼öÁ¤ HP_UX - IP ¹× hostname º¯°æ ¹æ¹ý  
BACKRUSH  À¯´Ð½º¸í·É  ´ÙÀ½  ÀÚ·á½Ç  Ascii Table   ¿ø°ÝÁ¢¼Ó  ´Þ·Â,½Ã°£   ÇÁ·Î¼¼½º   ½©
ÁöÇÏö³ë¼±   RFC¹®¼­   SUN FAQ   SUN FAQ1   C¸Þ´º¾ó   PHP¸Þ´º¾ó   ³Ê±¸¸®   ¾Æ½ºÅ°¿ùµå ¾ÆÀÌÇǼ­Ä¡