Thanks Tzafrir....
Kinda solve the issue by commenting out following: -
CHKCONFIG := $(wildcard /sbin/chkconfig)
UPDATE_RCD := $(wildcard /usr/sbin/update-rc.d)
ifeq (,$(DESTDIR))
# ifneq (,$(CHKCONFIG))
# ADD_INITD := $(CHKCONFIG) --add dahdi
# else
ifneq (,$(UPDATE_RCD))
ADD_INITD := $(UPDATE_RCD) dahdi defaults 15 30
endif
# endif
endif
I don't know if this will cause any Asterisk installation... I m not
going to use any Dahdi hardware...
Cheers,
Nitesh
Tzafrir Cohen wrote:
> On Sun, Mar 14, 2010 at 01:32:09PM -0400, Nitesh Divecha wrote:
>
>> Hello All,
>>
>> I'm trying to do a fresh installation on Ubuntu Server 9.10 (Karmic)
>> 64-bit but I am getting error when "make config" is trying to install
>> the init script... Here is the output: - Can anyone help me please...
>> Thanking in advance...
>>
>
> The dahdi-tools Makefile tries to use chkconfig first before update-rc.d .
>
> On your system chkconfig actually exists, but it uses insserv (with
> service dependencies) and aparantly you have many services on your
> system without proper depdendencies declared. Unless those are old and
> unpurged ifles from obsolete packages.
>
> In short: I'm not sure what's the proper fix here (as opposed to the
> workaround of avoiding chkconfig .
>
>
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users