Hello Guys I'm trying to compile Bareos from source but I can't enable JANSSON. I'm doing something wrong?
################### ./configure \ --enable-smartalloc \ --with-mysql \ --with-db-user=bareos \ --with-db-password=bareos \ --with-db-port=3306 \ --with-readline=/usr/include/readline \ --sysconfdir=/etc/bareos \ --sbindir=/sbin \ --with-scriptdir=/etc/bareos/scripts \ --with-plugindir=/etc/bareos/plugins \ --with-pid-dir=/etc/bareos/working \ --with-subsys-dir=/etc/bareos/working \ --with-working-dir=/etc/bareos/working \ --with-systemd \ --with-jansson \ --disable-conio \ --with-logdir=/var/log/bareos \ --disable-nls ################### root@debian:/usr/src/bareos# dpkg-query -l | grep jansson ii libjansson-dbg:amd64 2.7-1 amd64 C library for encoding, decoding and manipulating JSON data (debug) ii libjansson-dev:amd64 2.7-1 amd64 C library for encoding, decoding and manipulating JSON data (dev) ii libjansson4:amd64 2.7-1 amd64 C library for encoding, decoding and manipulating JSON data root@debian:/usr/src/bareos# Best Regards Wanderlei -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
