I’m only used the sd on raspbian but this is your dynamic linker. Try running ldconfig if that doesn’t work check around online for the variable LD_LIBRARY_PATH
Though normally in standard paths it should figure it out. You can also use ldd exename to see what dynamic libraries are needed and which ones are being picked up. Which is influenced by the above commands and variables. Sent from my iPhone Brock Palen 989-277-6075 > On Mar 30, 2019, at 9:31 AM, Rafael Castellar das Neves > <[email protected]> wrote: > > Hi all! > > I could build .debs files from Bareos 18.2.6 source code following the steps > described here: > https://docs.bareos.org/developers/generaldevel.html#option-one-local-creation-of-debian-packages-from-the-cloned-sourcecode > > Everything is installed, the services are running and then I put my > configuration in Bareos. When I try to execute bconsole, or bareos-dir, or > bareos-fd I get this error message: > > "bconsole: error while loading shared libraries: libbareos.so.18: cannot open > shared object file: No such file or directory" > > I found libbareos.so.18 in /usr/lib/bareos/libbareos.so.18 > > > Could you help me? > > Tks > > -- > You received this message because you are subscribed to the Google Groups > "bareos-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
