preachermanx
August 20th, 2007, 11:06 AM
Hello all, thanks in advance for any assistance you could provide.
I am attempting to compile from sources amanda_enterprise 2.6 on a FreeBSD 3.2-STABLE build. I have amanda 2.5.2 working fine on this box but would like very much to use the Zmanda web front end. I have purchased a full licenses from Zmanda only to be told that FreeBSD is not supported. Which I find difficult as it would have been nice if this was stated BEFORE I shelled out the 100$. But "Other UNIX's" could mean anything and Amanda has always been supported on BSD since day one.
Anyhow sorry for the struggle now on to the outputs.
./configure completes cleanly.
gmake runs happily for quite a bit.. and then...
/usr/local/bin/bash ../libtool --mode=link --tag=CC gcc -Wall -Werror -Wextra -Wparentheses -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wformat -Wsign-compare -Wfloat-equal -Wold-style-definition -Wno-unknown-pragmas -D_GNU_SOURCE -o genversion genversion.o versuff.lo -lm -lreadline -ltermcap
gcc -Wall -Werror -Wextra -Wparentheses -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wformat -Wsign-compare -Wfloat-equal -Wold-style-definition -Wno-unknown-pragmas -D_GNU_SOURCE -o genversion genversion.o .libs/versuff.o -lm -lreadline -ltermcap
genversion.o(.text+0x10b): In function `prvar':
: undefined reference to `libintl_dgettext'
genversion.o(.text+0x1d6): In function `prundefvar':
: undefined reference to `libintl_dgettext'
genversion.o(.text+0x2c9): In function `prnum':
: undefined reference to `libintl_dgettext'
genversion.o(.text+0x344): In function `main':
: undefined reference to `libintl_textdomain'
genversion.o(.text+0x353): In function `main':
: undefined reference to `libintl_dgettext'
genversion.o(.text+0x3d0): In function `main':
: undefined reference to `libintl_dgettext'
gmake[1]: *** [genversion] Error 1
gmake[1]: Leaving directory `/root/tmp/amanda_enterprise-2.6.1/common-src'
gmake: *** [all-recursive] Error 1
I am assuming this is something to do with localization is there a way around this? I have tried a few things but right now I am hitting a birck wall. Part of me is considering running the Linux binary set under Linux Binary Emulation ala FreeBSD/Compat but that is a last resort as I prefer natively compiled packages.
Thanks again for any assistance one could offer with this.
I am attempting to compile from sources amanda_enterprise 2.6 on a FreeBSD 3.2-STABLE build. I have amanda 2.5.2 working fine on this box but would like very much to use the Zmanda web front end. I have purchased a full licenses from Zmanda only to be told that FreeBSD is not supported. Which I find difficult as it would have been nice if this was stated BEFORE I shelled out the 100$. But "Other UNIX's" could mean anything and Amanda has always been supported on BSD since day one.
Anyhow sorry for the struggle now on to the outputs.
./configure completes cleanly.
gmake runs happily for quite a bit.. and then...
/usr/local/bin/bash ../libtool --mode=link --tag=CC gcc -Wall -Werror -Wextra -Wparentheses -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wformat -Wsign-compare -Wfloat-equal -Wold-style-definition -Wno-unknown-pragmas -D_GNU_SOURCE -o genversion genversion.o versuff.lo -lm -lreadline -ltermcap
gcc -Wall -Werror -Wextra -Wparentheses -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wformat -Wsign-compare -Wfloat-equal -Wold-style-definition -Wno-unknown-pragmas -D_GNU_SOURCE -o genversion genversion.o .libs/versuff.o -lm -lreadline -ltermcap
genversion.o(.text+0x10b): In function `prvar':
: undefined reference to `libintl_dgettext'
genversion.o(.text+0x1d6): In function `prundefvar':
: undefined reference to `libintl_dgettext'
genversion.o(.text+0x2c9): In function `prnum':
: undefined reference to `libintl_dgettext'
genversion.o(.text+0x344): In function `main':
: undefined reference to `libintl_textdomain'
genversion.o(.text+0x353): In function `main':
: undefined reference to `libintl_dgettext'
genversion.o(.text+0x3d0): In function `main':
: undefined reference to `libintl_dgettext'
gmake[1]: *** [genversion] Error 1
gmake[1]: Leaving directory `/root/tmp/amanda_enterprise-2.6.1/common-src'
gmake: *** [all-recursive] Error 1
I am assuming this is something to do with localization is there a way around this? I have tried a few things but right now I am hitting a birck wall. Part of me is considering running the Linux binary set under Linux Binary Emulation ala FreeBSD/Compat but that is a last resort as I prefer natively compiled packages.
Thanks again for any assistance one could offer with this.