Hi all,
I'm attempting to build 1.36.2 on RH9 from source. Very green at this so bear with me. Here is my configure script:
#!/bin/sh # Tom's config script on Emperor CFLAGS="-g -Wall" ./configure \ --prefix=/usr \ --sbindir=/usr/sbin \ --sysconfdir=/etc/bacula \ --with-scriptdir=/etc/bacula \ --enable-smartalloc \ --enable-gnome \ --with-postgresql \ --with-working-dir=/var/bacula \ --with-pid-dir=/var/run \ --with-subsys-dir=/var/lock/subsys \ --enable-conio
Above was modified from the sample "traditional RedHat Linux install" script in the manual.
Everything seemed OK until "make install" when I got the following errors, culled from the whole log:
make[1]: *** No rule to make target `../findlib/libfind.a', needed by `bacula-fd'. Stop.
....
make[1]: *** No rule to make target `../lib/libbac.a', needed by `bconsole'. Stop.
make[1]: Leaving directory `/bacula-1.36.2/src/console'
....
make[1]: *** No rule to make target `../lib/libbac.a', needed by `bacula-dir'.
Stop.
....
make[1]: *** No rule to make target `../lib/libbac.a', needed by `bacula-sd'. Stop.
...
make[1]: Entering directory `/bacula-1.36.2/src/tools'
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 `/bacula-1.36.2/src/tools'
make: *** [install] Error 1
Any suggestions are appreciated! Thanks.
-- Tom Plancon CAD/IS Manager BKA Architects, Inc. 142 Crescent St. Brockton, MA 02302 508-583-5603 [EMAIL PROTECTED]
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users