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