yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #05096
Re: [Question #174861]: Packages and Source code possible simultaneously?
Question #174861 on Yade changed:
https://answers.launchpad.net/yade/+question/174861
Status: Open => Answered
Christian Jakob proposed the following answer:
The problem is, that your library is not in the right folder ...
> OSError: /usr/lib/libstdc++.so.6: cannot open shared object file: No
> such file or directory
You can create a symbolic link to avoid this error message:
ln -s /usr/local/lib/libstdc++.so.6 /usr/lib/libstdc++.so.6
If libstdc++.so.6 is not in /usr/local/lib/ then please search for it
and create the symbolic link to this path.
Christian
P.S. There is no /home/kumara/YADE-X/bin/yade-x because compilation
failed.
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.