
Hi Ingmar, Thanks for trying MonetDB. On 29-05-2007 19:32:57 +0200, Ingmar Weber wrote:
Hey,
When I try to install monetdb (either using the monetdb-install.sh script or the configure/make/make install mechanism in each directory) I get the following error for the MonetDB4-XQuery module:
----- this error occurs at the beginning of the 'make', caused by automake ---- Can't load '/amd64/usr/lib/perl/5.8/auto/Data/Dumper/Dumper.so' for module Data::Dumper: /amd64/usr/lib/perl/5.8/auto/Data/Dumper/Dumper.so: cannot open shared object file: No such file or directory at /amd64/usr/lib/perl/5.8/XSLoader.pm line 68. at /amd64/usr/lib/perl/5.8/Data/Dumper.pm line 27 Compilation failed in require at /usr/share/autoconf/Autom4te/C4che.pm line 35. BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/C4che.pm line 35. Compilation failed in require at /usr/bin/autom4te line 39. BEGIN failed--compilation aborted at /usr/bin/autom4te line 39. ----------------
Note that the /amd64/usr/lib/perl/5.8/* files all exist in the places named above! Still, it generates the "No such file or directory".
This looks very much like a problem with perl on your machine. Apparently Debian installs 64-bits stuff in /amd64, and 32-bits stuff in /. Are you really sure /amd64/usr/lib/perl/5.8/auto/Data/Dumper/Dumper.so exists? What does `file /amd64/usr/lib/perl/5.8/auto/Data/Dumper/Dumper.so` say? Apart from this issue, it appears strange to me that autoconf/automake are being used.