CeKiT Posted January 27, 2013 Share Posted January 27, 2013 Hello, Could you help me? I want to install on Centos MTA. I lack the library libreadline.so.5, not how to install. I need to install it on CentOS 32-bit or 64-bit Hope you can help. Thanks Link to comment
uhm Posted January 27, 2013 Share Posted January 27, 2013 Hi, try the following: (you don't have to execute them all, just stop if one of these worked) yum install compat-readline5-static yum install readline.x86_64 yum install readline.i386 Link to comment
CeKiT Posted January 27, 2013 Author Share Posted January 27, 2013 yum install compat-readline5-static [root@server1 ~]# yum install compat-readline5-static Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.teklinks.com * extras: centos.aol.com * updates: mirror.es.its.nyu.edu base | 1.1 kB 00:00 extras | 2.1 kB 00:00 updates | 1.9 kB 00:00 vz-base | 951 B 00:00 vz-updates | 951 B 00:00 Setting up Install Process No package compat-readline5-static available. Nothing to do [root@server1 ~]# yum install readline.i386 [root@server1 ~]# yum install readline.i386 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.teklinks.com * extras: centos.aol.com * updates: mirror.es.its.nyu.edu Setting up Install Process Package readline-5.1-3.el5.i386 already installed and latest version Nothing to do [root@server1 ~]# yum install readline.x86_64 yum install readline.x86_64 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.teklinks.com * extras: centos.aol.com * updates: mirror.es.its.nyu.edu Setting up Install Process No package readline.x86_64 available. Nothing to do [root@server1 ~]# yum install readline.x86_64 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.teklinks.com * extras: centos.aol.com * updates: mirror.es.its.nyu.edu Setting up Install Process No package readline.x86_64 available. Nothing to do [root@server1 ~]# what is the problem? Link to comment
uhm Posted January 27, 2013 Share Posted January 27, 2013 what about yum install compat-readline5 Link to comment
CeKiT Posted January 27, 2013 Author Share Posted January 27, 2013 No package compat-readline5 available. not work. In which version would be best? 34 or 64 bits? EDIT: ERROR: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /mta/xml l.so) ERROR: Loading XML library (xmll.so) failed! Press Q to shut down the server! Link to comment
uhm Posted January 27, 2013 Share Posted January 27, 2013 (edited) No more error about libreadline.so.5 not found? Because it does say "Package readline-5.1-3.el5.i386 already installed and latest version" so it should exists. What version are you on now? CentOS 32 bit would be preferable, but it doesn't really matter because you're going to have to install dependencies anyhow. I believe that error means your libstdc is outdated. yum install libstdc yum install glibc Noob note: Not 100% sure to say it will determine the fitting version, but if it doesn't: Pro tip: Use the following to find the complete name of a package to use with yum install yum list *libstdc* Even pro-er tips are welcome, I am no expert at this. Edited January 27, 2013 by Guest Link to comment
CeKiT Posted January 27, 2013 Author Share Posted January 27, 2013 do everything you said but does not work. install CentOS 32-bit Install all, says: already installed in all packages. but the error is EDIT: They have to install CentOS 6. https://www.centos.org/modules/newbb/vi ... post177310 Seeking solution to the problem: libreadline.so.5: can not open shared object file: No such file or directory ERROR: Loading mod (/ multitheftauto_linux-1.3.0/mods/deathmatch/deathmatch.so) failed! Press Q to shut down the server! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now