помогите с установкой. dklab_realplexor
скопировал все по
инструкции
0. First of all, run ./dklab_realplexor.pl manually and check that all
needed libraries are installed. If not, compile & install them:
- For RHEL (RedHat, CentOS):
# yum install gcc
# perl -MCPAN -e "install EV"
- For Debian (or Ubuntu):
# apt-get install gcc
# perl -MCPAN -e "install EV"
1. Copy Realplexor to /opt/dklab_realplexor (or you may create a symlink).
# cp -a . /opt/dklab_realplexor
- or -
# ln -s `pwd` /opt/dklab_realplexor
2. Create /etc/dklab_realplexor.conf if you need a custom configuration.
(You may create a symlink instead of creating the file.)
# cat > /etc/dklab_realplexor.conf
$CONFIG{WAIT_ADDR} = [ '1.2.3.4:80' ]; # your IP address and port
$CONFIG{IN_ADDR} = [ '5.6.7.8:10010' ]; # for IN line
return 1;
^D
- or -
# ln -s /path/to/your/config.conf /etc/dklab_realplexor.conf
3. Use bundled init-script to start Realplexor as a Linux service:
# ln -s /opt/dklab_realplexor/dklab_realplexor.init /etc/init.d/dklab_realplexor
4. Tell your system to start Realplexor at boot:
- For RHEL (RedHat, CentOS):
# chkconfig --add dklab_realplexor
# chkconfig dklab_realplexor on
- For Debian (or Ubuntu):
# update-rc.d dklab_realplexor defaults
# update-rc.d dklab_realplexor start
пытаюсь запустить
# update-rc.d dklab_realplexor start
и
в чем может быть косяк? как запустить?
ubuntu 10.10