FreeBSD 머신이 없어서 확인은 못해보겠지만
port tree에 있다면 조합하여 사용가능합니다.
apache, php, mysql, postgresql 등이 포트에 있을테니...
해당 포트 디렉토리 에서
make show VARNAME=FLAVOR
로 해당 포트의 FLAVOR을 쭉 보시고
env FLAVOR=xxx 로 옵션을 주고 설치하시면 되겠네요
FreeBSD머신이 없어서.. 자세한 답변을 못해드리겠네요
그럼...
: apache+php4.3.0+mysql3.23.55+postgresql7.3.1+imap+gd+zlib등을 함께 깔려고 하니
: 그러네요..
: 포트패키지로는 아파치로만 깔리는 거 아닌가요?
: 이렇게 함께 연동해서 깔수가 있는지요?
:
:
: : 그냥 port tree를 이용해서 까세요 -_-;
: :
: :
: : : 프리비에서 APM설치시..
: : : 아파치에서. ./configure --activate-module=src/modules/php4/libphp4.a
: : : 하면..
: : :
: : : 컨파일체크중
: : : sanity check에서 아래와 같은 에러가 나는데??
: : : 물론 php설치하기전에 apache 프리컨피규어 할때는 에러가 없었는데..말입니다. + checking
: : : sizeof various data types
: : : + 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 -funsigned-char -I/usr/local/src/php-4.2.3 -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3
: : : /main -I/usr/local/src/php-4.2.3/Zend -I/usr/local/src/php-4.2.3/Zend -I/usr/local/src/php-4.2.3/TSRM -I/usr/local
: : : /src/php-4.2.3/TSRM -I/usr/local/src/php-4.2.3 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -o he
: : : lpers/dummy helpers/dummy.c -R/usr/local/lib -R/usr/local/sys/mysql/lib/mysql -R/usr/local/sys/pgsql/lib -rdy
: : : namic -L/usr/local/lib -L/usr/local/sys/mysql/lib/mysql -L/usr/local/sys/pgsql/lib -Lmodules/php4 -L../modules/php
: : : 4 -L../../modules/php4 -lmodphp4 -lpam -lc-client4 -lpq -lmysqlclient -lcrypt -lpam -lgd -lz -lcrypt -lm -lc
: : : rypt -lcrypt /usr/local/lib/libc-client4.so: undefined reference to `mm_expunged' /usr/local/lib/libc-client4.s
: : : o: undefined reference to `mm_diskerror' /usr/local/lib/libc-client4.so: undefined reference to `mm_lsub' /usr/loc
: : : al/lib/libc-client4.so: undefined reference to `mm_flags' /usr/local/lib/libc-client4.so: undefined reference to `
: : : mm_fatal' /usr/local/lib/libc-client4.so: undefined reference to `mm_nocritical' /usr/local/lib/libc-client4.so: u
: : : ndefined reference to `mm_notify' /usr/local/lib/libc-client4.so: undefined reference to `mm_searched' /usr/local/
: : : lib/libc-client4.so: undefined reference to `mm_status' /usr/local/lib/libc-client4.so: undefined reference to `mm
: : : _login' /usr/local/lib/libc-client4.so: undefined reference to `mm_list' /usr/local/lib/libc-client4.so: undefined
: : : reference to `mm_critical' /usr/local/lib/libc-client4.so: undefined reference to `mm_exists'
: : : /usr/local/lib/libc-client4.so: undefined reference to `mm_log'
: : : /usr/local/lib/libc-client4.so: undefined reference to `mm_dlog'
: : : *** Error code 1
: : :
: : : Stop in /usr/local/src/apache_1.3.27/src/helpers.
: : : ============= End of Error Report =======
: : :
: : : 프리비에서는 왜 안될까요??