MySQL Forums
Forum List  »  Router & Proxy

Compile
Posted by: Lars Johansson
Date: September 10, 2007 07:15AM

Hi,
I have problems to compile the proxy.
If anyone can give guidance I would be very greatful.

System: Mandriva 2007.0
After install lua
lua -v
Lua 5.1.2 Copyright (C) 1994-2007 Lua.org, PUC-Rio

I configure:

./configure LUA_CFLAGS="-I/usr/local/include" LUA_LIBS="-L/usr/local/lib -llua"

then I try to make, which ends:

/usr/local/lib/liblua.a(loadlib.o): In function `gctm':
loadlib.c:(.text+0x101e): undefined reference to `dlclose'
collect2: ld returned 1 exit status
make[2]: *** [mysql-proxy] Error 1
make[2]: Leaving directory `/home/tooljn/proxy/mysql-proxy-0.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tooljn/proxy/mysql-proxy-0.5.1'
make: *** [all] Error 2

Options: ReplyQuote


Subject
Views
Written By
Posted
Compile
4150
September 10, 2007 07:15AM
2316
September 10, 2007 07:54AM
2336
September 10, 2007 08:21AM
2251
September 10, 2007 08:37AM
2237
September 10, 2007 08:46AM
2334
September 11, 2007 01:33AM
2294
September 11, 2007 04:03AM


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.