On Thu, Apr 21, 2005 at 01:14:15AM +0200, Emil Wilmanski wrote:
> > Check output of perl -V, see if it does include "useshrplib=true"? and
> > "libperl=libperl.so". 
> 
> $perl -V | grep -i useshrplib
> -Duseshrplib -Dlibperl=libperl.so.5.8.4 -Dd_dosuid -des'
>     libc=/lib/libc-2.3.2.so, so=so, useshrplib=true,
> libperl=libperl.so.5.8.4
>  
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

> All ok.
> 
> > Check output of "perl -MExtUtils::Embed -e ccopts
> > -e ldopts" 
> 
>  $perl -MExtUtils::Embed -e ccopts -e ldopts
> -Wl,-E  -L/usr/local/lib /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a
> -L/usr/lib/perl/5.8/CORE -lperl -ldl -lm -lpthread -lc -lcrypt
>  -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN
> -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64  -I/usr/lib/perl/5.8/CORE 
> 
> 
> [EMAIL PROTECTED]:/usr/lib$ ls -l | grep libperl
> -rw-r--r--   1 root root  1400854 2005-03-08 11:15 libperl.a
> lrwxrwxrwx   1 root root       14 2005-04-16 16:28 libperl.so ->
> libperl.so.5.8
> lrwxrwxrwx   1 root root       16 2005-04-16 16:28 libperl.so.5.8 ->
> libperl.so.5.8.4
> -rw-r--r--   1 root root  1150824 2005-03-08 11:15 libperl.so.5.8.4
> 
> > Check against which libperl is linked rlm_perl
> > 

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 ?

-- 
Best Regards,
Boian Jordanov
SNE
Orbitel - Next Generation Telecom
tel. +359 2 4004 723 
tel. +359 2 4004 002

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

Reply via email to