3
rated 0 times
[
3]
[
0]
/ answers: 1 / hits: 5770
/ 2 Years ago, tue, july 27, 2021, 1:35:00
I want to install jailkit
in ubuntu http://ubuntuforums.org/showthread.php?t=248724
so i have downloaded jailkit http://olivier.sessink.nl/jailkit/index.html#download
after downloading I did tar
then cd
in to directory
./configure
make
(error)
How do i install it ?
Ii am installing (compile) it on Ubuntu server 11.10
UPDATE
I found out, how to start make:
(as root)
make
make[1]: Entering directory `/home/one/jailkit-2.14/src'
gcc -lpthread -o jk_socketd jk_socketd.o jk_lib.o utils.o iniparser.o
jk_socketd.o: In function `main':
/home/one/jailkit-2.14/src/jk_socketd.c:474: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
make[1]: *** [jk_socketd] Error 1
make[1]: Leaving directory `/home/one/jailkit-2.14/src'
make: *** [all] Error 2
root@ubuntu:/home/one/jailkit-2.14#
More From » compiling