I’ve had a similar issue, but in my case I didn’t actually have a file “libapr.so.0”. Instead, I had “libapr-0.so”. Are you sure that this is not the case for you?
If you have “libapr-0.so”, you can make a symbolic link to the existing file with the following command:
> ln -s /usr/local/apache2/lib/libapr-0.so /usr/local/apache2/lib/libapr.so.0
…of course, replace “/usr/local/apache2” with the location of apache on your system.
#API-Management#Tamino#webMethods