如何在Debian上安装pthread?

时间:2015-06-09 20:25:29

标签: php pthreads

令人惊讶的是,我无法在任何地方找到它。我试图使用php Thread类。为此,我必须安装pthreads

如何在pthreads上安装Debian 8

1 个答案:

答案 0 :(得分:-2)

Pthreads是libc6包的一部分:

dpkg -L libc6 | grep pthread
/lib/arm-linux-gnueabihf/libpthread-2.19.so
/lib/arm-linux-gnueabihf/libpthread.so.0

如果你正在编译东西,你可能需要libc6-dev:

dpkg -L libc6-dev | grep pthread
/usr/include/arm-linux-gnueabihf/bits/pthreadtypes.h
/usr/include/pthread.h
/usr/lib/arm-linux-gnueabihf/libpthread_nonshared.a
/usr/lib/arm-linux-gnueabihf/libpthread.so
/usr/lib/arm-linux-gnueabihf/libpthread.a