On Mon, Jul 5, 2010 at 7:55 AM, OLOPS Daniel (MM) <[email protected]> wrote: > I'm setting a battle here trying to compile Amanda on AIX. Yes, I know this > is rather difficult due to dependency problems, but I'm confident :)
It's been done before, if that helps. Sadly, the AIX section of http://wiki.zmanda.com/index.php/Platform_Experts is empty. If you do figure this out, please consider adding your name there so that the next guy can find you? > The configuration step goes OK, but the make process stumbles upon an > undefined symbol ".full_write". I tried to put /usr/linux/bin and > /opt/freeware/bin in front of PATH, to use 'gmake' instead of 'make', to > remove unrecognized flags from the Makefiles, to use '--without-server > --without-restore' flags, among other voodoos. Nothing. I saw there's > something about that full_write function in gnulib/, but couldn't figure out > how to put things together. That's just about all the advice I'd have for you. Wherever this undefined symbol is coming from, make sure that it is (directly or indirectly) linking with libgnulib. Dustin -- Open Source Storage Engineer http://www.zmanda.com
