Frequently Asked Questions (FAQs)
Q: Why Ubigraph freeze when I add lots of nodes/edges?
A: It seems to be a problem with the 64-bit release. Try 32-bit release instead if you encounter this. See this post http://stackoverflow.com/questions/5557100/free-alternative-to-ubigraph for detail.
Q: Why I saw "libstdc++.so.6: version `GLIBCXX_3.4.9` not found ..." when I started Ubigraph.
A: You may need to remake a soft link to libstdc++.so.6.0.10 using the following command: ln -s /urs/lib/libstdc++.so.6.0.10 /urs/lib/libstdc++.so.6 |