On Tuesday 20 December 2005 19:00, John wrote: > Being a devotee to YUM i have limited exposure to makefiles. > > I have installed bacula-postgresql-1.38 from rpm and have been running > and testing for a few days. > > I moved to making a Rescue CD but /etc/bacula/rescue/ ./configure > gives error message --with-bacula=PATH. > > I ignored this and cd to "~rescue/linux/cdrom" ".make all" not > surprisingly gives ./make static-bacula error no such path (not > verbatim). > > The readme states ./configure --with-bacula=PATH <path to bacula > source>. > > My questions > Should i have the source files, as i thought the rpm were compiled > binaries and a search offers no directories that seem to fit the bill. > > Is there some ./configure option that points to a pre-built "static- > bacula" instead of source. > > > This is probably simple so apologies in advance but something is not > right and being new to bacula i do not know what should be where.
There seems to be some problem here, because the rescue rpm should load a copy of the rescue directory that "knows" that it was installed by an rpm and hence it should pick up the static bacula FD that was installed with your normal rpm. Apparently it is not doing this. By following the scripts you may be able to resolve the problem yourself -- in any case, I'll try to look at this in the next couple of days. In any case, you should be using make all rather than .make all The make procedure is looking for a file rpm-install (if I remember right), which is the signal to take the installed static-bacula. > > John W > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Bacula-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bacula-users -- Best regards, Kern ("> /\ V_V ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
