How bacula was build with and for eisfair-2 -- Server, Client & Director -- ------------------------------------------------------------------------------ $Id$ ------------------------------------------------------------------------------ Zusätzliche Libs: - libmysql 5.1.58 - Header f. libmysql mkdir /usr/lib/mysql cd /usr/lib/mysql ln -s ../libmysqlclient_r.so.15 libmysqlclient_r.so export CFLAGS='-O2 -march=i486' export CXXFLAGS="${CFLAGS}" ./configure \ --with-mysql \ --sbindir=/usr/local/bacula/bin \ --sysconfdir=/etc \ --libdir=/usr/lib/bacula \ --with-scriptdir=/usr/local/bacula/scripts \ --with-working-dir=/data/bcsrv \ --with-pid-dir=/var/run \ --with-subsys-dir=/var/lock/subsys \ --with-openssl \ --enable-largefile \ --build=i486-pc-linux-gnu \ --host=i486-pc-linux-gnu Configure output: Configuration on Mon Dec 5 22:01:14 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/bcsrv 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: MySQL 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: no build-dird: yes build-stored: yes Plugin support: yes ACL support: no XATTR support: yes Python support: no systemd support: no Batch insert enabled: MySQL make make DESTDIR=/tmp/bcsrv install strip -R .note -R .comment /tmp/bcsrv/usr/local/bacula/bin/* rm -fR /tmp/bcsrv/usr/share PostBuildSteps: - Moved example configurations from etc/ to etc/default.d/ - Removed init script from wrong locations