[Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such file
#9

first try to install libmysqlclient15off via
Код:
apt-get install libmysqlclient15off
when then it doesn't run, try this:

install ia32-libs via
Код:
apt-get install ia32-libs
then you download libmysqlclient15off Package (.deb) and move it to directory emul/ia32-linux or /usr/lib32 (depends on your distro), e.g.
Код:
sudo dpkg -X libmysqlclient15off_5.0.51a-3ubuntu5.4_i386.deb /usr/lib32
and run
Код:
ldconfig -n /usr/lib32
(or
Код:
ldconfig -n emul/ia32-linux
) or where you moved your libmysqlclient15off
Reply


Messages In This Thread
[Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such file - by nutzkung69 - 13.09.2009, 02:45
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such file - by Meester Proper - 13.09.2009, 11:43
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such file - by Woet - 13.09.2009, 17:58
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such file - by [mad]MLK - 07.10.2009, 21:24
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such f - by iLinx - 07.10.2009, 22:37
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such file - by [mad]MLK - 07.10.2009, 23:08
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such f - by iLinx - 07.10.2009, 23:39
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such f - by Matimor - 08.10.2009, 14:56
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such file - by Meester Proper - 08.10.2009, 18:30
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such f - by Matimor - 08.10.2009, 18:58
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such file - by Meester Proper - 08.10.2009, 19:36
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such f - by Matimor - 09.10.2009, 12:55
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such f - by iLinx - 09.10.2009, 13:07
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such f - by Matimor - 09.10.2009, 16:18
Re: [Linux SQL] libmysqlclient.so.15: cannot open shared object file: No such file - by Norrin - 18.01.2013, 10:44

Forum Jump:


Users browsing this thread: 1 Guest(s)