Skip navigation links

MySQL Forums :: Workbench - Source, Builds, Binaries :: Install Workbench on CentOS 5.5 (rpmbuild)


Advanced Search

Re: Install Workbench on CentOS 5.5 (rpmbuild)
Posted by: Gibran Marquez ()
Date: October 19, 2010 01:56PM

I was able to get around this:
---------------------
checking for LUA... no
checking for LUA... configure: error: Package requirements (lua >= 5.1) were not met:
No package 'lua' found
---------------------
By setting the LUA_CFLAGS & LUA_LIBS as follows:
export LUA_CFLAGS="-I/usr/include/"
export LUA_LIBS="-L/usr/lib/"

Then was able to:
# rpmbuild -v --rebuild mysql-workbench-gpl-5.2.29-1el6.src.rpm

It moves past the lua error. However, now another problem with:

checking for CAIRO... configure: error: Package requirements (cairo >= 1.5.12) were not met:

Requested 'cairo >= 1.5.12' but version of cairo is 1.2.4

So I suspect I'll need to do something similar for cairo since it too is installed:

# rpm -qa | grep cairo
cairo-1.2.4-5.el5
cairo-devel-1.2.4-5.el5

Let me work on that one now...

Options: ReplyQuote


Subject Views Written By Posted
Install Workbench on CentOS 5.5 (rpmbuild) 4201 Gibran Marquez 10/18/2010 05:28PM
Re: Install Workbench on CentOS 5.5 (rpmbuild) 2659 Gibran Marquez 10/19/2010 01:56PM


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.