...
Just my blog

Blog about everything, mostly about tech stuff I made. Here is the list of stuff I'm using at my blog. Feel free to ask me about implementations.

Soft I recommend
Py lib I recommend

I'm using these libraries so you can ask me about them.

Install Bacula on debian systems

Failed to load the database DBI driver SQLite at ./bacula-backup-lib.pl line 45 Based on:

The main problem was:

Failed to load the database DBI driver SQLite at ./bacula-backup-lib.pl line 45

this ultra fast fix can help:

apt-get install libdbd-sqlite3-perl

You can install any needed module based on SQL you use: MySQL, PostrgeSQL etc.