Dnia 21-04-2005, czw o godzinie 10:57 +0300, Boian Jordanov napisał(a):
> Ok you can see that your perl come with libperl.so.5.8.4 and i guess
> that DBI.so is linked against this libperl.so.5.8.4
> 

# ldd /usr/lib/perl5/auto/DBI/DBI.so 
                libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e8f000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

If I use right command to test if DBI is linked with libperl so it is
not... I have install DBI 1.48 from src and 

# ldd /usr/local/lib/perl/5.8.4/auto/DBI/DBI.so
                libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e8f000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Is the same.

> from your next mail i see that rlm_perl is linked against
> libperl.so.5.8 So infact you are using different libs and that's why you
> have a rellocation problems. Maybe you have more that one perl on your
> system ?

Hmmm... I din't install perl from src... it is instaled only from
package so it is only one.  (I hope :) )
libperl.so.5.8.4 and libperl.so.5.8 are symlinks to libperl.so
so is the same libperl for 5.8 and 5.8.4


Maybe there are problem with paths to libs? Freeradius use standard
paths nut Debian use it's own diffrent paths...??


-- 
Emil Wilmanski <[EMAIL PROTECTED]>
Galeria-M


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to