'error while loading shared libraries'
hello, im having a problem making a program work on my linux system, and im not sure what do next.
the program is 'xchm-1.3', a chm reader.
with these dependancies..
'chmlib-0.37.4'
'wxWidgets-2.6.2'
i built the 3 programs from source.
i started with 'chmlib', and that seems to have compiled ok.
i then built 'wxWidgets' (configured for GTK install) which also compiled ok, but which then gave me this message 'on certain platforms (eg linux) you'll now have to run ldconfig if you installed a shared library and also modify the LD_LIBRARY_PATH (or equivalent) enviroment variable.' , im not sure how to do this.
i then compiled 'xchm', and tried to run the program by typing 'xchm' from a commandline, but i get this error message 'xchm : error while loading shared libraries: libwx_gtk2_xrc-2.6.so.0 : cannot open shared object file :no such file or directory.'
i see that this is related to the wxWidgets files, but im not sure how to resolve the problem.
Last edited by soldan; 04-21-2006 at 02:40 PM.
|