[asterisk-users] How to install in /usr/local/sbin instead of /usr/sbin ? [SOLVED]

Olivier oza_4h07 at yahoo.fr
Tue Feb 12 07:43:31 CST 2013


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>


More information about the asterisk-users mailing list