fcgi_devkit





Created:2003-07-22

[-] 1. install

(download)
$ ./configure --prefix=/opt/fcgi_devkit-2.4
$ make
$ su
# umask 222
# make install

[-] 2. permission の調整

# cd /opt/fcgi_devkit-2.4
# find . -exec chmod a-w {} \;

make install 時の下記メッセージを参照:

add LIBDIR to LD_LIBRARY_PATH
add LIBDIR to LD_RUN_PATH
use '-Wl,--rpath -Wl,LIBDIR'
add LIBDIR to /etc/ld.so.conf





Generated by juli 2.3.2