Category: Linux

Building Bareos RPMs on Ubuntu 16.04

Following on from my previous post on how to build Bareos (Backup Archiving Recovery Open Sourced) RPM packages on CentOS 6 & 7 (https://www.spheron1.uk/2018/03/14/building-bareos-rpms-on-centos-6-7/), the following instructions will show you how to build .deb versions of the packages on Ubuntu 16.04. Again, these instructions are based on Bareos version 17.2.5, so would need to be adjusted appropriately for other versions...

Building httpd 2.4.6

When trying to build an RPM from the Apache source tarball, rpmbuild bails with: RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/httpd/modules/mod_proxy_wstunnel.so The problem is that the mod_proxy_wstunnel.so file has been omitted from the httpd.spec file used to build the RPM. Extract the tarball, open up httpd.spec in your favourite text editor and scroll down until you find a...