Summary: | net-mail/vpopmail-5.4.16 doesn't look for libraries in /usr/lib64 on 64bit | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Keith Gable <ziggy> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Keith Gable
2007-01-03 23:15:39 UTC
When it cannot find libmysqlclient.so.15? When you run something? Or at compile? Can you post some errors, or strace or whatever? prometheus ~ # vadddomain --help vadddomain: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory Something that I'm finding that's odd though is that ls /usr/lib/libmysqlclient.so.15 returns: ls: cannot access /usr/lib/libmysqlclient.so.15: No such file or directory But it's obviously there: prometheus ~ # ls -la /usr/lib/*mysql* total 28852 drwxr-xr-x 2 root root 4096 Jan 3 19:39 . drwxr-xr-x 40 root root 28672 Jan 3 23:15 .. -rw-r--r-- 1 root root 24542 Jan 3 19:39 libdbug.a -rw-r--r-- 1 root root 84244 Jan 3 19:39 libheap.a -rw-r--r-- 1 root root 518370 Jan 3 19:39 libmyisam.a -rw-r--r-- 1 root root 50378 Jan 3 19:39 libmyisammrg.a -rw-r--r-- 1 root root 2010270 Jan 3 19:39 libmysqlclient.a -rwxr-xr-x 1 root root 897 Jan 3 19:39 libmysqlclient.la lrwxrwxrwx 1 root root 24 Jan 3 19:39 libmysqlclient.so -> libmysqlclient.so.15.0.0 lrwxrwxrwx 1 root root 24 Jan 3 19:39 libmysqlclient.so.15 -> libmysqlclient.so.15.0.0 -rwxr-xr-x 1 root root 1565296 Jan 3 19:39 libmysqlclient.so.15.0.0 -rw-r--r-- 1 root root 2026344 Jan 3 19:39 libmysqlclient_r.a -rwxr-xr-x 1 root root 921 Jan 3 19:39 libmysqlclient_r.la lrwxrwxrwx 1 root root 26 Jan 3 19:39 libmysqlclient_r.so -> libmysqlclient_r.so.15.0.0 lrwxrwxrwx 1 root root 26 Jan 3 19:39 libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0 -rwxr-xr-x 1 root root 1573360 Jan 3 19:39 libmysqlclient_r.so.15.0.0 -rw-r--r-- 1 root root 16000756 Jan 3 19:39 libmysqld.a -rw-r--r-- 1 root root 1533240 Jan 3 19:39 libmystrings.a -rw-r--r-- 1 root root 520554 Jan 3 19:39 libmysys.a -rw-r--r-- 1 root root 2307260 Jan 3 19:39 libndbclient.a -rwxr-xr-x 1 root root 1196 Jan 3 19:39 libndbclient.la lrwxrwxrwx 1 root root 21 Jan 3 19:39 libndbclient.so -> libndbclient.so.0.0.0 lrwxrwxrwx 1 root root 21 Jan 3 19:39 libndbclient.so.0 -> libndbclient.so.0.0.0 -rwxr-xr-x 1 root root 1162920 Jan 3 19:39 libndbclient.so.0.0.0 -rw-r--r-- 1 root root 27270 Jan 3 19:39 libvio.a After looking harder, it's actually in /usr/lib/mysql/. Any particular reason for this? Like I said, all MySQL clients I have work... |