/
Open Source - How to Download and Compile Libpri

Open Source - How to Download and Compile Libpri

In order to download the source, visit http://www.downloads.digium.com/pub/telephony/libpri/ and select one of the tar.gz links (http://downloads.asterisk.org/pub/telephony/http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4.14.tar.gz for example)

 

In a terminal, change to the /usr/src directory then download the libpri tarball (copied .tar.gz link)

  1. wget http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4.14.tar.gz

 

After this is done, extract the file

  1. tar -zxvf libpri-1.4.14.tar.gz

 

Change to the dahdi directory

  1. cd libpri-1.4.14/

 

Lastly, compile Libpri

  1. make

  2. make install

Related content

Open Source - Installing DAHDI
Open Source - Installing DAHDI
More like this
Open Source - How to Download and Compile Asterisk on CentOS
Open Source - How to Download and Compile Asterisk on CentOS
More like this
Telephony Cards
Telephony Cards
More like this
Install FreePBX
Install FreePBX
More like this
Driver & Software Downloads - Telephony Card System Requirements
Driver & Software Downloads - Telephony Card System Requirements
More like this
Driver & Software Downloads - Telephony Card Driver Download
Driver & Software Downloads - Telephony Card Driver Download
More like this

Return to Documentation Home I Return to Sangoma Support