|
||||
| ||||
|
|||||||
| OOTP 14 - General Discussions Discuss the new 2013 version of Out of the Park Baseball here! |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Minors (Single A)
Join Date: Jul 2013
Posts: 69
|
Can't Install on Linux
I am running a Debian version of linux.
Trying to install the program. Here is what happens when I run the install command: danc@danc-e535 ~/Programs/data $ ./OOTP\ 14\ Installer.bin ./OOTP 14 Installer.bin: error while loading shared libraries: libXpm.so.4: cannot open shared object file: No such file or directory I have the libXpm.so.4 package installed. danc@danc-e535 ~/Programs/data $ find /usr -name libXpm.so.4 /usr/lib/x86_64-linux-gnu/libXpm.so.4 |
|
|
|
|
|
#2 |
|
Minors (Single A)
Join Date: Apr 2002
Location: US
Posts: 61
|
Does ldconfig list that library file (I'm not sure if Debian places ldconfig in the /sbin/ directory)?
Code:
/sbin/ldconfig -p | grep libXpm.so.4 |
|
|
|
|
|
#3 |
|
Minors (Single A)
Join Date: Jul 2013
Posts: 69
|
I'm not familiar with using ldconfig but here is the result of what you asked.
danc@danc-e535 ~/Programs/data $ /sbin/ldconfig -p | grep libXpm.so.4 libXpm.so.4 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libXpm.so.4 I installed the i386 version and got this: danc@danc-e535 ~/Programs/data $ /sbin/ldconfig -p | grep libXpm.so.4 libXpm.so.4 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libXpm.so.4 libXpm.so.4 (libc6) => /usr/lib/i386-linux-gnu/libXpm.so.4 That didn't help any. This is over my head on linux. Any other ideas? |
|
|
|
|
|
#4 |
|
Minors (Single A)
Join Date: Apr 2002
Location: US
Posts: 61
|
It could be related to not having some other packages installed. I'm running Slackware, so I'm not sure what packages are needed for Debian. You might want to list which Debian (stable, testing, unstable) you're running and hopefully someone has the same version and is running OOTP successfully.
Last edited by Speck; 07-07-2013 at 07:06 PM. Reason: Changed TBCB to OOTP |
|
|
|
|
|
#5 |
|
Minors (Single A)
Join Date: Jul 2013
Posts: 69
|
I am running a complicated system.
First it is SolydK. I am running the SID repos as noted below: Repos: Active apt sources in file: /etc/apt/sources.list deb Index of / solydxk main upstream import testing # SolydXK" deb ftp.osuosl.org :: Oregon State University Open Source Lab unstable main contrib non-free #"SID" deb Deb Multimedia Packages::Home sid main non-free #"SID Multimedia" deb Index of /security testing/updates main contrib non-free deb Index of /debian experimental main contrib non-free deb Index of /kdenext/ unstable main Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list deb http://dl.google.com/linux/chrome/deb/ stable main Active apt sources in file: /etc/apt/sources.list.d/opera.list deb Index of /opera stable non-free #Opera Browser (final releases) |
|
|
|
|
|
#6 |
|
Minors (Single A)
Join Date: Jul 2013
Posts: 69
|
I am running SolydK. A debian KDE version of Linux.
I am running SID repos. Here is my Sources.list Code:
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://packages.solydxk.com/ solydxk main upstream import testing # SolydXK"
deb http://http.us.debian.org/debian/ unstable main contrib non-free #"SID"
deb http://www.deb-multimedia.org sid main non-free #"SID Multimedia"
deb http://debian.solydxk.com/security/ testing/updates main contrib non-free
deb http://ftp.debian.org/debian experimental main contrib non-free
deb http://packages.siduction.org/kdenext unstable main
Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list
deb http://dl.google.com/linux/chrome/deb/ stable main
Active apt sources in file: /etc/apt/sources.list.d/opera.list
deb http://deb.opera.com/opera/ stable non-free #Opera Browser (final releases)
|
|
|
|
![]() |
| Bookmarks |
|
|