
Execute the command at Terminal as super user: chkconfig --add red5
If it doesn't work, please make sure that the path of command chkconfig is correct. Use
the following command to check:
Check the installation of chkconfig: rpm –qa|grep chkconfig
Chkconfig file path: whereis chkconfig
E.g. in Fedora Linux system, the result of performing instruction is as following:
$ rpm -qa|grep chkconfig
chkconfig-1.3.34-1
$ whereis chkconfig
chkconfig: /sbin/chkconfig /usr/share/man/man8/chkconfig.8.gz
As the above shows, the path of command chkconfig is /sbin/chkconfig, so we change
the command: /sbin/chkconfig --add red5
Using the following command can make red5 start the service: /etc/init.d/red5 start
If the installation information here is not helpful enough, you may view the official site for
details.
Next, you are suggested to read Install Video Chat Server RED5 Edition.
Commenti su questo manuale