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: Dan
Subject: Re: [Jailkit-users] Jailkit failure to install on 32bit Ubuntu 11.10
Date: Tue, 29 Nov 2011 08:33:38 -0500

Thanks for the quick response.  I took a look and pthread.h is already in the group of includes.  I added it a second time anyway hoping it was a line formatting issue but the make fails in the same way.  Thoughts?

Dan

On Tue, Nov 29, 2011 at 8:18 AM, Olivier Sessink <address@hidden> wrote:
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


_______________________________________________
Jailkit-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/jailkit-users


reply via email to

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