Build problems on Solaris 9
---------------------------
Key: AXIS2C-1334
URL: https://issues.apache.org/jira/browse/AXIS2C-1334
Project: Axis2-C
Issue Type: Bug
Components: build system (Unix/Linux)
Affects Versions: 1.5.0
Environment: platform: SunOS 5.9 / sparc
compiler: Sun Forte C compiler (/opt/SUNWspro/bin/cc)
Reporter: Dominic Smith
The crux of the problem is that the Solaris platform does not have an
implementation of scandir(). While there are implementations in
/usr/ucblib/sparcv9/libucb.so, the ucb libraries are purely for SunOS 4.x
compatibility and will cause undesirable behaviour.
We have been able to work around this by providing our own implementation of
scandir(), and will provide a patch for this shortly.
In addition to this, we are witnessing a memory leak of ~1.5kb per client
invokation solely on the Solaris platform (all other platforms including AIX,
HP-UX, Linux, etc are showing memory stability for the same cases). We will
have more information on this shortly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.