Issues installing delta on xubuntu

Post Reply
Erant
Posts: 12
Joined: Fri Feb 27, 2015 2:02 am

Issues installing delta on xubuntu

Post by Erant »

I'm trying to install 3.0-delta with the generic linux installer. Upon trying to run ./run-mudlet, I get this:
Code: [show] | [select all] lua
./mudlet: libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/x86_64-linux-gnu/libicui18n.so.52)
./mudlet: libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/x86_64-linux-gnu/libicuuc.so.52)
I figured maybe it was trying to use the libstdc++ packaged with it which might be causing issues, so I renamed libstdc++.so.6 and tried again, which returned this error:
Code: [show] | [select all] lua
This application failed to start because it could not find or load the Qt platform plugin "xcb".

Reinstalling the application may fix this problem.
Aborted (core dumped)
I installed xcb and tried again, to no avail.

Edit: Needed to restart X for Qt to register that I'd installed xcb, apparently. Now mudlet is just yelling about libraries that are straight-up missing, so I'm going to hunt them all down and we'll see how this goes.

Erant
Posts: 12
Joined: Fri Feb 27, 2015 2:02 am

Re: Issues installing delta on xubuntu

Post by Erant »

Well, actually got it working! I suppose this can be closed or whatever.

If anyone runs into a similar issue, here's what I did:

$ cd ~/mudlet-3.0.0-delta/bin
$ rm libstdc++.so.6

then I had to install the following packages:

xcb
libqt5opengl5
liqt5multimedia5
qt5-default(not sure if this one was necessary, but I grabbed it anyway)

Mudlet ran afterwards without an issue.

Post Reply