[JDEV] Jabber on HPUX
David Le Corfec
david.le-corfec at idealx.com
Thu Dec 7 05:02:30 CST 2000
> Julian Fitzell wrote:
> I have tried both version 1.2 and 1.0 but no matter what I try I always get an error about
> dlopen(), RTLD_LAZY, or some other constant, function, or filename which always seems to lead back
> to DLD. I tried installing the Gnu version of DLD but it says it hasn't been ported for HP-UX and
> won't compile either.
Yes, historically on HP-UX there is shl_load() to load modules,
and not dlopen(). So either there's a dlopen-compatible API
available for HP-UX, or the Jabber code must be modified
(for example, see GLib's HP-UX support in gmodule/gmodule-dld.c)
--
David Le Corfec
More information about the JDev
mailing list