Pete Geenhuizen wrote:
Stas,
Thanks for the reply, unfortunately no such luck with this version I'm
afraid but a little progress non the less.

My version of libgtop 2.6.0 doesn't have xmalloc.h, I changed that to
malloc.h which got me passed that, and now the Server compiles, and now I
get the attached errs errors.  There's an xmalloc.h error here as well.

Yeah, I had the same issue. I simply copied xmalloc.h (w/ some adjustments) from the glibtop source. But it's not enough since the .so lib is compiled w/o xmalloc.[ch] symbols, so it won't work anyway.


In any case this is a problem w/ bleed edge systems, the stable version works fine. So meanwhile try installing the older libs.

I've emailed Frederic Crozat, the mandrake packager, asking why that interface was dropped. I've CC'ed him to this email. It looks like at least on mandrake a whole bunch of shared libraries is gone:

The older has:

/tmp/libgtop-2.0.6/lib/.libs> ldd /usr/lib/libgtop-2.0.so.0.0.8
linux-gate.so.1 => (0xffffe000)
libgtop_common-2.0.so.0 => /usr/lib/libgtop_common-2.0.so.0 (0x4001e000)
libgtop_sysdeps-2.0.so.0 => /usr/lib/libgtop_sysdeps-2.0.so.0 (0x40023000)
libc.so.6 => /lib/tls/libc.so.6 (0x4002d000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x40175000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)


The bleed version has too few libs:

/tmp/libgtop-2.0.6/lib/.libs> ldd /usr/lib/libgtop-2.0.so.2.1.0
        linux-gate.so.1 =>  (0xffffe000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x40027000)
        libc.so.6 => /lib/tls/libc.so.6 (0x40093000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

But if I build 2.0.6 by myself from tar.gz source, I get the same libs as the older version. So I hope Frederic can help us here.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to