How bacula was build with and for eisfair-2 -- Client -- ------------------------------------------------------------------------------ $Id$ ------------------------------------------------------------------------------ export CFLAGS='-O2 -march=i486' export CXXFLAGS="${CFLAGS}" ./configure \ --sbindir=/usr/local/bacula/bin \ --sysconfdir=/etc \ --libdir=/usr/lib/bacula \ --with-scriptdir=/usr/local/bacula/scripts \ --with-working-dir=/data/bcclient \ --with-pid-dir=/var/run \ --with-subsys-dir=/var/lock/subsys \ --with-openssl \ --enable-largefile \ --enable-client-only \ --build=i486-pc-linux-gnu \ --host=i486-pc-linux-gnu Configure output: Configuration on Sun Dec 4 21:48:00 CET 2011: Host: i486-pc-linux-gnu -- unknown unknown Bacula version: Bacula 5.2.2 (26 November 2011) Source code location: . Install binaries: /usr/local/bacula/bin Install libraries: /usr/lib/bacula Install config files: /etc Scripts directory: /usr/local/bacula/scripts Archive directory: /tmp Working directory: /data/bcclient PID directory: /var/run Subsys directory: /var/lock/subsys Man directory: ${datarootdir}/man Data directory: /usr/share Plugin directory: /usr/lib/bacula C Compiler: gcc 4.2.4 C++ Compiler: /usr/bin/g++ 4.2.4 Compiler flags: -O2 -march=i486 -fno-strict-aliasing -fno-exceptions -fno-rtti Linker flags: Libraries: -lpthread -ldl Statically Linked Tools: no Statically Linked FD: no Statically Linked SD: no Statically Linked DIR: no Statically Linked CONS: no Database backends: None Database port: Database name: bacula Database user: bacula Job Output Email: root@localhost Traceback Email: root@localhost SMTP Host Address: localhost Director Port: 9101 File daemon Port: 9102 Storage daemon Port: 9103 Director User: Director Group: Storage Daemon User: Storage DaemonGroup: File Daemon User: File Daemon Group: Large file support: yes Bacula conio support: no readline support: no TCP Wrappers support: no TLS support: no Encryption support: no ZLIB support: no LZO support: no enable-smartalloc: yes enable-lockmgr: no bat support: no enable-gnome: no enable-bwx-console: no enable-tray-monitor: no client-only: yes build-dird: yes build-stored: yes Plugin support: yes ACL support: no XATTR support: yes Python support: no systemd support: no Batch insert enabled: None make make DESTDIR=/tmp/bcclient install strip -R .note -R .comment /tmp/bcclient/usr/local/bacula/bin/* rm -fR /tmp/bcclient/usr/share rm -f /tmp/bcclient/usr/local/bacula/scripts/*mysql PostBuildSteps: - Moved example configurations from etc/ to etc/default.d/ - Removed init script from wrong locations