Install Workbench on CentOS 5.5 (rpmbuild)
Posted by:
Gibran Marquez ()
Date: October 18, 2010 05:28PM
I've been trying to rpmbuild mysql-workbench for sometime now. I typically run into a dependencies not found or some package that this src.rpm package can't find but I actually do have it.
Previously, it complained about:
No package 'sqlite3' found
and I had sqlite3 installed in /usr/bin/sqlite3. I installed sqlite-devel and was able to continue. Then "BOOST library is missing", boost and boost-devel were already installed, had to download newer version of boost.src.rpm and 'rpmbuild' it.
Now I'm running into a Lua issue:
=================================
# rpmbuild -v --rebuild mysql-workbench-gpl-5.2.29-1el6.src.rpm
checking for LUA... no
checking for LUA... configure: error: Package requirements (lua >= 5.1) were
not met:
No package 'lua' found
I have it installed though:
===========================
# rpm -qa | grep lua
lua-devel-5.1.4-2.el5.rf
lua-5.1.4-2.el5.rf
Any suggestions/ideas/recommendations?
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.