Jump to content

Problems with libmysqlclient.so.15


app

Recommended Posts

Hi there,

im try to start a MTA Server with mtamysql.so, but the Server cant find a libmysqlclient.so.15.

Currently i dont know how to fix this issue on my Server... Im using a Debian 6.0 with 64 bit.

My Logfile says:

[2011-08-07 16:28:07] MODULE: Unable to find modules/mtamysql.so (libmysqlclient.so.15: cannot open shared object file: No such file or directory)!

Im confused if i type into putty:

ldd /usr/bin/mysql 
        linux-vdso.so.1 =>  (0x00007fffcfd49000) 
        libreadline.so.5 => /lib/libreadline.so.5 (0x00007fb8ec5e3000) 
        libncurses.so.5 => /lib/libncurses.so.5 (0x00007fb8ec3a4000) 
[b]        libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0x0000003179a00000)[/b] 
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007fb8ec188000) 
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x00007fb8ebf50000) 
        libnsl.so.1 => /lib/libnsl.so.1 (0x00007fb8ebd38000) 
        libz.so.1 => /usr/lib/libz.so.1 (0x00007fb8ebb21000) 
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fb8eb815000) 
        libm.so.6 => /lib/libm.so.6 (0x00007fb8eb592000) 
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007fb8eb37b000) 
        libc.so.6 => /lib/libc.so.6 (0x00007fb8eb028000) 
        libdl.so.2 => /lib/libdl.so.2 (0x00007fb8eae24000) 
        /lib64/ld-linux-x86-64.so.2 (0x00007fb8ec823000) 
  

Maybe anyone have a idea to solve this Problem?

Link to comment

It's a very annoying error that I used to have.

Debian Squeeze (6.0) has some new libraries. The "libmysqlclient.so.15"" is deprecated. Now it's "libmysqlclient.so.16".

What you need to do is to use the old 32bit "libmysqlclient.so.15" (2.28MB) for your emulator.

Here is a download link (uploaded by me ;)):

http://www.2shared.com/file/mklzX0am/li ... entso.html

Now you need to put this file into your /usr/lib32 folder. After that restart your server and check the log/console.

It should work now

Greetz

Sniper

Edited by Guest
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...