MySQL Forums
Forum List  »  Router & Proxy

Re: Problem to compile from src
Posted by: Jan Kneschke
Date: June 26, 2007 09:20AM

In file included from mysql-proxy.c:22:
network-mysqld.h:38:19: error: mysql.h: No such file or directory

hmm, can you check if running configure found mysql_config ?

It should read like:

...
checking for MySQL support... yes
checking for mysql_config... /usr/bin/mysql_config
checking for MySQL includes at... -I/usr/include/mysql
checking errmsg.h usability... yes
checking errmsg.h presence... yes
checking for errmsg.h... yes
checking mysql.h usability... yes
checking mysql.h presence... yes
checking for mysql.h... yes
...

Options: ReplyQuote


Subject
Views
Written By
Posted
4683
June 26, 2007 08:19AM
Re: Problem to compile from src
3042
June 26, 2007 09:20AM
2918
June 26, 2007 10:20AM


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.