ERROR:
nginx: /usr/lib64/libxml2.so.2: no version information available (required by /opt/openoffice.org/basis3.3/program/libxslt.so.1)
ANSWER:
Do a
locate libxml2.so.2
and see if you have 2 or more versions. if so delet the old version and create a symbolic link to the new. ln -s
is the command to create a symbolic link. The rest of the command requires your file name and the old file name (but depends on what you find with locate ;) )