-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Non parlo l'italiano.
I don't have this problem. [EMAIL PROTECTED] ~]# rpm -qa | grep zlib zlib-devel-1.2.1.2-1.2 zlib-1.2.1.2-1.2 Mine are a little newer, but that really shouldn't make a big difference. configure should not detect zlib if it is not there, though... did you run configure? What is in config.log? Ferdinando Pasqualetti wrote: > > Rispondo in italiano, penso sia più efficace. > Dovresti controllare se hai installato i packages zlib e zlib devel. Nel > mio sistema (RH AS 4) I have: > zlib-devel-1.2.1.2-1 > zlib-1.2.1.2-1 > > Saluiti ed auguri > > -------------------------------------------------------------------------- > Ferdinando Pasqualetti > G.T.Dati srl > Tel. 0557310862 - 3356172731 - Fax 055720143 > > > > > > *Piero Conte <[EMAIL PROTECTED]>* > Inviato da: [EMAIL PROTECTED] > > 23/12/2006 11.04 > > > Per > bacula-users@lists.sourceforge.net > CC > > Oggetto > [Bacula-users] Problem on compiling > > > > > > > > > Hello > > J am compiling bacula-1.38.11 on rhel4, but have problems. > > J send the output of configure and make commands. > > Thi is the error tha J obtain: > > > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/cats' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/dird > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/dird' > /usr/bin/g++ -O -L../lib -L../cats -L../findlib -o bacula-dir dird.o > admin.o authenticate.o autoprune.o backup.o bsr.o catreq.o dird_conf.o > expand.o fd_cmds.o getmsg.o inc_conf.o job.o jobq.o mac.o mountreq.o > msgchan.o next_vol.o newvol.o pythondir.o recycle.o restore.o run_conf.o > scheduler.o sql_cmds.o ua_acl.o ua_cmds.o ua_dotcmds.o ua_query.o > ua_input.o ua_label.o ua_output.o ua_prune.o ua_purge.o ua_restore.o > ua_run.o ua_select.o ua_server.o ua_status.o ua_tree.o ua_update.o > verify.o \ > -lsql -lfind -lbac -lm -L/usr/lib/mysql -lmysqlclient_r -lz > -lpthread \ > > /usr/bin/ld: cannot find -lz > <<------------------------------------------------------------------------------------------ > collect2: ld returned 1 exit status > make[1]: *** [bacula-dir] Error 1 > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/dird' > > > ====== Error in /usr/CONDIVISA/rpms/bacula-1.38.11/src/dird ====== > > > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/stored > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/stored' > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall mount.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall parse_bsr.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall pythonsd.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall read.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall read_record.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall record.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall reserve.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall spool.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall status.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall stored_conf.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall wait.c > /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.c fd_cmds.o job.o label.o > match_bsr.o mount.o parse_bsr.o pythonsd.o read.o read_record.o record.o > reserve.o spool.o status.o stored_conf.o wait.o \ > -lbac -lm -lpthread \ > > /usr/bin/g++ -c -I. \ > -I.. -g -O2 -Wall bls.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall ebcdic.c > /usr/bin/g++ -O -L../lib -L../findlib -o bls bls.o block.o butil.o > device.o dev.o label.o match_bsr.o ansi_label.o dvd.o ebcdic.o > autochanger.o acquire.o mount.o parse_bsr.o record.o reserve.o > read_record.o stored_conf.o spool.o wait.o -lfind \ > -lbac -lm -lpthread > /usr/bin/g++ -c -I. \ > -I.. -g -O2 -Wall bextract.c > /usr/bin/g++ -O -L../lib -L../findlib -o bextract bextract.o block.o > device.o dev.o label.o record.o ansi_label.o dvd.o ebcdic.o > autochanger.o acquire.o mount.o match_bsr.o parse_bsr.o butil.o > pythonsd.o reserve.o read_record.o stored_conf.o spool.o wait.o \ > -lfind -lbac -lm -lpthread > /usr/bin/g++ -c -I. \ > -I.. -g -O2 -Wall bscan.c > /usr/bin/g++ -O -L../lib -L../cats -L../findlib -o bscan bscan.o > block.o device.o dev.o label.o ansi_label.o dvd.o ebcdic.o autochanger.o > acquire.o mount.o record.o match_bsr.o parse_bsr.o reserve.o butil.o > read_record.o stored_conf.o spool.o wait.o \ > -lsql -L/usr/lib/mysql -lmysqlclient_r -lz -lfind -lbac -lm -lpthread > /usr/bin/ld: cannot find -lz > <<------------------------------------------------------------------------------------------ > collect2: ld returned 1 exit status > make[1]: *** [bscan] Error 1 > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/stored' > > > ====== Error in /usr/CONDIVISA/rpms/bacula-1.38.11/src/stored ====== > > > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/tools > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/tools' > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall bsmtp.c > /usr/bin/g++ -O -L../lib -o bsmtp bsmtp.o -lbac -lm -lpthread > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall dbcheck.c > /usr/bin/g++ -O -L../lib -L../cats -o dbcheck dbcheck.o > ../dird/dird_conf.o ../dird/run_conf.o ../dird/inc_conf.o -lsql -lbac > -lm -L/usr/lib/mysql -lmysqlclient_r -lz -lpthread > /usr/bin/ld: cannot find -lz > <<------------------------------------------------------------------------------------------ > collect2: ld returned 1 exit status > make[1]: *** [dbcheck] Error 1 > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/tools' > > > ====== Error in /usr/CONDIVISA/rpms/bacula-1.38.11/src/tools ====== > > > > > J hope that someone can help me. > > Excuse for my english > > Thanks > > piero > > checking for true... /bin/true > checking for false... /bin/false > configuring for bacula 1.38.11 (28 June 2006) > 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 g++... /usr/bin/g++ > checking for a BSD-compatible install... /usr/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/bin/ar > checking for openssl... /usr/bin/openssl > checking for mtx... /usr/sbin/mtx > checking for dd... /bin/dd > checking for mkisofs... mkisofs > checking for python... /usr/bin/python > checking for growisofs... growisofs > checking for dvd+rw-mediainfo... dvd+rw-mediainfo > checking for dvd+rw-format... dvd+rw-format > checking for pkg-config... pkg-config > checking for wx-config... wx-config > checking for cdrecord... cdrecord > checking for pidof... /sbin/pidof > checking for gawk... gawk > checking for gawk... /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 whether make sets $(MAKE)... yes > checking whether NLS is requested... yes > checking for msgfmt... /usr/bin/msgfmt > checking for gmsgfmt... /usr/bin/msgfmt > checking for xgettext... /usr/bin/xgettext > checking for msgmerge... /usr/bin/msgmerge > checking for ld used by GCC... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for shared library run path origin... done > checking for CFPreferencesCopyAppValue... no > checking for CFLocaleCopyCurrent... no > checking whether NLS is requested... yes > checking for GNU gettext in libc... yes > checking whether to use NLS... yes > checking where the gettext function comes from... libc > checking for msgfmt... (cached) /usr/bin/msgfmt > 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 lstat... yes > checking for lchown... yes > checking for nanosleep... yes > checking for nl_langinfo... yes > checking varargs.h usability... no > checking varargs.h presence... no > checking for varargs.h... no > checking for Python support... no > checking for socket... yes > using libc's socket > checking for OpenSSL... no > checking for PostgreSQL support... no > checking for MySQL support... yes > checking for SQLite3 support... no > checking for SQLite support... no > checking for getconf... getconf > checking for CFLAGS value to request large file support... > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > checking for LDFLAGS value to request large file support... > checking for LIBS value to request large file support... > checking for _FILE_OFFSET_BITS... 64 > checking for _LARGEFILE_SOURCE... 1 > checking for _LARGE_FILES... 1 > checking for X... no > checking assert.h usability... yes > checking assert.h presence... yes > checking for assert.h... yes > checking fcntl.h usability... yes > checking fcntl.h presence... yes > checking for fcntl.h... yes > checking grp.h usability... yes > checking grp.h presence... yes > checking for grp.h... yes > checking pwd.h usability... yes > checking pwd.h presence... yes > checking for pwd.h... yes > checking libc.h usability... no > checking libc.h presence... no > checking for libc.h... no > checking limits.h usability... yes > checking limits.h presence... yes > checking for limits.h... yes > checking stdarg.h usability... yes > checking stdarg.h presence... yes > checking for stdarg.h... yes > checking stdlib.h usability... yes > checking stdlib.h presence... yes > checking for stdlib.h... yes > checking stdint.h usability... yes > checking stdint.h presence... yes > checking for stdint.h... yes > checking string.h usability... yes > checking string.h presence... yes > checking for string.h... yes > checking termios.h usability... yes > checking termios.h presence... yes > checking for termios.h... yes > checking for termcap.h... (cached) yes > checking term.h usability... no > checking term.h presence... no > checking for term.h... no > checking unistd.h usability... yes > checking unistd.h presence... yes > checking for unistd.h... yes > checking sys/bitypes.h usability... yes > checking sys/bitypes.h presence... yes > checking for sys/bitypes.h... yes > checking sys/byteorder.h usability... no > checking sys/byteorder.h presence... no > checking for sys/byteorder.h... no > checking sys/ioctl.h usability... yes > checking sys/ioctl.h presence... yes > checking for sys/ioctl.h... yes > checking sys/select.h usability... yes > checking sys/select.h presence... yes > checking for sys/select.h... yes > checking sys/sockio.h usability... no > checking sys/sockio.h presence... no > checking for sys/sockio.h... no > checking sys/time.h usability... yes > checking sys/time.h presence... yes > checking for sys/time.h... yes > checking sys/socket.h usability... yes > checking sys/socket.h presence... yes > checking for sys/socket.h... yes > checking arpa/nameser.h usability... yes > checking arpa/nameser.h presence... yes > checking for arpa/nameser.h... yes > checking resolv.h usability... yes > checking resolv.h presence... yes > checking for resolv.h... yes > checking mtio.h usability... no > checking mtio.h presence... no > checking for mtio.h... no > checking sys/mtio.h usability... yes > checking sys/mtio.h presence... yes > checking for sys/mtio.h... yes > checking sys/tape.h usability... no > checking sys/tape.h presence... no > checking for sys/tape.h... no > checking regex.h usability... yes > checking regex.h presence... yes > checking for regex.h... yes > checking for ANSI C header files... yes > checking whether sys/types.h defines makedev... yes > checking for dirent.h that defines DIR... (cached) yes > checking for library containing opendir... (cached) none required > checking whether stat file-mode macros are broken... (cached) no > checking for sys/wait.h that is POSIX.1 compatible... yes > checking whether time.h and sys/time.h may both be included... yes > checking for struct stat.st_blksize... no > checking for struct stat.st_blocks... no > checking whether struct tm is in sys/time.h or time.h... time.h > checking for struct tm.tm_zone... yes > checking for utime.h... yes > checking for socklen_t... yes > checking for bigendian... no > checking for typeof... yes > checking for an ANSI C-conforming const... yes > checking how to get filesystem type... 4.3BSD > checking sys/statvfs.h usability... yes > checking sys/statvfs.h presence... yes > checking for sys/statvfs.h... yes > checking return type of signal handlers... void > checking for type of signal functions... posix > checking for mode_t... yes > checking for uid_t in sys/types.h... yes > checking for size_t... yes > checking for pid_t... yes > checking for off_t... yes > checking for ino_t... yes > checking for dev_t... yes > checking for daddr_t... yes > checking for major_t... no > checking for minor_t... no > checking for ssize_t... yes > checking for struct stat.st_blocks... (cached) no > checking for struct stat.st_rdev... no > checking whether struct tm is in sys/time.h or time.h... (cached) time.h > checking for an ANSI C-conforming const... (cached) yes > checking for char... yes > checking size of char... 1 > checking for short int... yes > checking size of short int... 2 > checking for int... yes > checking size of int... 4 > checking for long int... yes > checking size of long int... 4 > checking for long long int... yes > checking size of long long int... 8 > checking for int *... yes > checking size of int *... 4 > checking for u_int type... yes > checking for intmax_t type... yes > checking for u_intmax_t type... no > checking for intXX_t types... yes > checking for int64_t type... yes > checking for u_intXX_t types... yes > checking for u_int64_t types... yes > checking for uintXX_t types in sys/bitypes.h... no > checking for fork... yes > checking for getcwd... yes > checking for gethostname... yes > checking for getpid... yes > checking for gettimeofday... yes > checking for setpgid... yes > checking for setpgrp... yes > checking for setsid... yes > checking for signal... yes > checking for strerror... yes > checking for strncmp... yes > checking for strncpy... yes > checking for vfprintf... yes > checking for fchdir... yes > checking for strtoll... yes > checking for chflags... no > checking for snprintf... yes > checking for vsnprintf... yes > checking for gethostid... yes > checking for fseeko... yes > checking for localtime_r... yes > checking for readdir_r... yes > checking for strerror_r... yes > checking for gethostbyname_r... yes > checking for gethostbyname_r... (cached) yes > using libc's resolver > checking for inet_pton... yes > checking for inet_ntop... yes > checking for gethostbyname2... yes > checking for struct sockaddr has a sa_len field... no > checking for IPv6 support... yes > checking for strftime... yes > checking for vprintf... yes > checking for _doprnt... no > checking for working alloca.h... yes > checking for alloca... yes > checking for getmntent in -lsun... no > checking for getmntent in -lseq... no > checking for getmntent in -lgen... no > checking for getmntent... yes > checking whether closedir returns void... no > checking whether setpgrp takes no argument... yes > checking for setlocale in -lxpg4... no > checking for gettext in -lintl... no > checking for getpwnam in -lsun... no > checking zlib.h usability... no > checking zlib.h presence... no > checking for zlib.h... no > checking for deflate in -lz... no > checking sys/acl.h usability... no > checking sys/acl.h presence... no > checking for sys/acl.h... no > checking for acl_get_file... no > checking for acl_get_file in -lacl... no > checking for acltotext in -lsec... no > checking for pthread_create in -lpthread... yes > configure: creating ./config.status > config.status: creating autoconf/Make.common > config.status: creating Makefile > config.status: creating scripts/startmysql > config.status: creating scripts/stopmysql > config.status: creating scripts/btraceback > config.status: creating scripts/startit > config.status: creating scripts/stopit > config.status: creating scripts/bconsole > config.status: creating scripts/gconsole > config.status: creating scripts/bacula > config.status: creating scripts/bacula-ctl-dir > config.status: creating scripts/bacula-ctl-fd > config.status: creating scripts/bacula-ctl-sd > config.status: creating scripts/devel_bacula > config.status: creating scripts/Makefile > config.status: creating scripts/logrotate > config.status: creating scripts/bacula.desktop.gnome1 > config.status: creating scripts/bacula.desktop.gnome2 > config.status: creating scripts/bacula.desktop.gnome1.consolehelper > config.status: creating scripts/bacula.desktop.gnome2.consolehelper > config.status: creating scripts/bacula.desktop.gnome1.xsu > config.status: creating scripts/bacula.desktop.gnome2.xsu > config.status: creating scripts/gnome-console.console_apps > config.status: creating scripts/mtx-changer > config.status: creating scripts/disk-changer > config.status: creating scripts/dvd-handler > config.status: creating scripts/bacula-tray-monitor.desktop > config.status: creating scripts/logwatch/Makefile > config.status: creating scripts/logwatch/logfile.bacula.conf > config.status: creating scripts/wxconsole.console_apps > config.status: creating scripts/wxconsole.desktop.consolehelper > config.status: creating scripts/wxconsole.desktop.xsu > config.status: creating src/Makefile > config.status: creating src/host.h > config.status: creating src/console/Makefile > config.status: creating src/console/bconsole.conf > config.status: creating src/gnome2-console/Makefile > config.status: creating src/gnome2-console/gnome-console.conf > config.status: creating src/wx-console/Makefile > config.status: creating src/wx-console/wx-console.conf > config.status: creating src/tray-monitor/Makefile > config.status: creating src/tray-monitor/tray-monitor.conf > config.status: creating src/dird/Makefile > config.status: creating src/dird/bacula-dir.conf > config.status: creating src/lib/Makefile > config.status: creating src/stored/Makefile > config.status: creating src/stored/bacula-sd.conf > config.status: creating src/filed/Makefile > config.status: creating src/filed/bacula-fd.conf > config.status: creating src/filed/win32/Makefile > config.status: creating src/cats/Makefile > config.status: creating src/cats/make_catalog_backup > config.status: creating src/cats/delete_catalog_backup > config.status: creating src/cats/create_postgresql_database > config.status: creating src/cats/update_postgresql_tables > config.status: creating src/cats/make_postgresql_tables > config.status: creating src/cats/grant_postgresql_privileges > config.status: creating src/cats/drop_postgresql_tables > config.status: creating src/cats/drop_postgresql_database > config.status: creating src/cats/create_mysql_database > config.status: creating src/cats/update_mysql_tables > config.status: creating src/cats/make_mysql_tables > config.status: creating src/cats/grant_mysql_privileges > config.status: creating src/cats/drop_mysql_tables > config.status: creating src/cats/drop_mysql_database > config.status: creating src/cats/create_sqlite_database > config.status: creating src/cats/update_sqlite_tables > config.status: creating src/cats/make_sqlite_tables > config.status: creating src/cats/grant_sqlite_privileges > config.status: creating src/cats/drop_sqlite_tables > config.status: creating src/cats/drop_sqlite_database > config.status: creating src/cats/create_sqlite3_database > config.status: creating src/cats/update_sqlite3_tables > config.status: creating src/cats/make_sqlite3_tables > config.status: creating src/cats/grant_sqlite3_privileges > config.status: creating src/cats/drop_sqlite3_tables > config.status: creating src/cats/drop_sqlite3_database > config.status: creating src/cats/sqlite > config.status: creating src/cats/mysql > config.status: creating src/cats/create_bdb_database > config.status: creating src/cats/update_bdb_tables > config.status: creating src/cats/make_bdb_tables > config.status: creating src/cats/grant_bdb_privileges > config.status: creating src/cats/drop_bdb_tables > config.status: creating src/cats/drop_bdb_database > config.status: creating src/cats/create_bacula_database > config.status: creating src/cats/update_bacula_tables > config.status: creating src/cats/grant_bacula_privileges > config.status: creating src/cats/make_bacula_tables > config.status: creating src/cats/drop_bacula_tables > config.status: creating src/cats/drop_bacula_database > config.status: creating src/findlib/Makefile > config.status: creating src/tools/Makefile > config.status: creating src/win32/winbacula.nsi > config.status: creating src/win32/baculafd/bacula-fd.conf > config.status: creating src/win32/Makefile > config.status: creating src/win32/console/bconsole.conf > config.status: creating src/win32/wx-console/wx-console.conf > config.status: creating src/win32/pebuilder/Makefile > config.status: creating po/Makefile.in > config.status: creating platforms/Makefile > config.status: creating platforms/redhat/Makefile > config.status: creating platforms/redhat/bacula-fd > config.status: creating platforms/redhat/bacula-sd > config.status: creating platforms/redhat/bacula-dir > config.status: creating platforms/redhat/bacula.spec > config.status: creating src/config.h > config.status: executing default-1 commands > config.status: creating po/POTFILES > config.status: creating po/Makefile > config.status: executing default commands > Doing make of dependencies > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src' > make[1]: Nothing to be done for `depend'. > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/scripts > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/scripts' > make[1]: `depend' is up to date. > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/scripts' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/lib > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/lib' > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/lib' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/findlib > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/findlib' > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/findlib' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/filed > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/filed' > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/filed' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/console > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/console' > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/console' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/cats > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/cats' > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/cats' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/dird > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/dird' > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/dird' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/stored > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/stored' > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/stored' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/tools > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/tools' > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/tools' > > Configuration on Sat Dec 23 10:58:15 CET 2006: > > Host: i686-pc-linux-gnu -- > redhat Enterprise release > Bacula version: 1.38.11 (28 June 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.3 > C++ Compiler: /usr/bin/g++ 3.4.3 > Compiler flags: -g -O2 -Wall > Linker flags: -O > Libraries: -lpthread > Statically Linked Tools: no > 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: no > 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 > > > > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/scripts > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/scripts' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/scripts' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/lib > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/lib' > ==== Make of lib is good ==== > > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/lib' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/findlib > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/findlib' > ==== Make of findlib is good ==== > > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/findlib' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/filed > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/filed' > ==== Make of filed is good ==== > > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/filed' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/console > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/console' > ==== Make of console is good ==== > > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/console' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/cats > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/cats' > ==== Make of cats is good ==== > > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/cats' > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/dird > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/dird' > /usr/bin/g++ -O -L../lib -L../cats -L../findlib -o bacula-dir dird.o > admin.o authenticate.o autoprune.o backup.o bsr.o catreq.o dird_conf.o > expand.o fd_cmds.o getmsg.o inc_conf.o job.o jobq.o mac.o mountreq.o > msgchan.o next_vol.o newvol.o pythondir.o recycle.o restore.o run_conf.o > scheduler.o sql_cmds.o ua_acl.o ua_cmds.o ua_dotcmds.o ua_query.o > ua_input.o ua_label.o ua_output.o ua_prune.o ua_purge.o ua_restore.o > ua_run.o ua_select.o ua_server.o ua_status.o ua_tree.o ua_update.o > verify.o \ > -lsql -lfind -lbac -lm -L/usr/lib/mysql -lmysqlclient_r -lz > -lpthread \ > > /usr/bin/ld: cannot find -lz > collect2: ld returned 1 exit status > make[1]: *** [bacula-dir] Error 1 > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/dird' > > > ====== Error in /usr/CONDIVISA/rpms/bacula-1.38.11/src/dird ====== > > > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/stored > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/stored' > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall mount.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall parse_bsr.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall pythonsd.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall read.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall read_record.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall record.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall reserve.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall spool.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall status.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall stored_conf.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall wait.c > /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.c fd_cmds.o job.o label.o > match_bsr.o mount.o parse_bsr.o pythonsd.o read.o read_record.o record.o > reserve.o spool.o status.o stored_conf.o wait.o \ > -lbac -lm -lpthread \ > > /usr/bin/g++ -c -I. \ > -I.. -g -O2 -Wall bls.c > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall ebcdic.c > /usr/bin/g++ -O -L../lib -L../findlib -o bls bls.o block.o butil.o > device.o dev.o label.o match_bsr.o ansi_label.o dvd.o ebcdic.o > autochanger.o acquire.o mount.o parse_bsr.o record.o reserve.o > read_record.o stored_conf.o spool.o wait.o -lfind \ > -lbac -lm -lpthread > /usr/bin/g++ -c -I. \ > -I.. -g -O2 -Wall bextract.c > /usr/bin/g++ -O -L../lib -L../findlib -o bextract bextract.o block.o > device.o dev.o label.o record.o ansi_label.o dvd.o ebcdic.o > autochanger.o acquire.o mount.o match_bsr.o parse_bsr.o butil.o > pythonsd.o reserve.o read_record.o stored_conf.o spool.o wait.o \ > -lfind -lbac -lm -lpthread > /usr/bin/g++ -c -I. \ > -I.. -g -O2 -Wall bscan.c > /usr/bin/g++ -O -L../lib -L../cats -L../findlib -o bscan bscan.o > block.o device.o dev.o label.o ansi_label.o dvd.o ebcdic.o autochanger.o > acquire.o mount.o record.o match_bsr.o parse_bsr.o reserve.o butil.o > read_record.o stored_conf.o spool.o wait.o \ > -lsql -L/usr/lib/mysql -lmysqlclient_r -lz -lfind -lbac -lm -lpthread > /usr/bin/ld: cannot find -lz > collect2: ld returned 1 exit status > make[1]: *** [bscan] Error 1 > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/stored' > > > ====== Error in /usr/CONDIVISA/rpms/bacula-1.38.11/src/stored ====== > > > ==>Entering directory /usr/CONDIVISA/rpms/bacula-1.38.11/src/tools > make[1]: Entering directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/tools' > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall bsmtp.c > /usr/bin/g++ -O -L../lib -o bsmtp bsmtp.o -lbac -lm -lpthread > /usr/bin/g++ -c -I. -I.. -g -O2 -Wall dbcheck.c > /usr/bin/g++ -O -L../lib -L../cats -o dbcheck dbcheck.o > ../dird/dird_conf.o ../dird/run_conf.o ../dird/inc_conf.o -lsql -lbac > -lm -L/usr/lib/mysql -lmysqlclient_r -lz -lpthread > /usr/bin/ld: cannot find -lz > collect2: ld returned 1 exit status > make[1]: *** [dbcheck] Error 1 > make[1]: Leaving directory `/usr/CONDIVISA/rpms/bacula-1.38.11/src/tools' > > > ====== Error in /usr/CONDIVISA/rpms/bacula-1.38.11/src/tools ====== > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users - -- ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Systems Programmer III |$&| |__| | | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922) \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFkprjmb+gadEcsb4RAvymAKDIc89pp71q7dmMDeMv3yKSOAR/uwCfZueu Bna2QRP3mmKAaExLoZHb7p4= =DPu6 -----END PGP SIGNATURE----- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users