Suddenly the Application server cant start ANY program anymore since its missing libexpat.so.0 Shared Lib. so, my question is now, How to fix and How could this happen?
I run on Gentoo. Both the Application server as the Clients.
Cheers,
Robin
Printable View
Suddenly the Application server cant start ANY program anymore since its missing libexpat.so.0 Shared Lib. so, my question is now, How to fix and How could this happen?
I run on Gentoo. Both the Application server as the Clients.
Cheers,
Robin
Do you have any libexpat* libraries in /usr/lib? If so, try creating a symlink e.g.
Code:#ln -s /usr/lib/libexpat.so /usr/lib/libexpat.so.0
Works :)
Thanks.