Gl Go/ Discussion

Sub-page of GlGo

Have any Gentoo users been able to run glGo? It requires a library (libexpat.so.1) that Portage seems to be missing (it only has libexpat.so.0.5.0). Short of manually compiling a library (generally not reccomended in Gentoo), does anyone know how to get by this? Expat is an XML parser, I can't see that an app like glGo would need a bleeding-edge XML parser...

Please please please help :( If you want, my e-mail is [email] adrianp@cogeco.ca) --Hikaru79

---

Sorry for answering so late, I don't check this Wiki often.

The libexpat.so.1 dependency is pulled in by wxGTK. As I compile the thing on Debian, the current Debian expat library is used, which is libexpat.so.1. Some other Linux distros like Suse (no idea about Gentoo, never used it) come with older versions. On Suse I could simply create a link to libexpat and glGo runs fine:

cd /usr/lib

ln -s libexpat.so.0.5.0 libexpat.so.1

I suppose that trick should work on Gentoo as well.

-Peter


This is a copy of the living page "Gl Go/ Discussion" at Sensei's Library.
(OC) 2016 the Authors, published under the OpenContent License V1.0.
[Welcome to Sensei's Library!]
StartingPoints
ReferenceSection
About