[Home]

Summary:ASTERISK-02695: zaptel/README is missing a prerequisite
Reporter:Edwin Groothuis (mavetju)Labels:
Date Opened:2004-10-27 20:18:25Date Closed:2008-06-07 10:46:12
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) zaptel::README
Description:The README of zaptel states:

Requirements:
       Some of the testing programs still require the zapata library
       The zttool program requires libnewt

But it also requires a "make menuconfig" (and possible "make") in the /usr/src/linux-2.6 directory.

If this isn't done, it complains about not being able to find .config and throws a lot of errors.
Comments:By: Brian West (bkw918) 2004-10-27 20:43:36

libnewt IS NOT a requirement.  the symlink to /usr/src/linux-2.6 to /usr/src/linux is standard and we aren't the only ones that would require it.

bkw

By: Brian West (bkw918) 2004-10-27 20:45:36

linux26: prereq $(BINS)
       @if ! [ -d /usr/src/linux-2.6 ]; then echo "Link /usr/src/linux-2.6 to your kernel sources first!"; exit 1 ; fi
       make -C /usr/src/linux-2.6 SUBDIRS=$(PWD) modules


The make file EVEN tells you this.

By: Brian West (bkw918) 2004-10-27 20:47:26

zttool is not a requirement to use zaptel.

The symlink if missing is told to you during a "make linux26"

By: Edwin Groothuis (mavetju) 2004-10-27 20:49:51

<i>libnewt IS NOT a requirement.</i>

I never said it required it, I was quoting the documentation.

<i>the symlink to /usr/src/linux-2.6 to /usr/src/linux is standard</i>

I didn't say anything about the symlinks, I was quoting the documentation.

I stated that it wouldn't compile without having done a "make menuconfig" in the /usr/src/linux-2.6 directory first.

By: Edwin Groothuis (mavetju) 2004-10-27 21:07:48

patch submitted

By: Brian West (bkw918) 2004-10-27 21:09:22

http://www.voip-info.org/tiki-index.php?page=Asterisk%20Zaptel%20Installation

By: Mark Spencer (markster) 2004-10-28 18:25:50

Added to CVS

By: Russell Bryant (russell) 2004-10-29 16:12:41

added to 1.0, will be in 1.0.3

By: Russell Bryant (russell) 2004-10-29 16:13:24

added to 1.0, will be in 1.0.3

By: Digium Subversion (svnbot) 2008-06-07 10:46:10

Repository: dahdi
Revision: 485

U   trunk/README

------------------------------------------------------------------------
r485 | markster | 2008-06-07 10:46:09 -0500 (Sat, 07 Jun 2008) | 2 lines

Link to wiki about kernel stuff (bug ASTERISK-2695)

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

http://svn.digium.com/view/dahdi?view=rev&revision=485

By: Digium Subversion (svnbot) 2008-06-07 10:46:12

Repository: dahdi
Revision: 487

U   branches/v1-0/README

------------------------------------------------------------------------
r487 | russell | 2008-06-07 10:46:12 -0500 (Sat, 07 Jun 2008) | 2 lines

add reference to wiki in README (bug ASTERISK-2695)

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

http://svn.digium.com/view/dahdi?view=rev&revision=487