: + doing sanity check on compiler and options
: ** A test compilation with your Makefile configuration
: ** failed. The below error output from the compilation
: ** test will give you an idea what is failing. Note that
: ** Apache requires an ANSI C Compiler, such as gcc.
:
: ======== Error Output for sanity check ========
: cd ..; gcc -DHPUX10 -I/opt/php -I/opt/php/main -
I/opt/php/main -I/opt/php/Zend -I/opt/php/Zend -I/opt/php/TSRM -
I/opt/php/TSRM -I/opt/php -DUSE_EXPAT -I./lib/expat-lite -
DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -
L/usr/local/lib -L/usr/local/lib/ -L/opt/imap/c-client -
L/usr/local/lib -L/usr/local/lib/ -L/opt/imap/c-client -Lmodules/php4 -
L../modules/php4 -L../../modules/php4 -lmodphp4 -lcrypto -lssl -lc-
client -lcrypt -lgd -lt1 -lfreetype -lpng -lz -ljpeg -lz -lcrypt -
lm -lcrypt -lm
: /usr/ccs/bin/ld: Can't find library for -lcrypto
: collect2: ld returned 1 exit status
: *** Error exit code 1
:
: Stop.
: ============= End of Error Report =============
:
: hp-ux에서 아파치 configure 했더니 위와같은 에러가 뜨네여
: 대체뭐가 문젠지 갈쳐주세요
: 옵션을
: ./configure --prefix=/opt/apache --activate-
module=src/modules/php4/libphp4.a
: 줬습니다..
OpenSSL설치하셨나요?
/usr/loca/lib,/usr/lib, /lib에 libcrypto.so이 있는지 확인하세요.