Posix

HI,

When i am configuring php in SUN Solaris. I am getting the below error.

configure: error: Your system seems to lack POSIX threads.

Do i need to install POSIX? If so can somebody let me know where can i download POSIX for Solaris 8?

Thanks,

POSIX is a specification, not a product. pthreads is what POSIX threads support is often called. It looks like you are missing a library - libpthreads - at the very least. Your distribution media should already have it.

I do know that for earlier versions of Solaris you had to request it... don't know if that is true for Solaris 8 or not.

Hi,

Do you have any idea where to donwload this libpthreads for solaris 8?

Krish