MySQL Forums
Forum List  »  Router & Proxy

Compile error - liblua.so
Posted by: Sebastian Vandekerckhove
Date: August 13, 2007 08:34AM

Hello,

I've a compile error with sources.

$ ./configure --prefix=/usr
$ make
...
gcc -g -O2 -o mysql-proxy mysql_proxy-mysql-proxy.o mysql_proxy-network-mysqld.o mysql_proxy-network-mysqld-proto.o mysql_proxy-network-mysqld-proxy.o mysql_proxy-network-mysqld-server.o mysql_proxy-network-mysqld-table.o -levent -lglib-2.0 -llua -lm
/usr/lib/gcc/i686-pc-linux-gnu/4.2.1/../../../liblua.so: undefined reference to `dlsym'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.1/../../../liblua.so: undefined reference to `dlerror'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.1/../../../liblua.so: undefined reference to `dlopen'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.1/../../../liblua.so: undefined reference to `dlclose'
collect2: ld a retourné 1 code d'état d'exécution

Thanks for your help

Options: ReplyQuote


Subject
Views
Written By
Posted
Compile error - liblua.so
6369
August 13, 2007 08:34AM
2701
August 13, 2007 08:53AM
3046
August 13, 2007 11:00AM


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.