configure.in overrides the APR_PID_T_FMT broadly for Solaris:

   *-solaris*)
       pid_t_fmt='#define APR_PID_T_FMT "ld"'
       ;;

But the 64-bit architectures (sparcv9, em64t) define pid_t as an int.

Does anyone recall if there's some pid_t detection problem without the hint?

-- 
Eric Covener
[EMAIL PROTECTED]

Reply via email to