Tolong pilih kategori sesuai, jenis posting (pertanyaan atau bukan) dan sertakan tag/topik yang sesuai misal komputer, php, mysql, dll.
Promosi atau posting tidak pada tempatnya akan kami hapus.
hallo semuanya....ada yang punya pengalaman update kernel 2.6.23.1 to 2.6.26.6 dan di patch dengan MPLS ga???
kemarin saya coba tapi error munculnya kayak gini!
Linux-2.6.26.6 problem yang error:
[root@localhost linux-2.6.26.6]# ls
[root@localhost linux-2.6.26.6]# tar -xjvf linux-2.6.26.6.tar.bz2
[root@localhost linux-2.6.26.6]# cd /usr/src/linux-2.6.26.6
[root@localhost linux-2.6.26.6]# make mrproper
[root@localhost linux-2.6.26.6]# cd /usr/src
[root@localhost linux-2.6.26.6]# ln -s linux-2.6.26.6 linux
[root@localhost linux-2.6.26.6]# nano /usr/src/linux/Makefile
[root@localhost linux-2.6.26.6]# tar -xvf mpls-linux-1.962.tar.gz
[root@localhost linux-2.6.26.6]# cd linux-2.6.26.6
[root@localhost linux-2.6.26.6]# patch -p1 < ../mpls-linux-1.962/patches/linux-kernel.diff
[root@localhost linux-2.6.26.6]# make menuconfig
[root@localhost linux-2.6.24.5]# make
CC [M] net/ipv6/mip6.o
CC [M] net/ipv6/mpls6.o
net/ipv6/mpls6.c: In function ‘mpls6_nexthop_resolve’:
net/ipv6/mpls6.c:107: warning: passing argument 2 of ‘ip6_route_output’ from incompatible pointer type
net/ipv6/mpls6.c:107: error: too few arguments to function ‘ip6_route_output’
make[2]: *** [net/ipv6/mpls6.o] Error 1
make[1]: *** [net/ipv6] Error 2
make: *** [net] Error 2
[root@localhost linux-2.6.26.6]# make install