Hi List; To create the symbolic link, I read in the documenation that I have to type this command: # ln -s /usr/src/'uname -r' /usr/src/linux-2.4 1) What it means by 'uname -r'? 2) Why I have to create such symbolic link to do pointing for the kernel? For what exctly will be used with asterisk? 3) What is the relation between creating such symbolic link and build directory? Any advise. Regards Bilal ____________________________________________________________________________________ Never Miss an Email Stay connected with Yahoo! Mail on your mobile. Get started! http://mobile.yahoo.com/services?promote=mail
--- bilal ghayyad <bilmar_gh@yahoo.com> wrote:> Hi List; > > To create the symbolic link, I read in the documenation that I have > to type this command: > > # ln -s /usr/src/'uname -r' /usr/src/linux-2.4 > > 1) What it means by 'uname -r'? > 2) Why I have to create such symbolic link to do pointing for the > kernel? For what exctly will be used with asterisk? > 3) What is the relation between creating such symbolic link and build > directory? > > Any advise. > > Regards > Bilal1) those are backticks: `uname -r` (it prints the kernel release) 2) ? 3) don't understand your question what are you trying to do?? ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com
bilal ghayyad wrote:> Hi List; > > To create the symbolic link, I read in the documenation that I have to type this command: > > # ln -s /usr/src/'uname -r' /usr/src/linux-2.4 > > 1) What it means by 'uname -r'? > 2) Why I have to create such symbolic link to do pointing for the kernel? For what exctly will be used with asterisk? > 3) What is the relation between creating such symbolic link and build directory? > > Any advise. > > Regards > Bilal > > > > ____________________________________________________________________________________ > Never Miss an Email > Stay connected with Yahoo! Mail on your mobile. Get started! > http://mobile.yahoo.com/services?promote=mail > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >1) Try "uname -r" at the command line and "man uname" 2) Asterisk needs to access header files from the current version of your kernel source code 3) This allows the Asterisk build process to find the kernel source under a base kernel version name without knowing the detailed version number. regards, Drew
Seemingly Similar Threads
- Fring: Open VPN client to be installed on the mobile, which mobile?
- What is the best softphone work with Asterisk
- SIP IP-Trunk to be authenticated based on username and password, not IP address
- asterisk-gui: read/write in the conf files or db
- Asterisk and Dabatase