Page 1 of 1

Problem running: cannot open shared object file

PostPosted: Tue Feb 26, 2008 9:02 pm
by homayoon
I've built and installed animorph, mhgui, and makehuman (0.9.1 RC1) all from source. the compilation and installation process completes without any errors but then when I run 'makehuman' I get:

makehuman: error while loading shared libraries: libmhgui.so.0: cannot open shared object file: No such file or directory


I'm running Ubuntu 7.10. Can anybody give me a hint on the possible source of the problem? Thanks.

Re: Problem running: cannot open shared object file

PostPosted: Wed Feb 27, 2008 10:43 am
by andreas
Hi,

run 'ldconfig' as root.

regards
Andreas

Re: Problem running: cannot open shared object file

PostPosted: Wed Feb 27, 2008 3:24 pm
by homayoon
It worked. Thanks.