Project

General

Profile

Resolving asterisk.gnuinter.net

Added by wahbi belhadj over 5 years ago

wget http://asterisk.gnuinter.net/files/asterisk-perl-0.08.tar.gz isn't working.
When I type it in, it says:
Resolving asterisk.gnuinter.net (asterisk.gnuinter.net) failed: Connection Timed out. Retrying. And it tries to connect again and fails again.

help please


Replies (1)

RE: Resolving asterisk.gnuinter.net - Added by Anonymous over 5 years ago

you can try this,

cd /root
wget http://download.vicidial.com/required-apps/asterisk-perl-0.08.tar.gz
cd /usr/src/
tar zxvf /root/asterisk-perl-0.08.tar.gz
cd asterisk-perl-0.08
perl Makefile.PL && make all && make install
cd /root

    (1-1/1)
    Go to top