Installing on Arch Linux`

Post your questions here
Post Reply
MXboy169
Posts: 7
Joined: Sat Jan 04, 2014 11:48 pm
Team: Privateer

Installing on Arch Linux`

Post by MXboy169 »

Not sure if anyone will be able to help me, but I'm running Endeavouros (Based on Arch Linux) and I'm not quite sure how to install because arch does not handle downloads the same with tar.gz files.
jlv
Site Admin
Posts: 14954
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: Installing on Arch Linux`

Post by jlv »

I'd download it, open a terminal and do "tar xzf Downloads/mxsimulator-1_13-linux-x86.tar.gz" to extract it. Then "cd mxsimulator; ./mx" to run it.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
MXboy169
Posts: 7
Joined: Sat Jan 04, 2014 11:48 pm
Team: Privateer

Re: Installing on Arch Linux`

Post by MXboy169 »

I tried that, but on Arch you typically install applications through the command and the package sends the needed dependencies. So when I attempt to just rn the game, I receive this error: error while loading shared libraries: libXi.so.6: cannot open shared object file: No such file or directory
jlv
Site Admin
Posts: 14954
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: Installing on Arch Linux`

Post by jlv »

Try this:

pacman -F libXi.so

Then install the packages it lists.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
MXboy169
Posts: 7
Joined: Sat Jan 04, 2014 11:48 pm
Team: Privateer

Re: Installing on Arch Linux`

Post by MXboy169 »

Just tried it, had to run it as root:
$ pacman -Fy libXi.so
error: you cannot perform this operation unless you are root.
[joshua@joshua-eos ~]$ sudo pacman -Fy libXi.so
[sudo] password for joshua:
:: Synchronizing package databases...
endeavouros 136.0 KiB 349 KiB/s 00:00 [------------------------------------] 100%
core 1103.5 KiB 1497 KiB/s 00:01 [------------------------------------] 100%
extra 39.7 MiB 15.6 MiB/s 00:03 [------------------------------------] 100%
multilib 211.2 KiB 414 KiB/s 00:01 [------------------------------------] 100%
extra/libxi 1.8.1-1 [installed]
usr/lib/libXi.so
multilib/lib32-libxi 1.8.1-1
usr/lib32/libXi.so

still throwing the same error.
jlv
Site Admin
Posts: 14954
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: Installing on Arch Linux`

Post by jlv »

Looks like you have the 64 bit library installed but not the 32 bit version. Probably easiest to just use a recent snapshot mxbin instead of the one from 1.13. Recent snapshots are 64 bit. 1.13 is 32 bit and will need the 32 bit libraries installed.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
MXboy169
Posts: 7
Joined: Sat Jan 04, 2014 11:48 pm
Team: Privateer

Re: Installing on Arch Linux`

Post by MXboy169 »

That fixed it. Thank you.
Post Reply