I successfully obtained the Asterisk code and extracted them into /usr/src. When I make and install asterisk, zaptel, libpri etc. Are they supposed to move automatically into their respective directories? I cannot find: /etc/asterisk/ /usr/lib/asterisk/modules/ /var/lib/asterisk Do I have to manually create them or this is failed install? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071229/fee2b4e3/attachment.htm
Additional information Linux 2.6.23.8-34.fc7 #1 SMP Thu Nov 22 20:39:56 EST 2007 x86_64 x86_64 x86_64 GNU/Linux is check the version of the kernel I am using if this helps in anyway. On 12/29/07, broadband Voice <broadbandvoice at gmail.com> wrote:> > I successfully obtained the Asterisk code and extracted them into > /usr/src. When I make and install asterisk, zaptel, libpri etc. Are they > supposed to move automatically into their respective directories? > > I cannot find: > > > /etc/asterisk/ > > /usr/lib/asterisk/modules/ > > /var/lib/asterisk > > > > Do I have to manually create them or this is failed install? Thanks. >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071229/45cbbd24/attachment.htm
I figured it out from asteriskguru.org. If you are using kernel 2.6 enter the following command '#make linux26', before doing '#make install'. and also do ./configure. Hope it will help someone else. On 12/29/07, broadband Voice <broadbandvoice at gmail.com> wrote:> > I successfully obtained the Asterisk code and extracted them into > /usr/src. When I make and install asterisk, zaptel, libpri etc. Are they > supposed to move automatically into their respective directories? > > I cannot find: > > > /etc/asterisk/ > > /usr/lib/asterisk/modules/ > > /var/lib/asterisk > > > > Do I have to manually create them or this is failed install? Thanks. >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071229/b3a57e23/attachment.htm
hi, first of chek you have permission on appropriate folder. /etc/asterisk: directory not created automatically. type command in asterisk source /usr/src/asterisk dir prompt # make samples this creates .conf files in /etc/asterisk dir. enjoy!! Bhrugu mehta On Dec 29, 2007 2:49 PM, broadband Voice <broadbandvoice at gmail.com> wrote:> I successfully obtained the Asterisk code and extracted them into /usr/src. > When I make and install asterisk, zaptel, libpri etc. Are they supposed to > move automatically into their respective directories? > > I cannot find: > > > > /etc/asterisk/ > > /usr/lib/asterisk/modules/ > > /var/lib/asterisk > > > > Do I have to manually create them or this is failed install? Thanks. > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
On Sat, Dec 29, 2007 at 04:19:27AM -0500, broadband Voice wrote:> I successfully obtained the Asterisk code and extracted them into /usr/src. > When I make and install asterisk, zaptel, libpri etc. Are they supposed to > move automatically into their respective directories? > > I cannot find: > > > /etc/asterisk/ > > /usr/lib/asterisk/modules/ > > /var/lib/asteriskHave you actually run 'make install'? Tip: to see to where it will install, run: make install DESTDIR=$PWD/new_root And then look at the files installed under new_root/ -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Mojo with Horan & Company, LLC
2007-Dec-31 18:20 UTC
[asterisk-users] Directories Used by Asterisk
It is when you type 'make install' that these directories get created. 'make linux26' IS obsolete as another poster mentioned. broadband Voice wrote:> I successfully obtained the Asterisk code and extracted them into > /usr/src. When I make and install asterisk, zaptel, libpri etc. Are > they supposed to move automatically into their respective directories? > > I cannot find: > > > /etc/asterisk/ > > /usr/lib/asterisk/modules/ > > /var/lib/asterisk > > > > Do I have to manually create them or this is failed install? Thanks. > > ------------------------------------------------------------------------ > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users