I have tried compiling the latest latest bacula code (1.38.11 & 1.39.26) and I get the following compile errors for filed and stored:

/usr/bin/g++ -O -L../lib -o bacula-sd stored.o ansi_label.o autochanger.o acquire.o append.o askdir.o authenticate.o block.o butil.o dev.o device.o dircmd.o dvd.o ebcdic.o fd_cmds.o job.o label.o mac.o match_bsr.o mount.o parse_bsr.o pythonsd.o read.o read_record.o record.o reserve.o scan.o spool.o status.o stored_conf.o wait.o -lz \
 -lbac -lm   -lpthread -ldl  -lwrap \
  -lssl -lcrypto
/usr/lib/gcc/i486-slackware-linux/3.4.4/../../../libwrap.a(hosts_access.o)(.text+0x64f): In function `host_match':
: undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status

I've tried googling for a fix, but other than pointing out that the problem has to do with NIS/YP libraries, I could not find any information about resolving the issue.

I am using Slackware 10.2 / Fedora Core 5 and the problem is reproducible in both environments. Hopefully someone has run into this problem before and knows a workaround. Config file follows.

TIA,

Mel

_______________________________________________________

Configuration on Fri Nov 10 11:03:06 MST 2006:

Host: i686-pc-linux-gnu -- slackware Slackware 10.2.0
 Bacula version:             1.39.26 (14 October 2006)
 Source code location:       .
 Install binaries:           /sbin
 Install config files:       /etc/bacula
 Scripts directory:          /etc/bacula
 Working directory:          /var/bacula/working
 PID directory:              /var/run
 Subsys directory:           /var/run/subsys
 Man directory:              /usr/share/man
 Data directory:             /usr/share
 C Compiler:                 gcc 3.4.4
 C++ Compiler:               /usr/bin/g++ 3.4.4
Compiler flags: -g -O2 -Wall -fno-strict-aliasing -fno-exceptions -fno-rtti
 Linker flags:                -O
 Libraries:                  -lpthread -ldl
 Statically Linked Tools:    no
 Statically Linked FD:       no
 Statically Linked SD:       no
 Statically Linked DIR:      no
 Statically Linked CONS:     no
 Database type:              PostgreSQL
 Database lib:               -L/usr/local/pgsql//lib -lpq -lcrypt

 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/local/pgsql//bin

 Large file support:         yes
 Bacula conio support:       yes -ltermcap
 readline support:           no
 TCP Wrappers support:       yes -lwrap
 TLS support:                yes
 Encryption support:         yes
 ZLIB support:               yes
 enable-smartalloc:          yes
 enable-gnome:               no
 enable-wx-console:          no
 enable-tray-monitor:
 client-only:                no
 build-dird:                 yes
 build-stored:               yes
 ACL support:                no
 Python support:             no

begin:vcard
fn:Mel Llaguno
n:Llaguno;Mel
org:Aclaro Softworks;Development
adr:;;1900A 11th Street S.E.;Calgary;Alberta;T2G 3G2;Canada
email;internet:[EMAIL PROTECTED]
title:Developer
tel;work:403.299.6612
tel;fax:403.247.8797
x-mozilla-html:FALSE
url:http://www.aclaro.com
version:2.1
end:vcard

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