On Wed, Mar 02, 2005 at 07:22:19PM +0100, Frank Küster wrote: >reassign 297257 libperl5.8 >retitle 297257 libperl5.8: Does not install libperl.so.5.8 on amd64 >thanks
For various reasons, libperl5.8 does not install libperl.so.5.8 on any arch outside of i386. Every other /usr/bin/perl is dynamically linked to the library, which is included in the perl-base package. >,---- >| dpkg-buildpackage: host architecture is amd64 >| debian/rules clean >| eperl -P -o debian/rules debian/rules.in >| eperl: error while loading shared libraries: libperl.so: cannot open shared >object file: No such file or directory >| make: *** [debian/rules] Error 127 Why is eperl dynamically linking to libperl.so (rather than the libperl.so.5.8 soname)? What do you get from the following? ldd /usr/bin/eperl | fgrep libperl objdump -p /usr/lib/libperl.so | fgrep SONAME --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]