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 |
- Prev by Date: why does specifying EXTENSION_DIR for i586 & x86_64 arch's behave differently? how to fix?
- Next by Date: httpd segfault after 5.4.0 install
- Previous by thread: why does specifying EXTENSION_DIR for i586 & x86_64 arch's behave differently? how to fix?
- Next by thread: httpd segfault after 5.4.0 install
- Index(es):