ύX-----
ECVSo^pɃt@CCij

-------------

 x86/Linux}Vł̃RpC菇

$ tar zxvf syslog-ng-1.6.9.tar.gz
$ cd syslog-ng-1.6.9/src
$ tar zxvf ../../syslog-ng-src-diff.tar.gz
$ cd ../libol-0.3.17/src
$ tar zxvf ../../../libol-diff.tar.gz
$ cd ../../
$ ./configure --prefix=CXg[
...
$ make
$ make install


 x86/Solaris}Vł̃RpC菇

CXg[ɕKvȊϐ̐ݒ
$ bash
$ export PATH=/usr/sfw/bin:${PATH}
$ export AR=gar
$ export MAKE=gmake

syslog\[X̓WJEpb`̓Kp
$ gunzip *.gz
$ tar xvf syslog-ng-1.6.9.tar
$ cd syslog-ng-1.6.9/src
$ tar xvf ../../syslog-ng-src-diff.tar
$ cd ../libol-0.3.17/src
$ tar xvf ../../../libol-diff.tar

libolconfigure
$ cd ../
$ ./configure
...

{̂configure
$ cd ..
$ ./configure --prefix=yCXg[z --with-libol=./libol-0.3.17
...

libolRpC
$ cd libol-0.3.17
$ gmake
...

{̂̃RpC
$ cd ..
$ gmake
...

{̂̃CXg[
$ su
# bash
# export PATH=/usr/sfw/bin:${PATH}
# gmake install
...

