jailkit-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Jailkit-users] Jailkit failure to install on 32bit Ubuntu 11.10


From: Dan
Subject: [Jailkit-users] Jailkit failure to install on 32bit Ubuntu 11.10
Date: Mon, 28 Nov 2011 21:23:34 -0500

I decided to update a little file upload box I have to Ubuntu 11.10 and cannot get jailkit to install properly.  I'm hoping someone has a little insight into why the make fails.  I have tried the direct download and the CVS snapshot and both error out in the same way.  The condensed configure and make are shown here:

address@hidden:~/jailkit-2.14/jailkit$ ./configure 
configure: config files will be in /etc/jailkit/
checking for gcc... gcc
checking whether the C compiler works... yes
...
checking for pthread_create in -lpthread... yes
...
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating py/Makefile
config.status: creating man/Makefile
config.status: creating src/config.h
address@hidden:~/jailkit-2.14/jailkit$ make
make[1]: Entering directory `/home/user/jailkit-2.14/jailkit/src'
gcc -g -O2 -Wall -pipe -DINIPREFIX=\"/etc/jailkit\"   -c -o jk_socketd.o jk_socketd.c
gcc -g -O2 -Wall -pipe -DINIPREFIX=\"/etc/jailkit\"   -c -o jk_lib.o jk_lib.c
gcc -g -O2 -Wall -pipe -DINIPREFIX=\"/etc/jailkit\"   -c -o utils.o utils.c
gcc -g -O2 -Wall -pipe -DINIPREFIX=\"/etc/jailkit\"   -c -o iniparser.o iniparser.c
gcc   -lpthread  -o jk_socketd jk_socketd.o jk_lib.o utils.o iniparser.o
jk_socketd.o: In function `main':
/home/user/jailkit-2.14/jailkit/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/user/jailkit-2.14/jailkit/src'
make: *** [all] Error 2
address@hidden:~/jailkit-2.14/jailkit$ 

The configure seems to run OK and even reports back that the item the make fails on is there.  This is a fresh build of 11.10.  

Thoughts?

Thanks in advance,

Dan

reply via email to

[Prev in Thread] Current Thread [Next in Thread]