MySQL Forums
Forum List  »  Router & Proxy

Compilation fails on SUSE 10.x, fixed....
Posted by: Ben Clewett
Date: October 19, 2007 08:27AM

Tried to install from source.

This failed as could not find pkg-config file "lua5.1.pc". This is now called "lua.pc" from latest lua 5.1.1 download. Copy file from new to old, and will work.

Next failed as required the '-ldl' linkage. Fixed by using:

./configure CFLAGS="-ldl"

After which it has installed:

# mysql-proxy --version
mysql-proxy 0.6.0

Hope this is useful...

Thanks, I look forward to useing it.

Options: ReplyQuote


Subject
Views
Written By
Posted
Compilation fails on SUSE 10.x, fixed....
2740
October 19, 2007 08:27AM


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.