Srinivasan Subramanian
2012-03-15 14:26:41 UTC
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
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