Thread: Is 0.8.4 buggy?
View Single Post
Old 10-15-2015, 01:08 PM   #23
Gregg Bell
Gregg Bell
Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.
 
Gregg Bell's Avatar
 
Posts: 2,266
Karma: 3917598
Join Date: Jan 2013
Location: Itasca, Illinois
Device: Kindle Touch 7, Sony PRS300, Fire HD8 Tablet
Quote:
Originally Posted by KevinH View Post
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.
Gregg Bell is offline   Reply With Quote