George R.Kasica <[EMAIL PROTECTED]> writes:

> Couple of questions here as I'm trying to install 1.36.3 in Linux
> 2.6.12.2 here.
> 
> 1) I cannot find ANYWHERE the depkgs1 tar file. I did locate a depkgs
> tar depkgs-22Jun05.tar.gz on the web site. 

AFAIK the depkgs1 tarball only contained the readline library, so it
should not be a problem to get it somewhere else.

> 2) I'm already running MySQL here quite successfully and would like it
> to run with that, BUT...it can't seem to get past the configuration
> step as shown below.
> 
> Configuration:

| [...]
|     --enable-static-tools \
|     --with-mysql=/usr/local/include/mysql
|     --with-working-dir=$HOME/bacula/bin/working \

There is a missing backslash after the --with-mysql parameter.
 
> checking for MySQL support... no
> configure: error: Invalid MySQL directory /usr/local/include/mysql -
> unable to find mysql.h under /usr/local/include/mysql
> ./defaultconfig: line 19: --with-working-dir=/root/bacula/bin/working:
> No such file or directory

Try using --with-mysql=/usr/local. The configure script automatically
selects the appropriate include directory. The error message is a bit
misleading, a better one would be "unable to find mysql.h under
/usr/local/include/mysql/include/mysql/ or
/usr/local/include/mysql/include/".

HTH,
Hendrik


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to