On Fri, 2004-05-14 at 12:16 +0200, Petter Ween wrote: > rwxrwxrwx 1 root root 11 May 2 10:39 linux -> linux-2.6.5 > I thought this was the link? > I also searched around to see if i had totally misunderstood. Have I ?? > That's the default linux link to your source. What asterisk and bri-stuff want is a link to linux-2.6
ln -s linux linux-2.6 or if you don't like links to links ln -s linux-2.6.5 linux-2.6 but remember you will have to change it when you use the now released 2.6.6. -- Dave Cotton <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
