hi , i m trying to to this:
[quote]- Login to your Linux system as user “rootâ€
hi , i m trying to to this:
[quote]- Login to your Linux system as user “rootâ€
What are you really want to achieve?
Installing Asterisk in that way.
you need more info?
thanks
What is more important for you - install or that way ?
cd /usr/src
wget www.asterisk.org)
gunzip …
tar -xvf …
cd asterisk-1.4.13
./configure
make
make install
If you want to play with the latest code - read this
[quote=“AndrewZ”]What is more important for you - install or that way ?
cd /usr/src
wget www.asterisk.org)
gunzip …
tar -xvf …
cd asterisk-1.4.13
./configure
make
make install
If you want to play with the latest code - read this[/quote]
thanks you very much andrew
i download asterisk-1.4.13.tar.gz and it is in /home/aytw/Desktop
i have a problem bot
[quote]aytw@ubuntu:~$ sudo su -
[sudo] password for aytw:
root@ubuntu:~# cd /usr/src
root@ubuntu:/usr/src# gunzip …
gzip: …gz: No such file or directory[/quote]
thanks
… means TheNameOfTheFileYouAreWorkingWith !!!
gunzip asterisk-1.4.13.tar.gz
tar -xvf asterisk-1.4.13.tar
[quote=“AndrewZ”]… means TheNameOfTheFileYouAreWorkingWith !!!
gunzip asterisk-1.4.13.tar.gz
tar -xvf asterisk-1.4.13.tar[/quote]
thank bot, same problem
[quote]aytw@ubuntu:~$ sudo su -
root@ubuntu:~# cd /usr/src
root@ubuntu:/usr/src# gunzip asterisk-1.4.13.tar.gz
gzip: asterisk-1.4.13.tar.gz: No such file or directory
root@ubuntu:/usr/src# [/quote]
i am sour that i have the file :
asterisk-1.4.13.tar.gz
(tar archive (gzip-compressed) 10.7 MB)
in :
/home/aytw/Desktop
Forget about Asterisk!
Read at least one unix book.
[quote=“AndrewZ”]Forget about Asterisk!
Read at least one unix book.[/quote]
thank god idea
i acept what are you say and going to learn linux.org/lessons/beginner/l1/lesson1b.html
thanks again