hottox |
Regular user |

 |
|
Joined: Nov 23, 2008 |
Posts: 19 |
|
|
|
 |
 |
 |
|
Hi,
when trying to compile a local root exploit i'v got this message:
Code: |
sh-3.1$ gcc -o local local.c
In file included from /usr/include/asm/syscalls.h:8,
from /usr/include/asm/unistd.h:448,
from local.c:14:
/usr/include/asm/signal.h:18: error: conflicting types for 'sigset_t'
/usr/include/sys/select.h:38: error: previous declaration of 'sigset_t' was here
In file included from /usr/include/asm/syscalls.h:8,
from /usr/include/asm/unistd.h:448,
from local.c:14:
/usr/include/asm/signal.h:100: error: expected ':', ',', ';', '}' or '__attribut
e__' before '.' token
/usr/include/asm/signal.h:106: error: redefinition of 'struct sigaction'
/usr/include/asm/signal.h:107: error: expected ':', ',', ';', '}' or '__attribut
e__' before '.' token
/usr/include/asm/signal.h:117: error: redefinition of 'struct sigaltstack'
local.c:120:2: error: #error "unsupported arch"
local.c: In function 'kernel_code':
local.c:141: warning: initialization makes pointer from integer without a cast
local.c: In function 'main':
local.c:193: error: 'PAGE_SIZE' undeclared (first use in this function)
local.c:193: error: (Each undeclared identifier is reported only once
local.c:193: error: for each function it appears in.)
|
the kernel of the target is :
Code: |
sh-3.1$ uname -r
2.6.18-5-powerpc64
|
and the exploit i used is :
http://www.milw0rm.com/exploits/5092
i really need help,
Waiting for reply
 |
|