Page 1 of 1

ia32-libs obsoleted?

Posted: Thu Oct 25, 2018 5:15 am
by Shanasman450
I just switched back to Ubuntu 18.04.1 after Linux Mint 19 didn't play nice with sim. I downloaded all the needed libraries except ia32-libs. When I try installing I get this

Code: Select all

taylorgang@taylorgang:~$ sudo apt-get install ia32-libs
[sudo] password for taylorgang: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  lib32ncurses5 lib32z1

E: Package 'ia32-libs' has no installation candidate
taylorgang@taylorgang:~$ 
So I installed lib32ncurses5 and lib32z1. Nothing. I still get this when I try to run sim.

Code: Select all

taylorgang@taylorgang:~$ cd mxsimulator
taylorgang@taylorgang:~/mxsimulator$ ./mx
/home/taylorgang/mxsimulator/mxbin: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
taylorgang@taylorgang:~/mxsimulator$ 
I've done this four times now and it's never the same issue getting it to run like it should even on the same version of the same distro.

Re: ia32-libs obsoleted?

Posted: Thu Oct 25, 2018 7:08 am
by Wahlamt
Take it for what you will, but when I had a hard time installing mxsim on ubuntu the first time I tried, I looked back and I had installed these libraries. Whether all of them are needed or not I have no idea, but when I had all of these, it started and worked good.

Re: ia32-libs obsoleted?

Posted: Thu Oct 25, 2018 11:31 am
by Shanasman450
Wahlamt wrote:Take it for what you will, but when I had a hard time installing mxsim on ubuntu the first time I tried, I looked back and I had installed these libraries. Whether all of them are needed or not I have no idea, but when I had all of these, it started and worked good.
That's the first thing I did.

Re: ia32-libs obsoleted?

Posted: Fri Oct 26, 2018 12:58 am
by Shanasman450
Anyone got suggestions? I have looked everywhere and tried every link on this topic and have found not one working way to download ia32-libs. It's just gone. Like it's been removed from the repository.

Re: ia32-libs obsoleted?

Posted: Fri Oct 26, 2018 12:59 am
by jlv
You need the 32 bit libGL. Not sure which package you need. It'll depend on if you're using the Nvidia GL driver or not.

Re: ia32-libs obsoleted?

Posted: Fri Oct 26, 2018 12:51 pm
by Shanasman450
Yeah, I was having trouble finding a package that contained that library. I managed to find a package that worked for me.

Re: ia32-libs obsoleted?

Posted: Sat Oct 27, 2018 1:08 am
by jlv
That's one of the reasons I like RPM based distributions. You can use "yum provides libGL.so" to find packages that provide the file you're missing.

Re: ia32-libs obsoleted?

Posted: Sat Oct 27, 2018 9:23 am
by Wahlamt
Out of curiosity, what distro do you use JLV? Any specific changes to it from stock?

Re: ia32-libs obsoleted?

Posted: Sun Oct 28, 2018 2:22 am
by jlv
I use Fedora on my workstations and Centos on my servers. Mostly stock with xfce and a few extras installed. I tried Ubuntu once but apt/dpkg felt like a huge step back from yum/rpm.

Re: ia32-libs obsoleted?

Posted: Sun Oct 28, 2018 11:27 am
by Wahlamt
Interesting. I used Fedora too for a while, but switched to Ubuntu later on. Felt like whenever I wanted something like spotify, skype or really any other program I ran on my windows machines (that wasn't windows exclusives) I had a hard time finding something that worked on fedora, while Ubuntu had it all. Perhaps it's my general lacking understanding of repos, key etc that gave me that conclusion and I could have installed everything with more knowledge.

Re: ia32-libs obsoleted?

Posted: Mon Oct 29, 2018 1:03 am
by jlv
That's the reason I wanted to try Ubuntu as well. The package manager was just a big disappointment to me. I can get the non free stuff on Fedora by using the RPM fusion repo. So that takes care of the main problem with Fedora whereas on Ubuntu I'm stuck with apt/dpkg.