Harha Posted February 28, 2014 Posted February 28, 2014 https://dl.dropboxusercontent.com/s/n4sh2p1kf52szrq/archservmta.png As you can see, I'm getting some errors even though everything should have been set-up correctly, I've installed the needed 32bit libraries and so on... Anyone here who has some experience at running MTA server in Arch Linux? Help appreicated!
MTA Team Blokker_1999 Posted March 1, 2014 MTA Team Posted March 1, 2014 please confirm you have a 32 bit libreadline installed.
MTA Team jhxp Posted March 1, 2014 MTA Team Posted March 1, 2014 Arch Linux comes only with libreadline6, and not the required libreadline5. You still should be able to get it to work, however, by making a symbolic link for libreadline.so.5 to the newer library. These commands should do the trick: # pacman -S lib32-readline # ln -s /usr/lib32/libreadline.so.6 /usr/lib32/libreadline.so.5
Harha Posted March 1, 2014 Author Posted March 1, 2014 Arch Linux comes only with libreadline6, and not the required libreadline5. You still should be able to get it to work, however, by making a symbolic link for libreadline.so.5 to the newer library.These commands should do the trick: # pacman -S lib32-readline # ln -s /usr/lib32/libreadline.so.6 /usr/lib32/libreadline.so.5 Thank you, creating that simple symbolic link worked out nicely! I was thinking about something like that but wasn't confident enough to try it out myself. And yeah, I had all the libraries which are included in lib32-ncurses (Which includes libreadline6) installed already. It was just that the version of libreadline was different to what the mta-server uses. Edit: Oh, there's the IP of my dedi in the picture. Oh well, whatever.
Gallardo9944 Posted April 9, 2014 Posted April 9, 2014 I wouldn't suggest using arch for servers though. It's the latest yet not the most stable one. Huge updates might kill some things, so be aware.
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