You are not logged in.
Is anybody else seeing this error message when they execute snort? I'm not sure if this is my setup or a bug that needs to be reported.
"snort: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory"
This error returns when executing either the snort binary in the Arch snort package or a self compiled snort binary.
The libmysqlclient.so.14 file does exist, it is here:
/usr/lib/mysql
-rwxr-xr-x 1 root root 888 Oct 27 11:11 libmysqlclient.la
lrwxrwxrwx 1 root root 24 Oct 27 12:17 libmysqlclient.so -> libmysqlclient.so.14.0.0
lrwxrwxrwx 1 root root 24 Oct 27 12:17 libmysqlclient.so.14 -> libmysqlclient.so.14.0.0
-rwxr-xr-x 1 root root 1.1M Oct 27 11:11 libmysqlclient.so.14.0.0
Thanks,
Craig
Arch Linux (Duke)
JabberID: cgill27@jabber.org
IRC: Aletheuo
Registered Linux User #354975
Offline
Nevermind, it is working now after the latest pacman update, the first mysql 4.1.7 package had problems.
Craig
Arch Linux (Duke)
JabberID: cgill27@jabber.org
IRC: Aletheuo
Registered Linux User #354975
Offline
I am seeing the same problem with my perl scripts that use DBI.
bash> ldd /usr/lib/perl5/site_perl/current/i686-linux-thread-multi/auto/DBD/mysql/mysql.so
linux-gate.so.1 => (0xffffe000)
libmysqlclient.so.12 => not found
libz.so.1 => /usr/lib/libz.so.1 (0x40025000)
libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0x40037000)
libnsl.so.1 => /lib/tls/libnsl.so.1 (0x40064000)
libm.so.6 => /lib/tls/libm.so.6 (0x40079000)
libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x4009c000)
libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x400cd000)
libc.so.6 => /lib/tls/libc.so.6 (0x401d3000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
libdl.so.2 => /lib/tls/libdl.so.2 (0x40309000)
mysql.so is refrencing libmysqlclient.so.12 which is no longer available due to upgrade.
Offline
Gotcha. I've submitted a bug report to Eric, the maintainer.
Offline
Please check this thread. http://bbs.archlinux.org/viewtopic.php? … highlight=
I can't get MySQL and PHP working together.
Offline