[asterisk-bugs] [JIRA] Commented: (PRI-100) [patch] Fix install lib path for x86_64

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Fri Jul 13 11:55:20 CDT 2012


    [ https://issues.asterisk.org/jira/browse/PRI-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=194858#comment-194858 ] 

Richard Mudgett commented on PRI-100:
-------------------------------------

There is no consistent place to install 64 bit libraries. There are two major camps of distros who have chosen different places for them to live.

You can easily specify where to install the library on the command line:
{noformat}
sudo make install libdir=/usr/lib64
{noformat}

> [patch] Fix install lib path for x86_64
> ---------------------------------------
>
>                 Key: PRI-100
>                 URL: https://issues.asterisk.org/jira/browse/PRI-100
>             Project: LibPRI
>          Issue Type: Bug
>          Components: General
>            Reporter: Matteo Brancaleoni
>            Severity: Minor
>         Attachments: x86_64_install_path.patch
>
>
> on most (if not all) x86_64 systems, the lib path is lib64 if the app is compiledy for x86_64 processor. This trivial patch uses lib64 as install path if the libpri is build for 64 bits systems.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list