> Check output of perl -V, see if it does include "useshrplib=true"? and
> "libperl=libperl.so". 

$perl -V | grep -i useshrplib
    config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN
-Dcccdlflags=-fPIC -Darchname=i386-linux -Dprefix=/usr
-Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8
-Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5
-Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local
-Dsitelib=/usr/local/share/perl/5.8.4
-Dsitearch=/usr/local/lib/perl/5.8.4 -Dman1dir=/usr/share/man/man1
-Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1
-Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl
-Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm
-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

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
> 

Hmmm. how to test it??

--
EW


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

Reply via email to