HP-UX
1753808 회원
7540 온라인
108805 솔루션
새 메시지

아파치(2.0.53) 컴파일 설치

 
유영훈
비정기 기여자

아파치(2.0.53) 컴파일 설치

아파치(2.0.53) 컴파일 설치하려 합니다.



해당버젼 아파치 depot화일도 있습니다만, 원하는 위치에 아파치를 설치하고 싶어 잘문드립니다.



1.3.X 버전은 컴파일 설치로 잘 사용했습니다



설치시 HPUX는 다음을 참조하라고 README 화일에 아래의 내용이 있는데

어떻게 적용을 하라는 것인지 이해를 못하겠습니다



================

HP-UX:

The dlopen() system call in HP-UX has problems when

loading/unloading C++ modules.

The problem can be resolved by using

shl_load() insteadof dlopen().

This is fixed in the Apache 2.0.44 release.

To enable loading of C++ modules,

the httpd binary has to be linked with

the following libraries :



HP-UX (11.0 / 11i):

When using shl_load : "cpprt0_stub.s -lcl"

When using dlopen : "cpprt0_stub.s -lcl -lCsup"



HP-UX (11i version 1.5 and greater):

When using dlopen/shl_load : "cpprt0_stub.s -lcl -lunwind"



Compile cpprt0_stub.s with the PIC option

cc -c +z cpprt0_stub.s

- OR -

gcc -c -fPIC cpprt0_stub.s
3 응답 3
Yongsik Yoon
조언자

아파치(2.0.53) 컴파일 설치

C++ modules을 loading/unloading 하는 기능을 사용할때

문제가 발생하나, 2.0.44이후에는 발생하지 않는다니

무시하시고 컴파일 해보시길...

유영훈
비정기 기여자

아파치(2.0.53) 컴파일 설치

무시하고 해보았으나 설치는 안되고

컴파일시에 에러만 주루룩~~
유영훈
비정기 기여자

아파치(2.0.53) 컴파일 설치

2.0.54버젼을 설치해서 해결했습니다.



설치시 "LANG=C" 해야 사소한 에러메세지가 없습니다.