[Bacula-users] failing to build a statically linked bacula-fd (3.0.1)

2009-06-15 Thread Gerald Leier
Hello, I am having problems compiling a statically linked bacula-fd suitable for putting on a rescue/recovery installation. cd bacula-3.0.1 make clean ./configure --prefix=/usr/bacula \ --sbindir=/usr/bacula/bin \ --sysconfdir=/usr/bacula/bin \

Re: [Bacula-users] failing to build a statically linked bacula-fd (3.0.1)

2009-06-15 Thread Gerald Leier
hello, i just tried with some extended options (disabled openssl, set global static flag) ./configure --prefix=/usr/bacula \ --sbindir=/usr/bacula/bin \ --sysconfdir=/usr/bacula/bin \ --with-scriptdir=/usr/bacula/bin \ --enable-smartalloc \

Re: [Bacula-users] failing to build a statically linked bacula-fd (3.0.1)

2009-06-15 Thread Thomas
hi, my first try was: ./configure --enable-static-fd --enable-client-only configure-output Statically Linked FD:yes make . Linking bacula-fd ... /home/thomas/bacula-3.0.1/libtool --silent --tag=CXX --mode=link /usr/lib/ccache/g++ -L../lib -L../findlib .. and the result was a

Re: [Bacula-users] failing to build a statically linked bacula-fd (3.0.1)

2009-06-15 Thread Gerald Leier
hi, On Mon, 2009-06-15 at 14:52 +0200, Thomas wrote: hi, my first try was: ./configure --enable-static-fd --enable-client-only configure-output Statically Linked FD:yes make . Linking bacula-fd ... /home/thomas/bacula-3.0.1/libtool --silent --tag=CXX --mode=link

Re: [Bacula-users] failing to build a statically linked bacula-fd (3.0.1)

2009-06-15 Thread Graham Keeling
Hello, My colleague went through this trouble a while back and filed a bug report. Here is the relevant line from my spec file: # Build the static-bacula-fd for clients to download. See bacula bug 1257. PIDOF=/sbin/pidof ./configure --mandir=/usr/man \ --with-sbin-perm=755 --with-openssl

Re: [Bacula-users] failing to build a statically linked bacula-fd(3.0.1)

2009-06-15 Thread Arno Lehmann
Hi, --- Originalnachricht --- Von: Gerald Leier gerald.le...@lixto.com An: Thomas tho...@ic3s.de Gesendet: 15.6.09, 15.31 Betreff: Re: [Bacula-users] failing to build a statically linked bacula-fd(3.0.1) hi, On Mon, 2009-06-15 at 14:52 +0200, Thomas wrote: hi, my first

Re: [Bacula-users] failing to build a statically linked bacula-fd(3.0.1)

2009-06-15 Thread Gerald Leier
hello, On Mon, 2009-06-15 at 16:37 +0200, Arno Lehmann wrote: Hi, --- Originalnachricht --- Von: Gerald Leier gerald.le...@lixto.com An: Thomas tho...@ic3s.de Gesendet: 15.6.09, 15.31 Betreff: Re: [Bacula-users] failing to build a statically linked bacula-fd(3.0.1) hi