[Maria-discuss] ncurses and mysql
Hi guys, i'm running slackware 14.1, i upgrade to slackware-current, and downloaded the mariadb-10.0.11 x64 with glibc 2.19 the point is... whern i run mysql, it requires a 'deprecated' library, libtinfo.so.5, this one was replaced by libncurses.so.5 there's something we could help here? today i execute a symlink to solve this problem, but since libtinfo is deprecated, should we update our compile line? -- Roberto Spadim SPAEmpresarial Eng. Automação e Controle
On Tuesday 10 June 2014 15:19:56 Roberto Spadim wrote:
Hi guys, i'm running slackware 14.1, i upgrade to slackware-current, and downloaded the mariadb-10.0.11 x64 with glibc 2.19 the point is... whern i run mysql, it requires a 'deprecated' library, libtinfo.so.5, this one was replaced by libncurses.so.5 there's something we could help here? today i execute a symlink to solve this problem, but since libtinfo is deprecated, should we update our compile line?
Hi Roberto, This is likely because of some compatibility requirement on another platform/system. I'll let the MariaDB developers commet on that to be sure. I already have queued up a 10.0.11 update for slackware-current, it just needs to get Pat's approval. If you want I can forward the SlackBuild to you. Otherwise it might appear in the -current tree within a couple weeks. Alternatively you could send a mail to Pat about the missing libtinfo, in case it indeed turns out to be a compatibility issue. If one application needs it it's likely another one out there does too, so adding compatibility for it doesn't sound like a bad idea. Grs, Heinz
Hi, Roberto! On Jun 10, Roberto Spadim wrote:
Hi guys, i'm running slackware 14.1, i upgrade to slackware-current, and downloaded the mariadb-10.0.11 x64 with glibc 2.19 the point is... whern i run mysql, it requires a 'deprecated' library, libtinfo.so.5, this one was replaced by libncurses.so.5 there's something we could help here? today i execute a symlink to solve this problem, but since libtinfo is deprecated, should we update our compile line?
Was it our package or slackware? We don't build with glibc 2.19 Regards, Sergei
hi sergei! :) the glibc is slackware glibc version and the package was from mariadb, glibc 2.14+ , i downloaded it yesterday mariadb-10.0.11-linux-glibc_214-x86_64.tar.gz (requires GLIBC_2.14+) <https://downloads.mariadb.org/interstitial/mariadb-10.0.11/bintar-quantal-amd64/mariadb-10.0.11-linux-glibc_214-x86_64.tar.gz/from/http://mirror.i3d.net/pub/mariadb>gzipped tar fileLinux x86_64389.8 MBMD5 Instructions <http://kb.askmonty.org/v/installing-mariadb-binary-tarballs> 2014-06-11 16:00 GMT-03:00 Sergei Golubchik <serg@mariadb.org>:
Hi, Roberto!
On Jun 10, Roberto Spadim wrote:
Hi guys, i'm running slackware 14.1, i upgrade to slackware-current, and downloaded the mariadb-10.0.11 x64 with glibc 2.19 the point is... whern i run mysql, it requires a 'deprecated' library, libtinfo.so.5, this one was replaced by libncurses.so.5 there's something we could help here? today i execute a symlink to solve this problem, but since libtinfo is deprecated, should we update our compile line?
Was it our package or slackware? We don't build with glibc 2.19
Regards, Sergei
-- Roberto Spadim SPAEmpresarial Eng. Automação e Controle
i solved this way: https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/259139 Eric Holmberg (eric-omnicurious) <https://launchpad.net/~eric-omnicurious> wrote on 2009-01-06:#2 <https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/259139/comments/2> The libtinfo.so functionality is built into the libncurses.so shared library. For software that expects the libtinfo.so object, do the following: sudo ln -s /usr/lib/libncurses.so.5 /usr/lib/libtinfo.so.5 sudo ln -s /usr/lib/libtinfo.so.5 /usr/lib/libtinfo.so 2014-06-11 16:08 GMT-03:00 Roberto Spadim <roberto@spadim.com.br>:
hi sergei! :) the glibc is slackware glibc version
and the package was from mariadb, glibc 2.14+ , i downloaded it yesterday
mariadb-10.0.11-linux-glibc_214-x86_64.tar.gz (requires GLIBC_2.14+) <https://downloads.mariadb.org/interstitial/mariadb-10.0.11/bintar-quantal-amd64/mariadb-10.0.11-linux-glibc_214-x86_64.tar.gz/from/http://mirror.i3d.net/pub/mariadb> gzipped tar file Linux x86_64 389.8 MB MD5 Instructions <http://kb.askmonty.org/v/installing-mariadb-binary-tarballs>
2014-06-11 16:00 GMT-03:00 Sergei Golubchik <serg@mariadb.org>:
Hi, Roberto!
On Jun 10, Roberto Spadim wrote:
Hi guys, i'm running slackware 14.1, i upgrade to slackware-current, and downloaded the mariadb-10.0.11 x64 with glibc 2.19 the point is... whern i run mysql, it requires a 'deprecated' library, libtinfo.so.5, this one was replaced by libncurses.so.5 there's something we could help here? today i execute a symlink to solve this problem, but since libtinfo is deprecated, should we update our compile line?
Was it our package or slackware? We don't build with glibc 2.19
Regards, Sergei
-- Roberto Spadim SPAEmpresarial Eng. Automação e Controle
-- Roberto Spadim SPAEmpresarial Eng. Automação e Controle
participants (3)
-
Heinz Wiesinger
-
Roberto Spadim
-
Sergei Golubchik