When I tried to install PHP on HPUX I got the error message:
"redefinition of php_localtime_r()"
To solve this
problem you have to modify the file "reentrancy.c":
The
"#if defined(PHP_HPUX_TIME_R)" section end on line 79 witd the
"#endif" command.
To avoid a redefinition of the
functions you have to add an "#else" statement instead and move
the "#else" statement after the definition of
"php_gmtime_r()" in line 154.