Re: [syslog-ng] hpux 11.00 premium edition or GPL
The libraries that the ldd show below all exist on this 11.00 box, but the sylog-ng binary errors out with /usr/lib/dld.sl: Unresolved symbol: memalign (code) from /usr/local/sbin/syslog-ng Abort(coredump) It wouldn't make sense to get this to work on 11.00 if your environment is 11.11, but thanks for offering.
On 10/18/07, Balazs Scheidler <bazsi@balabit.hu> wrote:
On Wed, 2007-10-17 at 12:54 -0700, C Wells wrote:
Does either exist ? I thought I was dealing with a 11.11 box but have found it to be 11.00.
Our compile farm has this HP-UX version:
# uname -a HP-UX hpux B.11.11 U 9000/871 2015302714 unlimited-user license
The binary (this is actually a PE version, but the OSE should be similar) has these dependencies:
# ldd syslog-ng /usr/lib/libc.2 => /usr/lib/libc.2 /usr/lib/libdld.2 => /usr/lib/libdld.2 /usr/lib/libc.2 => /usr/lib/libc.2 /usr/lib/librt.2 => /usr/lib/librt.2 /usr/lib/libnsl.1 => /usr/lib/libnsl.1 /usr/lib/libxti.2 => /usr/lib/libxti.2
Providing a separate binary for HP-UX 11.00 would need some work to extend our build farm, which is work that needs to be done.
This is the first request for HP-UX 11.00 binaries, thus I would need some hard facts to convince our management that it's worth the effort.
Are you sure the HP-UX 11.11 binaries don't work on HP-UX 11.00 ? I think it's at least worth a try.
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Thu, 2007-10-18 at 09:29 -0700, C Wells wrote:
The libraries that the ldd show below all exist on this 11.00 box, but the sylog-ng binary errors out with
/usr/lib/dld.sl: Unresolved symbol: memalign (code) from /usr/local/sbin/syslog-ng Abort(coredump)
It wouldn't make sense to get this to work on 11.00 if your environment is 11.11, but thanks for offering.
I see, memalign() is used by Glib and not present on HP-UX 11.00, it's a pity. -- Bazsi
participants (2)
-
Balazs Scheidler
-
C Wells