I am building from source. Reid, Thomas, please correct me. apt-get source amanda-common
Do not get glib like this (it gives glib2.32) because amanda needs an older version: NOT apt-get install libglib2.0-dev Here is what I used: wget http://ftp.gnu.org/gnu/gettext/gettext-0.18.1.1.tar.gz wget http://ftp.gnome.org/pub/gnome/sources/glib/2.18/glib-2.18.4.tar.gz Build the packages in order: gettext then glib then amanda. Between builds say ldconfig For the Amanda build I said: ./configure --with-user=backup The default make install puts everything under /usr/local, and I like that because it does not overwrite the standard Amanda build products. However you need the file /etc/ld.so.conf.d/amanda.conf Containing /usr/local/lib/amanda And say ldconfig The builds succeed but I have not yet tested. ====== -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/932064 Title: amtape crash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/amanda/+bug/932064/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
