On 02/01/18 20:14, [email protected] wrote:
There should be al lot of packages in: /usr/lib but my dir is almost empty only one file left:-rwxr-xr-x 1 root root 53606 Sep 18 2008 libbrcomplpr2.so
Is there a /usr/lib64? If yes, try: mv /usr/lib/libbrcomplpr2.so /usr/lib64/ rm -r /usr/lib ln -s /usr/lib64 /usr/libIt seems to me you have deleted the /usr/lib symlink somehow. The above commands should restore it and place libbrcomplpr2.so into /usr/lib64.

