Installing PHP 5.3.10 from source on Centos 5.7

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



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

[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux