>>>>> On Mon, 7 Aug 2006 16:02:59 -0300, Rodrigo Gama said:
> 
> **I'm running mysql 5.0.18 under SuSE Linux. I Installed mysql (and
> mysql-devel) using yast and now I want to build bacula from source code.
> 
> When I run ./configure --with-mysql /usr/include/mysql It halts, with the
> following error:
> 
> checking for MySQL support... no
> configure: error: Invalid MySQL directory /usr/include/mysql/ - unable to
> find mysql.h under /usr/include/mysql/
> 
> But if I run   ls /usr/include/mysql/      the output is this:
> 
> 
> errmsg.h    m_string.h   my_dbug.h    my_global.h  my_no_pthread.h
> my_sys.h  mysql_com.h    mysql_version.h  raid.h        sslopt-case.h
> typelib.h
> keycache.h  my_alloc.h   my_dir.h     my_list.h    my_pthread.h
> my_xml.h  mysql_embed.h  mysqld_ername.h  sql_common.h  sslopt-longopts.h
> m_ctype.h   my_config.h  my_getopt.h  my_net.h     my_semaphore.h   mysql.h
> mysql_time.h   mysqld_error.h   sql_state.h   sslopt-vars.h
> 
> 
> That is, I have a mysql.h file under that directory. Does anyone knows
> what's happenning here? Any help will be appreciated

I think you need

./configure --with-mysql=/usr

or maybe just

./configure --with-mysql

__Martin

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to