Jump to content

Install MTA in CentOS 5 32bits or 64bits


CeKiT

Recommended Posts

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

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

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 by Guest
Link to comment

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...