I'm posting this again in hopes of getting some help on installing
Bacula so I can continue to configuration. Right now I'm unable to
install the problem and the docs give no clear idea of how to solve
this.

See below.



Hello:

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. 

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:
#!/bin/sh
#
# This is a default configuration file for Bacula that
# sets reasonable defaults, and assumes that you do not
# have MySQL running.  It will "install" Bacula into
# bin and etc in the current directory.
#
 
CFLAGS="-g -Wall" \
  ./configure \
    --sbindir=$HOME/bacula/bin \
    --sysconfdir=$HOME/bacula/bin \
    --with-pid-dir=$HOME/bacula/bin/working \
    --with-subsys-dir=$HOME/bacula/bin/working \
    --enable-smartalloc \
    --enable-static-tools \
    --with-mysql=/usr/local/include/mysql
    --with-working-dir=$HOME/bacula/bin/working \
    [EMAIL PROTECTED] \
    [EMAIL PROTECTED] \
    --with-smtp-host=eagle.netwrx1.com
 
exit 0

Results:
[bacula-1.36.3]# ./defaultconfig  
checking for true... /bin/true
checking for false... /bin/false
configuring for bacula 1.36.3 (22 April 2005)
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /bin/install -c
checking for ranlib... ranlib
checking for mv... /bin/mv
checking for rm... /bin/rm
checking for cp... /bin/cp
checking for sed... /bin/sed
checking for echo... /bin/echo
checking for cmp... /usr/bin/cmp
checking for tbl... /usr/bin/tbl
checking for ar... /usr/local/bin/ar
checking for openssl... none
checking for mtx... /usr/local/sbin/mtx
checking for pkg-config... pkg-config
checking for wx-config... wx-config
checking for cdrecord... /usr/local/bin/cdrecord
checking for pidof... /bin/pidof
checking for gawk... gawk
checking for gawk... /usr/bin/gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for Operating System Distribution... done
checking for msgfmt... /usr/bin/msgfmt
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking for tgetent in -ltermcap... yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for strcasecmp... yes
checking for select... yes
checking for setenv... yes
checking for putenv... yes
checking for tcgetattr... yes
checking for setlocale... yes
checking for lstat... yes
checking for lchown... yes
checking for nanosleep... yes
checking for nl_langinfo... yes
checking varargs.h usability... yes
checking varargs.h presence... yes
checking for varargs.h... yes
checking for socket... yes
using libc's socket
checking for PostgreSQL support... no
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


Now when I look for the problem file, its quite clearly in the
location specified:
[bacula-1.36.3]# find / -name mysql.h -print -depth
/usr/local/include/mysql/mysql.h

What am I doing wrong here and how do I proceed??

Thanks,
===[George R. Kasica]===        +1 262 677 0766
President                       +1 206 374 6482 FAX 
Netwrx Consulting Inc.          Jackson, WI USA 
http://www.netwrx1.com
[EMAIL PROTECTED]
ICQ #12862186


-------------------------------------------------------
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