ports로 까는것하고,
pkg_add 로 해서 까는것하고 차이가 있는지요?
저도 여태껏 리눅스만 사용타가,
프리비의 파일시스템이 더 안정적이라고,
리눅스와 비슷하다고 해서 바꿨는데,
얼핏 비슷한것도 같은데,
조금씩조금씩 차이가 좀 있는것 같은데,
그게 좀 답답하답니다.
: 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 프리컨피규어 할때는 에러가 없었는데..말입니다. + checkin
: : : : g 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/l
: : : : ocal/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 helpers/dummy helpers/dummy.c -R/usr/local/lib -R/usr/local/sys/mysql/lib/mysql -R/usr/local/sys/pgsql/li
: : : : b -rdynamic -L/usr/local/lib -L/usr/local/sys/mysql/lib/mysql -L/usr/local/sys/pgsql/lib -Lmodules/php4 -L../m
: : : : odules/php4 -L../../modules/php4 -lmodphp4 -lpam -lc-client4 -lpq -lmysqlclient -lcrypt -lpam -lgd -lz -lcry
: : : : pt -lm -lcrypt -lcrypt /usr/local/lib/libc-client4.so: undefined reference to `mm_expunged' /usr/local/lib/
: : : : libc-client4.so: undefined reference to `mm_diskerror' /usr/local/lib/libc-client4.so: undefined reference to `m
: : : : m_lsub' /usr/local/lib/libc-client4.so: undefined reference to `mm_flags' /usr/local/lib/libc-client4.so: undefi
: : : : ned reference to `mm_fatal' /usr/local/lib/libc-client4.so: undefined reference to `mm_nocritical' /usr/local/li
: : : : b/libc-client4.so: undefined 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: un
: : : : defined 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 =======
: : : :
: : : : 프리비에서는 왜 안될까요??