Bacula 7.x SUSE / SLES 11 Server Installation

1. Solve Deps: zypper install postgresql91-server postgresql91-devel readline-devel mtx mt_st gcc gcc-c++ make zlib-devel 2. Start Postgres: /etc/init.d/postgresql start 3. Edit pg_hba.conf to allow local connections (e.g: change from ident to trust): vi /var/lib/pgsql/data/pg_hba.conf…

Continuar lendo Bacula 7.x SUSE / SLES 11 Server Installation