Hi, Made a test build of the Testing branch. The problem is that upsmon and upsc is not respecting the revision change of libupsclient.so. It is now libupsclient.so.1, but i get this. /usr/sbin/upsmon: error while loading shared libraries: libupsclient.so.0: cannot open shared object file: No such file or directory and: upsc: error while loading shared libraries: libupsclient.so.0: cannot open shared object file: No such file or directory Can't seem to find the cause. So any master of the config scripts. Regards Kjell
On Thu, Feb 21, 2008 at 2:09 PM, Kjell Claesson <kjell.claesson at epost.tidanet.se> wrote:> Hi, > > Made a test build of the Testing branch. The problem is that upsmon > and upsc is not respecting the revision change of libupsclient.so. > > It is now libupsclient.so.1, but i get this. > > /usr/sbin/upsmon: error while loading shared libraries: libupsclient.so.0: > cannot open shared object file: No such file or directoryWhat parameters did you pass to configure, and did you run 'make install' afterwards? If so, you may also need to do ldconfig as root, or do a clean build. -- - Charles Lepple
Den Thursday 21 February 2008 20.30.51 skrev Charles Lepple:> On Thu, Feb 21, 2008 at 2:09 PM, Kjell Claesson >Sorry forgot. Also used parameter --without-hal Kjell