Just change the install prefix directory in asterisk makefile to something like /usr/local/asterisk, and then you will see all the files needed for asterisk to run.
> -----Original Message----- > From: Steven Critchfield [mailto:[EMAIL PROTECTED] > Sent: Saturday, 1 March 2003 22:03 > To: [EMAIL PROTECTED] > Subject: Re: [Asterisk-Users] How could I install the asterisk with > embeded system? > > > On Sat, 2003-03-01 at 02:49, [EMAIL PROTECTED] wrote: > > Hi,I want to install the asterisk to my Flash disk without > source code. I > > wonder if somebody could hint me the files that I needed. > > on a fresh system where you just built your asterisk source for the > embedded system do the following. > > find /|grep asterisk |grep -v src|grep -v include > > This should get you all the asterisk itself files since most > all of the > files get put in a asterisk directory. > > You should find directories like, > /etc/asterisk > /var/spool/asterisk > /var/lib/asterisk > /usr/lib/asterisk > /var/log/asterisk > > and files, > /usr/sbin/asterisk > /usr/sbin/safe_asterisk > > -- > Steven Critchfield <[EMAIL PROTECTED]> > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
