Page 1 of 1

compiling problem, apologies if this appears twice

PostPosted: Tue Feb 19, 2008 12:38 pm
by treesilhouette
Hi, I'm trying to compile from the source since there aren't any Linux binaries available, and while I got it to compile ok, I keep getting the following runtime error:
makehuman: error while loading shared libraries: libmhgui.so.0: cannot open shared object file: No such file or directory

I checked the pkgconfig stuff, and everything seems to be in the right place there. I tried changing the symlink libmhgui.so.0 to a hard link, but that was no good, either. Do you all have any suggestions? I'm not quite sure what I ought to do at this point.
System specs: 64-bit SUSE Linux, GCC 4.2, Make 3.81.

Thanks for putting all this together!

Re: compiling problem, apologies if this appears twice

PostPosted: Tue Feb 19, 2008 3:07 pm
by Manuel
I've asked to Andreas, stay tuned...

Re: compiling problem, apologies if this appears twice

PostPosted: Tue Feb 19, 2008 7:38 pm
by andreas
Hello,

you shouldn't create any hard links or soft links below /usr/lib/ by hand! I could imagine that you forgot to execute 'ldconfig' as root after 'make install' if libanimorph and libmhgui.

regards
Andreas