I think I followed the installation instructions and I've RTM.  I ran configure thus (I've tried with and without the -02 compiler flag and with and without --enable-static-tools):
 

CFLAGS="-g -Wall -O2" ./configure \
  --prefix=/usr \
  --sbindir=/usr/sbin \
  --sysconfdir=/etc/bacula \
  --with-scriptdir=/etc/bacula \
  --enable-smartalloc \
  --enable-gnome \
  --with-mysql \
  --with-working-dir=/var/bacula \
  --with-pid-dir=/var/run \
  --with-subsys-dir=/var/lock/subsys \
  --enable-conio \
  --enable-static-tools
 
make gives:
 
/usr/bin/g++   -c     -I. -I..  -g -Wall  reserve.c
/usr/bin/g++   -c     -I. -I..  -g -Wall  spool.c
/usr/bin/g++   -c     -I. -I..  -g -Wall  status.c
/usr/bin/g++   -c     -I. -I..  -g -Wall  stored_conf.c
/usr/bin/g++   -c     -I. -I..  -g -Wall  wait.c
make[1]: *** No rule to make target `../lib/libbac.a', needed by `bacula-sd'.  Stop.
make[1]: Leaving directory `/usr/local/bacula/bacula-1.38.2/src/stored'
make[1]: Entering directory `/usr/local/bacula/bacula-1.38.2/src/tools'
/usr/bin/g++   -c   -I. -I..  -g -Wall  bsmtp.c
make[1]: *** No rule to make target `../lib/libbac.a', needed by `bsmtp'.  Stop.
make[1]: Leaving directory `/usr/local/bacula/bacula-1.38.2/src/tools'
make: *** [install] Error 1
 
and cat config.out gives:
 
Configuration on Thu Dec  8 21:27:43 GMT 2005:
 
  Host:                       i686-pc-linux-gnu -- redhat 9
  Bacula version:             1.38.2 (20 November 2005)
  Source code location:       .
  Install binaries:           /usr/sbin
  Install config files:       /etc/bacula
  Scripts directory:          /etc/bacula
  Working directory:          /var/bacula
  PID directory:              /var/run
  Subsys directory:           /var/lock/subsys
  Man directory:              /usr/share/man
  Data directory:             /usr/share
  C Compiler:                 gcc 3.2.2
  C++ Compiler:               /usr/bin/g++ 3.2.2
  Compiler flags:              -g -Wall
  Linker flags:
  Libraries:                  -lpthread
  Statically Linked Tools:    yes
  Statically Linked FD:       no
  Statically Linked SD:       no
  Statically Linked DIR:      no
  Statically Linked CONS:     no
  Database type:              MySQL
  Database lib:               -L/usr/lib/mysql -lmysqlclient_r -lz
 
  Job Output Email:           [EMAIL PROTECTED]
  Traceback Email:            [EMAIL PROTECTED]
  SMTP Host Address:          localhost
 
  Director Port:              9101
  File daemon Port:           9102
  Storage daemon Port:        9103
 
  Director User:
  Director Group:
  Storage Daemon User:
  Storage DaemonGroup:
  File Daemon User:
  File Daemon Group:
 
  SQL binaries Directory      /usr/bin
 
  Large file support:         yes
  Bacula conio support:       yes -ltermcap
  readline support:           no
  TCP Wrappers support:       no
  TLS support:                no
  ZLIB support:               yes
  enable-smartalloc:          yes
  enable-gnome:               yes Version 2.x
  enable-wx-console:          no
  enable-tray-monitor:
  client-only:                no
  build-dird:                 yes
  build-stored:               yes
  ACL support:                yes
  Python support:             no
 
So can someone tell me what I'm missing?
 
Thanks

 

 

 

 


This e-mail and any files attached to it may contain confidential material and any such material is private to the sender and the sender's intended recipient(s). If you receive this e-mail in error then you are not permitted to use the information contained in the e-mail, disclose it to another party, copy it, save it, or place reliance on anything it contains. If you have received this e-mail message in error, please notify the sender by returning it and immediately remove it from your computer system. Risktec Solutions Limited has taken all reasonable steps to ensure its e-mail system is used properly, however no responsibility can be accepted for improper and illegal content of this email, nor do personal comments or views expressed in this email necessarily reflect those of the Company.

Reply via email to