Hi, 
I have a new install of FC5 with gcc, mysql & development tools,
I'm trying to compile with recommended configure options of 
CFLAGS="-g -Wall" ./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

the configure sets up fine but make install fails with these errors:
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]: *** No rule to make target `../lib/libbac.a', needed by
`gnome-console'.  Stop.
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]: *** No rule to make target `../lib/libbac.a', needed by
`bsmtp'.  Stop.

I've checked mail archives and I do have ar & ranlib in the path, 
I have bacula-1.38.8 

Also,
the install doc says there is a source release file called
bacula-gui-1.38.0.tar.gz but I cant locate it.  I'll assume its within
the primary tarball, yes?

Thanks,
Paul Van Allsburg




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