Jump to content

ArchLinux 64bit - 32bit libraries not functioning properly?


Harha

Recommended Posts

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 

Link to comment
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.

archservmtaworking.png

Edit: Oh, there's the IP of my dedi in the picture. Oh well, whatever.

Link to comment
  • 1 month later...

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...