On Fri, 07 Jul 2017 06:42:03 +0300 Sergey Poznyakoff <[email protected]> wrote:
> Franta Hanzlík <[email protected]> ha escrit: > > > which is perhaps because my libmysqlclient.so > > (mariadb-devel-10.1.24-3.fc25.x86_64) > > is in /usr/lib64/mysql/ : > > $ ls -l /usr/lib64/mysql/libmysqlclient.so > > lrwxrwxrwx. 1 root root 20 Jun 9 08:31 /usr/lib64/mysql/libmysqlclient.so > > -> libmysqlclient.so.18 > > > > after patching 'configure' with: > > There's no need for patching. What you should have done is: > > ./configure LDFLAGS='-L/usr/lib64/mysql' > This work, thanks. But is this way of manually adding the path correct/optimal? Should not solve this automatically ./bootstrap or ./configure itself? What seems be weird and maybe related to problem above - on this x86_64 system are libraries installed under /usr/lib/ - although should be (on systems, which support two architectures, as AMD64 is) placed under /usr/lib64/, right? Or am I doing something wrong? Franta -- I hope the Fedora will have a better init and no binary logs _______________________________________________ Bug-mailutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-mailutils
