This is a discussion on Re: rlm_perl and perl modules within the FreeRADIUS Users forums, part of the Networking and Network Related category; Dnia 21-04-2005, czw o godzinie 10:57 +0300, Boian Jordanov napisa=B3(a): > Ok you can see ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Dnia 21-04-2005, czw o godzinie 10:57 +0300, Boian Jordanov napisa=B3(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 >=20 # ldd /usr/lib/perl5/auto/DBI/DBI.so=20 libc.so.6 =3D> /lib/tls/i686/cmov/libc.so.6 (0xb7e8f000) /lib/ld-linux.so.2 =3D> /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=20 # ldd /usr/local/lib/perl/5.8.4/auto/DBI/DBI.so libc.so.6 =3D> /lib/tls/i686/cmov/libc.so.6 (0xb7e8f000) /lib/ld-linux.so.2 =3D> /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...?? --=20 Emil Wilmanski <emilus@galeria-m.art.pl> Galeria-M - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |