On Wed, Jan 21, 2015 at 03:14:52PM +0000, Bailey, Mark wrote: > Thanks Philip, > > Your solution worked fine. > > It reverted to using mktemp on the HPUX platform so we changed the libapr > source as suggested which indeed fixed the issue and used the internal > mkstemp...... > > The fix was as below if anybody else comes access this issue on HPUX..... > > file_io/unix/mktemp.c >
Can you please let the APR project know about this? See http://apr.apache.org If possible, please send them a patch to fix the issue for good. If APR's configure script detects HPUX it should ensure that HAVE_MKSTEMP is not defined. Thanks.