You think you have found a bug? Let us know about it.
-
zAchAry
- Posts: 804
- Joined: 11. May 2010, 09:02
- Location: Israel
Post
by zAchAry »
Code: Select all
etf[~]$ snort
snort: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory
Code: Select all
etf[mysql]$ ls -1
libdbug.a
libheap.a
libmyisam.a
libmyisammrg.a
libmysqlclient.a
libmysqlclient.la
libmysqlclient.so
libmysqlclient.so.16
libmysqlclient.so.16.0.0
libmysqlclient_r.a
libmysqlclient_r.la
libmysqlclient_r.so
libmysqlclient_r.so.16
libmysqlclient_r.so.16.0.0
libmystrings.a
libmysys.a
libvio.a
plugin
Last edited by
zAchAry on 28. Sep 2010, 08:11, edited 1 time in total.
-
ray
- Posts: 87
- Joined: 20. Mar 2010, 10:28
- Location: United Kingdom
Post
by ray »
Looks like that package needs to be rebuilt.
For now, the below might fix it:
Code: Select all
ln -s libmysqlclient.so libmysqlclient.so.15
Cheers,
ray
-
gapan
- Salix Wizard
- Posts: 6355
- Joined: 6. Jun 2009, 17:40
Post
by gapan »
Fixed. Thanks for the report.