Re: [Bacula-users] ld: warning: symbol `plugin_list' has differing sizes:

2011-10-04 Thread Ren Sato
ok - will look into posting this as a bug. just of note compiling under GCC I receive no such warnings. -- All the data continuously generated in your IT infrastructure contains

[Bacula-users] readline.h not found

2011-10-04 Thread Ren Sato
Hi, I am compiling bacula under solaris 10 and hoping to add readline support with the following. #!/bin/sh CC="/usr/sfw/bin/gcc" CXX=/usr/sfw/bin/g++ MAKE=/usr/sfw/bin/gmake CFLAGS="-I/opt/pbd/openssl/include/openssl -I/opt/pbd/mysql/include -I/opt/pbd/readline/include/readline" LDFLAGS="-L/o

Re: [Bacula-users] ld: warning: symbol `plugin_list' has differing sizes:

2011-09-20 Thread Ren Sato
] ld: warning: symbol `plugin_list' has differing sizes: > Date: Sun, 4 Sep 2011 22:52:40 +1000 > From: g...@mcleod-schmidt.id.au > To: bacula-users@lists.sourceforge.net > Subject: Re: [Bacula-users] ld: warning: symbol `plugin_list' has differing > sizes: >

Re: [Bacula-users] ld: warning: symbol `plugin_list' has differing sizes:

2011-09-04 Thread Ren Sato
> Date: Sun, 4 Sep 2011 22:52:40 +1000 > From: g...@mcleod-schmidt.id.au > To: bacula-users@lists.sourceforge.net > Subject: Re: [Bacula-users] ld: warning: symbol `plugin_list' has differing > sizes: > > On 4/09/2011 9:31 PM, Ren Sato wrote: > [SNIP] Hi Gary,

[Bacula-users] ld: warning: symbol `plugin_list' has differing sizes:

2011-09-04 Thread Ren Sato
export PATH CC CFLAGS CXX CXXFLAGS LDFLAGS LIBS ./configure --prefix=/opt/local/bacula \ --with-mysql=/opt/local/mysql \ --with-openssl=/opt/local Further, would anyone car