Hello,

From what I can see, it looks like you have inconsistent libraries loaded on 
your system.  The error message is claiming that "_nl_find_msg"  is defined 
in two different locations, both of which are in your system libraries.  
There also seem to be a number of undefined symbols, possibly because you are 
missing a development library -- possibly something related to the 
internalization code. 

You can try the following:

After running your ./configure, edit the file src/config.h and comment out the 
line #define HAVE_NLS 1

On Thursday 05 January 2006 23:46, George R. Kasica wrote:
> >On Thu, 5 Jan 2006 17:11:03 +0100, you wrote:
> >
> >Hello,
> >
> >Earlier today, I released Bacula version 1.38.3 to Source Forge.  You can
> > find the following packages:
> >
> >bacula section:
> >   bacula-1.38.3.tar.gz
> >   bacula-docs-1.38.3.tar.gz
> >   bacula-gui-1.38.3.tar.gz
>
> Found a slight bug in the make and make install part of the build here
> that results in the stored portion failing:
>
> ==>Entering directory /Linux/bacula-1.38.3/src/stored
> make[1]: Entering directory
> `/mnt/scsi-1/Linux/bacula-1.38.3/src/stored'
> /usr/bin/g++   -c     -I. -I..  -g -Wall  stored.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  ansi_label.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  autochanger.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  acquire.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  append.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  askdir.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  authenticate.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  block.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  butil.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  dev.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  device.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  dircmd.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  dvd.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  fd_cmds.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  job.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  label.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  match_bsr.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  mount.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  parse_bsr.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  pythonsd.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  read.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  read_record.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  record.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  reserve.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  spool.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  status.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  stored_conf.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  wait.c
> /usr/bin/g++  -O -L../lib -o bacula-sd stored.o ansi_label.o
> autochanger.o acquire.o append.o askdir.o authenticate.o block.o
> butil.o dev.o device.o dircmd.o dvd.o ebcdic.c fd_cmds.o job.o label.o
> match_bsr.o mount.o parse_bsr.o pythonsd.o read.o read_record.o
> record.o reserve.o spool.o status.o stored_conf.o wait.o -lz \
>   -lbac -lm   -lpthread  -lintl  \
>
> /usr/bin/g++   -c   -I. \
>  -I..   -g -Wall  bls.c
> /usr/bin/g++   -c     -I. -I..  -g -Wall  ebcdic.c
> /usr/bin/g++ -static -O -L../lib -L../findlib -o bls bls.o block.o
> butil.o device.o dev.o label.o match_bsr.o ansi_label.o dvd.o ebcdic.o
> autochanger.o acquire.o mount.o parse_bsr.o record.o read_record.o
> stored_conf.o spool.o wait.o  -lfind \
>  -lbac -lm -lpthread  -lintl
> /usr/local/lib/libc.a(dcigettext.o): In function `_nl_find_msg':
> /mnt/scsi-1/Linux/glibc-2.2.4/intl/dcigettext.c:662: multiple
> definition of `_nl_find_msg'
> /usr/local/lib/libintl.a(dcigettext.o):/mnt/scsi-1/Linux/gettext-0.10.40/in
>tl/dcigettext.c:690: first defined here
> /usr/local/i686-pc-linux-gnu/bin/ld: Warning: size of symbol
> `_nl_find_msg' changed from 1255 in
> /usr/local/lib/libintl.a(dcigettext.o) to 1186 in
> /usr/local/lib/libc.a(dcigettext.o)
> /usr/local/lib/libintl.a(loadmsgcat.o): In function
> `_nl_init_domain_conv':
> /mnt/scsi-1/Linux/gettext-0.10.40/intl/loadmsgcat.c:301: undefined
> reference to `libiconv_open'
> /usr/local/lib/libintl.a(loadmsgcat.o): In function
> `_nl_free_domain_conv':
> /mnt/scsi-1/Linux/gettext-0.10.40/intl/loadmsgcat.c:331: undefined
> reference to `libiconv_close'
> /usr/local/lib/libintl.a(dcigettext.o): In function `_nl_find_msg':
> /mnt/scsi-1/Linux/gettext-0.10.40/intl/dcigettext.c:872: undefined
> reference to `libiconv'
> collect2: ld returned 1 exit status
> make[1]: *** [bls] Error 1
> make[1]: Leaving directory
> `/mnt/scsi-1/Linux/bacula-1.38.3/src/stored'
>
>
>   ====== Error in /Linux/bacula-1.38.3/src/stored ======
>
>
> make[1]: Entering directory
> `/mnt/scsi-1/Linux/bacula-1.38.3/src/stored'
> /usr/bin/g++ -static -O -L../lib -L../findlib -o bls bls.o block.o
> butil.o device.o dev.o label.o match_bsr.o ansi_label.o dvd.o ebcdic.o
> autochanger.o acquire.o mount.o parse_bsr.o record.o read_record.o
> stored_conf.o spool.o wait.o  -lfind \
>  -lbac -lm -lpthread  -lintl
> /usr/local/lib/libc.a(dcigettext.o): In function `_nl_find_msg':
> /mnt/scsi-1/Linux/glibc-2.2.4/intl/dcigettext.c:662: multiple
> definition of `_nl_find_msg'
> /usr/local/lib/libintl.a(dcigettext.o):/mnt/scsi-1/Linux/gettext-0.10.40/in
>tl/dcigettext.c:690: first defined here
> /usr/local/i686-pc-linux-gnu/bin/ld: Warning: size of symbol
> `_nl_find_msg' changed from 1255 in
> /usr/local/lib/libintl.a(dcigettext.o) to 1186 in
> /usr/local/lib/libc.a(dcigettext.o)
> /usr/local/lib/libintl.a(loadmsgcat.o): In function
> `_nl_init_domain_conv':
> /mnt/scsi-1/Linux/gettext-0.10.40/intl/loadmsgcat.c:301: undefined
> reference to `libiconv_open'
> /usr/local/lib/libintl.a(loadmsgcat.o): In function
> `_nl_free_domain_conv':
> /mnt/scsi-1/Linux/gettext-0.10.40/intl/loadmsgcat.c:331: undefined
> reference to `libiconv_close'
> /usr/local/lib/libintl.a(dcigettext.o): In function `_nl_find_msg':
> /mnt/scsi-1/Linux/gettext-0.10.40/intl/dcigettext.c:872: undefined
> reference to `libiconv'
> collect2: ld returned 1 exit status
> make[1]: *** [bls] Error 1
> make[1]: Leaving directory
> `/mnt/scsi-1/Linux/bacula-1.38.3/src/stored'
> George, MR. Tibbs, Nazarene, Ginger/The Beast Kasica(8/1/88-3/19/01,
> 1/17/02-) Jackson, WI USA
> [EMAIL PROTECTED]
> http://www.netwrx1.com/georgek
> ICQ #12862186
>
> ("`-''-/").___..--''"`-._
> `6_ 6  )   `-.  (     ).`-.__.`)
> (_Y_.)'  ._   )  `._ `. ``-..-'
> _..`--'_..-_/  /--'_.' ,'
> (il),-''  (li),'  ((!.-'

-- 
Best regards,

Kern

  (">
  /\
  V_V


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to