i would appreciate any help i can get, this is driving me up the wall. (i have some experience with linux, but im far from an expert).
i'm trying to build bacula from source for use on a (nonstandard) debian server. we decided on using sqlite rather than mysql because we dont need another daemon chowing down on our cpu cycles, and backups will only run mabye once a day.
so I download the src for sqlite3, ./configure it (with default options), make, make install, no problems so far. i then configure bacula as follows:
CFLAGS="-g -Wall" ./configure --sbindir=/home/bacula/bin --sysconfdir=/home/bacula/bin --wit
h-pid-dir=/home/bacula/bin/working --with-subsys-dir=/home/bacula/bin/working --enable-smartalloc --enable-static-tools --ena
ble-static-fd --enable-static-sd --enable-static-dir --enable-static-cons --with-sqlite3=/usr/local --with-working-dir=/home
/bacula/bin/working
no problems, so i mak e, make install, and eevrything's going good. i use the "make_sqlite3_tables" script to create the database, and then run "./bacula start", and i get this:
Starting the Bacula Storage daemon
Starting the Bacula File daemon
Starting the Bacula Director daemon
/home/bacula/bin/bacula-dir: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
so, i'm confused, because in /usr/local/lib, i'm staring at this:
-rw-r--r-- 1 root root 1854816 Jan 4 2006 libsqlite3.a
-rwxr-xr-x 1 root root 825 Jan 4 2006 libsqlite3.la
lrwxrwxrwx 1 root root 19 Jan 4 2006 libsqlite3.so -> libsqlite3.so.0.8.6
lrwxrwxrwx 1 root root 19 Jan 4 2006 libsqlite3.so.0 -> libsqlite3.so.0.8.6
-rwxr-xr-x  ; 1 root root 1140981 Jan 4 2006 libsqlite3.so.0.8.6
am i just missing something blatantly obvious? (i'm su'd to root right now, btw)
i'm trying to build bacula from source for use on a (nonstandard) debian server. we decided on using sqlite rather than mysql because we dont need another daemon chowing down on our cpu cycles, and backups will only run mabye once a day.
so I download the src for sqlite3, ./configure it (with default options), make, make install, no problems so far. i then configure bacula as follows:
CFLAGS="-g -Wall" ./configure --sbindir=/home/bacula/bin --sysconfdir=/home/bacula/bin --wit
h-pid-dir=/home/bacula/bin/working --with-subsys-dir=/home/bacula/bin/working --enable-smartalloc --enable-static-tools --ena
ble-static-fd --enable-static-sd --enable-static-dir --enable-static-cons --with-sqlite3=/usr/local --with-working-dir=/home
/bacula/bin/working
no problems, so i mak e, make install, and eevrything's going good. i use the "make_sqlite3_tables" script to create the database, and then run "./bacula start", and i get this:
Starting the Bacula Storage daemon
Starting the Bacula File daemon
Starting the Bacula Director daemon
/home/bacula/bin/bacula-dir: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory
so, i'm confused, because in /usr/local/lib, i'm staring at this:
-rw-r--r-- 1 root root 1854816 Jan 4 2006 libsqlite3.a
-rwxr-xr-x 1 root root 825 Jan 4 2006 libsqlite3.la
lrwxrwxrwx 1 root root 19 Jan 4 2006 libsqlite3.so -> libsqlite3.so.0.8.6
lrwxrwxrwx 1 root root 19 Jan 4 2006 libsqlite3.so.0 -> libsqlite3.so.0.8.6
-rwxr-xr-x  ; 1 root root 1140981 Jan 4 2006 libsqlite3.so.0.8.6
am i just missing something blatantly obvious? (i'm su'd to root right now, btw)
Yahoo! Photos
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.