1
Installation issues / Re: After loading the installer.deb, the icon appears, i put in my password and noth
« on: April 25, 2007, 03:30:41 am »
ok so, liboobs-1.so.2 is not found on my system. so i built a symbolic link to liboobs-1.so.3 in the lib directory to point to liboobs-1.so.2, this solved my issue. if you are having this issue. you could either, install liboobs-1.so.2 (which is not a current package in the apt database) or do what i did and create a symbolic link by typing
sudo ln -s /usr/lib/liboobs-1.so.3 /usr/lib/liboobs-1.so.2
and rerunning the install. worked for me! someone must have not noticed that the guys at debian/ubuntu phased out this library that linuxmce relies upon.
sudo ln -s /usr/lib/liboobs-1.so.3 /usr/lib/liboobs-1.so.2
and rerunning the install. worked for me! someone must have not noticed that the guys at debian/ubuntu phased out this library that linuxmce relies upon.