Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
Runcuks
Journeyman
Posts: 179
Likes Given: 5
Likes Received: 3 in 3 posts
Joined: Nov 2012
Reputation: 0
|
RE: Libraries
i have libs ->
Code:
[root@145 lib64]# locate libmysqlclient.so.15
/home/sphere/data/libmysqlclient.so.15
/usr/lib/libmysqlclient.so.15
/usr/lib/mysql/libmysqlclient.so.15
/usr/lib64/libmysqlclient.so.15
/usr/lib64/libmysqlclient15/mysql/libmysqlclient.so.15
/usr/lib64/libmysqlclient15/mysql/libmysqlclient.so.15.0.0
/usr/lib64/mysql/libmysqlclient.so.15
/usr/lib64/mysql/libmysqlclient.so.15.0.0
[root@145 lib64]#
[root@145 lib64]# ldd /home/sphere/data/spheresvr
linux-gate.so.1 => (0xb7797000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7774000)
libmysqlclient.so.15 => not found
librt.so.1 => /lib/librt.so.1 (0xb776b000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7680000)
libm.so.6 => /lib/libm.so.6 (0xb7655000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7637000)
libc.so.6 => /lib/libc.so.6 (0xb74a0000)
/lib/ld-linux.so.2 (0xb7798000)
[root@145 lib64]#
I cant instal 32 bit libs ... it says not available libs
Pls, help guys
|
|
03-16-2016 12:08 AM |
|
|
escribano
Journeyman
Posts: 170
Likes Given: 16
Likes Received: 32 in 23 posts
Joined: Nov 2012
Reputation: 2
Dragon Shard
|
RE: Libraries
Dude, there is no such lib for 32 or 64 bits, the packet you'r installing can be to 32x or 64x but the lib.. no!
Just create a synlink to the lib folder
Something like:
"sudo ln -s /usr/lib64/libmysqlclient.so.15 /lib/libmysqlclient.so.15"
Hope it helps
UltimaPHP - OpenSource Ultima Online Server v0.1-pre-alpha under development, we need help!
|
|
03-16-2016 01:59 AM |
|
|
karma
Moderator
Posts: 178
Likes Given: 17
Likes Received: 32 in 29 posts
Joined: Jul 2012
Reputation: 3
|
RE: Libraries
(This post was last modified: 03-16-2016 04:11 AM by karma.)
|
|
03-16-2016 02:30 AM |
|
The following 1 user Likes karma's post:1 user Likes karma's post
Khaos (03-18-2016)
|
exodus_au
Apprentice
Posts: 2
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2017
Reputation: 0
|
RE: Libraries
Hi,
I also have an issue with the lib not being seen.
Code:
User:~$ ldd spheresvr
linux-gate.so.1 => (0xb77b7000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb7789000)
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xb7780000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb777a000)
libmysqlclient.so.18 => not found
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb7692000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb764c000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb762f000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb747e000)
/lib/ld-linux.so.2 (0xb77b8000)
Code:
User:~$ locate libmysqlclient.so.18
/lib/libmysqlclient.so.18
/usr/lib/x86_64-linux-gnu/libmysqlclient.so.18
/usr/lib/x86_64-linux-gnu/libmysqlclient.so.18.0.0
I tried running the following line but it didnt work:
Code:
sudo ln -s /usr/lib/x86_64-linux-gnu/libmysqlclient.so.18 /lib/libmysqlclient.so.18
and here is a list of my dpkg, i have tried so much with installing the debian packages and the ubuntu versions with no luck.
Code:
User:~$ dpkg -l| grep mysql
ii libmysqlclient18:amd64 5.5.54-0ubuntu0.14.04.1 am d64 MySQL database client library
ii mysql-client-core-5.5 5.5.54-0ubuntu0.14.04.1 am d64 MySQL database core client binaries
ii mysql-common 5.5.54-0ubuntu0.14.04.1 al l MySQL database common files, e.g. /etc/mysql/my.cnf
rc mysql-server-5.5 5.5.54-0ubuntu0.14.04.1 am d64 MySQL database server binaries and system database setup
ii mysql-server-core-5.5 5.5.54-0ubuntu0.14.04.1 am d64 MySQL database server binaries
|
|
03-28-2017 06:46 PM |
|
|
User(s) browsing this thread: 3 Guest(s)