install error pointing to kerberos

[root@asterisksrv fop2]# make install
which: no chkconfig in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/go2guy/bin)
/bin/sh: line 43: --add: command not found
make: *** Error 127

Hi! I'm having this error when installing fop2 using Centos 5.3, asterisk are already working. I run chkconfig --list to see if kerberos is running; any suggestions pls?

OUTPUT:

ypbind 0:off 1:off 2:off 3:off 4:off 5:off 6:off
yum-updatesd 0:off 1:off 2:on 3:on 4:on 5:on 6:off

xinetd based services:
chargen-dgram: off
chargen-stream: off
cvs: off
daytime-dgram: off
daytime-stream: off
discard-dgram: off
discard-stream: off
echo-dgram: off
echo-stream: off
eklogin: off
ekrb5-telnet: off
gssftp: off
klogin: off
krb5-telnet: off
kshell: off
rsync: off
tcpmux-server: off
time-dgram: off
time-stream: off

Comments

  • Just run as root

    /sbin/chkconfig --add fop2

    Installation went ok, it only failed ot add fop2 as a service, because /sbin was not in your PATH. I will have to update the makefile to look for chkconfig in its default location.

    Regards,
Sign In or Register to comment.