: : + 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이 있는지 확인하세요.
파일이 없네여..^^:;
혹시 아파치 configure에서 OpenSSL 없이 하는 옵션이 있나여?
INSTALL 파일을 봤는데 잘모르겠더라구여..
없다면 어떻게 해야되는지 자세한 설명점 부탁합니다.
OpenSSL을 설치해야되는건가? 왕초보라..
답변주신것 정말정말감사합니다..