[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: About the Hamm Freeze (!)



G John Lapeyre <lapeyre@newton.physics.arizona.edu> wrote:
> 	My last message couldn't have been more wrong ! Maybe there is a
> difference between the perl interface to gdbm and some core perl function
> that relies on it ?

I guess I'm forced to agree:

# cd /usr/lib
# ls *gdbm*
libgdbm.a   libgdbm.so.1            libgdbm.so.1.7.3
libgdbm.so    libgdbm.so.1.7    libgdbm.so.2
# mkdir tmp
# mv *gdbm* tmp/
# perl -e 'print "hi\n"'
perl: error in loading shared libraries
libgdbm.so.1: cannot open shared object file: No such file or directory
# mv tmp/* .
# perl -e 'print "hi\n"'
hi
# strace -o /tmp/perltrace perl -e 'print "hi\n"'
hi
# grep gdbm /tmp/perltrace
open("/usr/lib/libgdbm.so.1", O_RDONLY) = 5
#

I don't know how I missed this before.

-- 
Raul


--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: