Skip navigation links

MySQL Forums :: MySQL Proxy :: Install 0.6.0 by svn,configure error


Advanced Search

Re: Install 0.6.0 by svn,configure error
Posted by: simon elliston ball ()
Date: September 04, 2007 08:59AM

That would be because you're using a non-existent c compiler.

Which platform are you using?

What you probably want is:
./configure \
LUA_CFLAGS="-I/directory/of/lua.h" \
LUA_LDFLAGS="-L/directory/of/liblua.so -llua"

Obviously you will need to replace /directory/of/lua.h etc with the actual path (just the directory, not the actual full path to the file)

That should work.

Or...

on a fresh copy, make sure you've installed pkg-config, the dev files for liblua (probably a package like lua-devel or lua-dev depending on your platform) then re-run autogen.sh.

Options: ReplyQuote


Subject Views Written By Posted
Install 0.6.0 by svn,configure error 4775 cerlin gao 09/04/2007 06:32AM
Re: Install 0.6.0 by svn,configure error 2466 Jan Kneschke 09/04/2007 08:07AM
Re: Install 0.6.0 by svn,configure error 2529 cerlin gao 09/04/2007 08:19AM
Re: Install 0.6.0 by svn,configure error 2433 simon elliston ball 09/04/2007 08:24AM
Re: Install 0.6.0 by svn,configure error 2464 cerlin gao 09/04/2007 08:39AM
Re: Install 0.6.0 by svn,configure error 2466 simon elliston ball 09/04/2007 08:59AM
Re: Install 0.6.0 by svn,configure error 6130 cerlin gao 09/04/2007 06:58PM
Re: Install 0.6.0 by svn,configure error 3365 Jan Kneschke 09/05/2007 01:33AM
Re: Install 0.6.0 by svn,configure error 2855 cerlin gao 09/05/2007 02:20AM
Re: Install 0.6.0 by svn,configure error 2919 cerlin gao 09/04/2007 10:25PM
Re: Install 0.6.0 by svn,configure error 3958 cerlin gao 09/05/2007 02:46AM


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.