Quote:
Originally Posted by KevinH
Hi Greg,
One easy way to see what version of libxml2 you have installed on your system is to do the following in a terminal.
cd /usr/lib
find ./ -name "libxml2*"
For me this shows:
libxml2.so.2.9.1 as the full versioned library name.
Hope this helps,
KevinH
|
Thanks Kevin. I ran those commands and this is what it showed:
Code:
gregg@LG:~/Desktop$ cd /usr/lib
gregg@LG:/usr/lib$ find ./ -name "libxml2*"
./i386-linux-gnu/libxml2.so.2.9.2
./i386-linux-gnu/libxml2.so.2
./x86_64-linux-gnu/libxml2.so.2.9.2
./x86_64-linux-gnu/libxml2.so.2
./x86_64-linux-gnu/girepository-1.0/libxml2-2.0.typelib
gregg@LG:/usr/lib$
So I guess I have libxml2.so.2.9.2 but I don't know what this means in regard to whether it would be causing the bugginess with creating the additional nbsps.