jailkit-users
[Top][All Lists]
Advanced

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

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


From: Olivier Sessink
Subject: Re: [Jailkit-users] Jailkit failure to install on 32bit Ubuntu 11.10
Date: Tue, 29 Nov 2011 14:18:38 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

On 11/29/2011 03:23 AM, Dan wrote:
[..]
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$

can you see if adding #include <pthread.h> to jk_socketd.c helps? (just anuwhere near the other #include's)

Olivier




reply via email to

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