Installing PHP 5.3.10 from source on Centos 5.7

[email protected] ("Srinivasan Subramanian")
Newsgroups php.install
Message-ID <[email protected]>
I need a PHP installation wherein I also want to use the posix functions.  

When I configure with the ./configure, I see the below output.

checking whether to enable POSIX-like functions... yes
checking for sys/mkdev.h... (cached) no
checking for seteuid... (cached) no
checking for setegid... (cached) no
checking for setsid... (cached) no
checking for getsid... (cached) no
checking for setpgid... (cached) yes
checking for getpgid... (cached) no
checking for ctermid... (cached) no
checking for mkfifo... (cached) no
checking for mknod... (cached) no
checking for getrlimit... (cached) no
checking for getlogin... (cached) yes
checking for getgroups... (cached) no
checking for makedev... (cached) no
checking for initgroups... (cached) no
checking for getpwuid_r... (cached) yes
checking for getgrgid_r... (cached) no

As can be seen most of the posix functions are disabled as they are not found by AC_CHECK_FUNCTIONS.  Please let me know what other libraries I need to install to enable the posix functionality.

Best Regards
Srini
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.