Olivier
2013-Feb-12 13:43 UTC
[asterisk-users] How to install in /usr/local/sbin instead of /usr/sbin ? [SOLVED]
2013/2/12 Doug Lytle <support at drdos.info>> >> non-standard locations such as /usr/local/sbin > > If compiling from source, it'd normally be specified by the --prefix > option: > > ./configure --prefix=/usr/local > > Doug > > -- > Ben Franklin quote: > > "Those who would give up Essential Liberty to purchase a little Temporary > Safety, deserve neither Liberty nor Safety." > > -- > _____________________________________________________________________ > -- 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 >Using the commands bellow, I could install in /usr/local/sbin ./configure --prefix=/usr/local make make install Thanks for sharing this. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130212/770b1d8f/attachment.htm>
Christopher Harrington
2013-Feb-13 16:21 UTC
[asterisk-users] How to install in /usr/local/sbin instead of /usr/sbin ? [SOLVED]
On Tue, Feb 12, 2013 at 7:43 AM, Olivier <oza_4h07 at yahoo.fr> wrote:> > Using the commands bellow, I could install in /usr/local/sbin > ./configure --prefix=/usr/local > make > make install > > Thanks for sharing this. > >Just for reference, this is standard among tools compiled using ./configure ; make ; make install . Most software works this way. -- -Chris Harrington ACSDi Office: 763.559.5800 Mobile Phone: 612.326.4248 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130213/177b3788/attachment.htm>