MySQL Forums
Forum List  »  Router & Proxy

Re: installation error on Ubuntu
Posted by: simon elliston ball
Date: September 06, 2007 04:26PM

what you actually want to go for is:
./configure LUA_CFLAGS="-I/usr/include/" LUA_LDFLAGS="-L/usr/lib64/ -llua" --prefix=/app/mysql_proxy/0.51


the paths only need the basename, not the full path to the header/lib. ld shoulds take care of the rest.

The other thing to check is that you have lua-devel installed.

Options: ReplyQuote


Subject
Views
Written By
Posted
3714
August 17, 2007 06:42AM
2284
August 17, 2007 07:45AM
3427
September 06, 2007 01:07PM
Re: installation error on Ubuntu
2585
September 06, 2007 04:26PM


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.