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 libbaccfg being intalled in /usr/lib/ then # ls /usr/lib | grep baccfg libbaccfg.la libbaccfg.so libbaccfg.so.1 libbaccfg.so.1.0.0 The question I'm attempting toward is where is libbaccfg being installed and what is the contents of /etc/ld.so.conf Then with the directory that libbaccfg.so exists in the /etc/ld.so.conf run ldconfig ldconfig -p | less to confirm. Dirk On Wed, 2009-07-01 at 18:30 -0400, 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.conf > > Dirk > > > On Wed, 2009-07-01 at 18:03 -0400, Reynier Perez Mira wrote: > > 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 file called libbaccfg.so.1. I run also the command: locate > > libbaccfg.so.1 and nothing appears. I miss something? When I run again > > the same bat command I get the same error > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Bacula-users mailing list > > Bacula-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/bacula-users > > > ------------------------------------------------------------------------------ > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users ------------------------------------------------------------------------------ _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users