MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: mysql: error while loading shared libraries: libncurses.so.6
Posted by: Dave Kennard
Date: January 26, 2016 01:38PM

I haven't got mysql working yet, but I think the issue I'm now facing in unrelated to this one, so I'll start a separate thread for that.

In regards to this issue, in the end I found I needed to configure with
-DCURSES_CURSES_LIBRARY=/path/to/ncurses/lib/libncurses.so -DCURSES_INCLUDE_PATH=/path/to/ncurses/include/ \

And also ensure that /path/to/ncurses/lib is present in the LD_LIBRARY_PATH environment variable when trying to access the mysql binary.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql: error while loading shared libraries: libncurses.so.6
2576
January 26, 2016 01:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.