[Bacula-users] How to compile bacula with LZO

2015-05-18 Thread ladolf
Thank you both for the answer and sorry for late response. I successfuly compiled bacula with LZO support. The conclusion is: To compile bacula with LZO support install LZO development libraries (liblzo2-dev on Ubuntu) and compile bacula as usual, which means wihout --with-lzo (this parameter

Re: [Bacula-users] How to compile bacula with LZO

2015-05-12 Thread Kern Sibbald
Below is the script that I use to "configure" the Bacula build. It automatically includes lzo if it is installed on your system: = begin script #!/bin/sh # This is Kern's configure script for Bacula PREFIX=/opt/bacula CFLAGS="-g -O2 -Wall" \ ./configure \ --sbindir=${PREFIX}/bin \ --

Re: [Bacula-users] How to compile bacula with LZO

2015-05-11 Thread Francisco Javier Funes Nieto
Do you have the liblzo2-dev library installed? J. 2015-05-11 13:20 GMT+02:00 ladolf : > I would like to compile bacula 7.0.5 with LZO compression support on > Ubuntu Server 14.04.2 LTS, but I am unable to do so. > > I have successfully compiled LZO 2.0.9 ( > http://www.oberhumer.com/opensource/l

[Bacula-users] How to compile bacula with LZO

2015-05-11 Thread ladolf
I would like to compile bacula 7.0.5 with LZO compression support on Ubuntu Server 14.04.2 LTS, but I am unable to do so. I have successfully compiled LZO 2.0.9 (http://www.oberhumer.com/opensource/lzo/download/lzo-2.09.tar.gz) using: ./configure --prefix=/usr/local (I have tried with and witho