> > I recompiled libxml2 & libxslt but the result is still the same > > after doing make in scrollkeeper, I get the same error messages > > > > CREATED scrollkeeper_cl.xml > > ../../buildtools/scrollkeeper-tree-separate scrollkeeper_cl.xml > > ../../cl/templates > > lt-scrollkeeper-tree-separate: error while loading shared libraries: > > libxslt.so.1: cannot open shared object file: No such file or > > directory > > make[3]: *** [all] Error 127 > > make[3]: Leaving directory > > `/home/nupur/downloads/Xfree-4.3/Gnome/scrollkeeper-0.3.14/cl/templates' > > > > Also, the output of /sbin/ldconfig -v | grep xslt is: > > > > libexslt.so.0 -> libexslt.so.0.8.12 > > libxslt.so.1 -> libxslt.so.1.1.14 > > > > Regards, > > Nupur > > > > I figured this out finally.... I set LD_LIBRARY_PATH variable as > /lib:/usr/lib:/usr/local/lib and then did make and it took the libxslt > library. > > thank you for all your help. > > Warm regards, > Nupur >
Dear All, There is an issue here. While compiling vte, I was getting some errors. digging further into it, i got to know the reason for the error as the following line: scrollkeeper-preinstall: error while loading shared libraries: libscrollkeeper.so.0: cannot open shared object file: No such file or directory When I reinstalled scrollkeeper, I saw the following line while installing it: scrollkeeper-update: error while loading shared libraries: libscrollkeeper.so.0: cannot open shared object file: No such file or directory What is this issue about? When I did ldconfig -v | grep "libscrollkeeper.so.0", I got the following result: libscrollkeeper.so.0 -> libscrollkeeper.so.0.0.0 Can anyone help me in this? Regards, Nupur -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
