Dirk Bartley wrote:
You may be a little more litteral than I had hoped. search the file for
baccfg
I run make install > make.output 2>&1 and get a line in make.output like
/home/dbartley/src/bacula/libtool --silent --tag=CXX --finish
--mode=install /usr/bin/install -c -m 0754 libbaccfg.la /usr
You may be a little more litteral than I had hoped. search the file for
baccfg
I run make install > make.output 2>&1 and get a line in make.output like
/home/dbartley/src/bacula/libtool --silent --tag=CXX --finish
--mode=install /usr/bin/install -c -m 0754 libbaccfg.la /usr/lib
which show libb
Dirk H Bartley wrote:
Try re-running make install and redirect to a file like so:
make install > make.output 2>&1
Then check the make.output file for where the library is installing. My
first guess is that it is installing in somewhere like /opt...
or /usr/local/lib that is not in /etc/ld.so.c
Try re-running make install and redirect to a file like so:
make install > make.output 2>&1
Then check the make.output file for where the library is installing. My
first guess is that it is installing in somewhere like /opt...
or /usr/local/lib that is not in /etc/ld.so.conf
Dirk
On Wed, 2009
Dirk Bartley wrote:
Did you run ldconfig after installing. Is the path that the
libbaccfg.so.1 in the /etc/ld.so.conf file?? Use "ldconfig -p | less"
to determine if the linux loader knows of it's existence
Dirk
I didn't run until now but checking the file /etc/ld.so.conf I didn't
see any
Did you run ldconfig after installing. Is the path that the
libbaccfg.so.1 in the /etc/ld.so.conf file?? Use "ldconfig -p | less"
to determine if the linux loader knows of it's existence
Dirk
On Wed, 2009-07-01 at 15:35 -0400, Reynier Perez Mira wrote:
> Hi every:
> I follow the steps to config
Hi every:
I follow the steps to configure and make BAT. The directory where I
compile was located in /tmp/bacula-3.0.1 and I delete after compile.
When I try to run BAT from command line using this command:
bat -d99 -c /etc/bacula/bat.conf
I get this error:
/usr/sbin/.libs/lt-bat: error whil