[Asterisk-Users] Can some bady help me ???

Tony Nichols tony at mail.applog.com
Fri Nov 12 07:00:40 MST 2004


On Thu, 2004-11-11 at 20:46, steve szmidt wrote:
> On Thursday 11 November 2004 04:39 pm, Geoff Nordli wrote:
> > asterisk-users-bounces at lists.digium.com <> scribbled on :
> > > ok, mathew and other friends
> > > I have this package only and I don't now what a have to do with it I
> > > repeat im a new linux user I don't now how compile it.
> > > I need for start a list of steps to begin
> > >
> > > or a place where I can get it
> > >
> > > thanks
> > > rodney
> >
> > If Linux is a struggle for you then you may be better of looking at a Live
> > CD type of installation.
> >
> > I haven't tried Xorcom's Rapid installation yet, but it may be worth a try:
> >
> > http://www.xorcom.com/rapid/index.html
> >
> >
> > Geoff
> 
> Not a bad idea. I just downloaded the SuSe live DVD and it's a very slick 
> system. Easier than anything else out there. I think they also got a Gnome 
> version and KDE version live CD.

On my new install of suse 9.1 I do the following

1. during the suse install I pick EVERYTHING (except the united linux
box -)! (specific packages are listed on the astrisk website.
2. don't let it do an update (it askes at the end of the installation).
3. after first boot log in; type cd /usr/src/linux (hit enter)
type zcat /proc/config.gz > .config (hit enter)
type make oldconfig (hit enter) 
Lots of things will scroll by very quickly.... if you didn't select the
kernel source packages you'll get an error here...
4. cd /usr/src (hit enter) then type ln -s /usr/src/linux-2.6.4-54.5
linux-2.6 (hit enter) --- linux-2.6.4-54.5 is the stock 9.1 kernel... if
you did an update this will be wrong.
5. cd /where/the folder/that/holds/the/asterisk/libpri/zapte/files  I
put them in /pbx for simplicity.
6 type cd zaptel (enter)
7. type make clean; make install; cd ..
8. when thats done type cd libpri (enter) hit the arrow up key till you
see the same command you typed befor make clean; make install; cd ..
9. when thats done type cd asterisk (enter) then type make clean; make
install (enter).
10 that will take several min. --- even with a fast machine. WHen it's
done you will see the instructions to type make samples (hit enter).

That should get you started! These instructions work with both my intel
and opteron based systems.

Welcome to the wonderful world of asterisk!

t o n y






More information about the asterisk-users mailing list