Page 1 of 1

Install Error on Fedora 19

Posted: Fri Jul 26, 2013 7:34 am
by Belgarath
Hello! I just installed Fedora 19 on my desktop. I have been using Mudlet for a long time - it is my favourite MUD client!

However, after installing the linux 64-bit version, tried running the "Run Mudlet" binary and got no result. So I used the terminal and got this error:

[root@localhost bin]# ls
lfs.so libphonon.so.4.6.0 libQtOpenGL.so.4 luasql.so
libaudio.so.2 libpng12.so.0 libQtXml.so.4 mudlet
libc.so.6 libpthread.so.0 libsqlite3.so.0 mudlet-lua
liblua5.1.so.0 libQtCore.so.4 libsqlite3.so.0.8.6 rex_pcre.so
liblua5.1.so.0.0.0 libQtDBus.so.4 libstdc++.so.6 rex_pcre.so.2.4
libpcre.so.3 libQtGui.so.4 libyajl.so.1 run-mudlet.sh
libphonon.so.4 libQtNetwork.so.4 libzzip-0.so.13 zip.so
[root@localhost bin]# run-mudlet.sh
bash: run-mudlet.sh: command not found...
[root@localhost bin]# ./run-mudlet.sh
./mudlet: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
[root@localhost bin]#


I am a complete newbie - Please help me, Mudlet Forum. You're my ONLY hope!

Re: Install Error on Fedora 19

Posted: Fri Jul 26, 2013 11:07 am
by Vadi
Is Mudlet available in your package manager? It looks like the generic linux installer cannot work on your system (there might be something I could do about this, but I can't guarantee it).

Re: Install Error on Fedora 19

Posted: Fri Jul 26, 2013 6:57 pm
by kevutian
Don't run Mudlet as root.

You should be able to just symlink anything missing.

Re: Install Error on Fedora 19

Posted: Fri Jul 26, 2013 11:35 pm
by Belgarath
Thank you for the responses! I talked to Vadi on the IRC channel. He said to post to the Fedora Forums and ask them for help. I've done that and one person has responded already. It didn't fix anything but hopefully more will respond.

I have tried yum installing missing packages but it hasn't made any progress. This is what I get now when trying to run Mudlet:

[boonie@localhost bin]$ ./run-mudlet.sh
./mudlet: /home/boonie/mudlet-2.1/bin/libc.so.6: version `GLIBC_2.17' not found (required by /lib64/libglib-2.0.so.0)
./mudlet: /home/boonie/mudlet-2.1/bin/libc.so.6: version `GLIBC_2.17' not found (required by /lib64/libdrm.so.2)

[SOLVED] Install Error on Fedora 19

Posted: Sat Jul 27, 2013 1:28 am
by Belgarath
All I had to do was remove the copy of libc it had inside the mudlet directory. After that, it worked like a charm!