Re: [Bacula-users] Build from source errors

2005-03-25 Thread Tom Plancon
Kern Sibbald wrote: On Friday 25 March 2005 15:06, Tom Plancon wrote: Tobias Barth wrote: "make install" always does a "make" when the things that should be installed are not there. This is why the compiler errors occur. On my SuSE system I also encountered this problem and I installed the

Re: [Bacula-users] Build from source errors

2005-03-25 Thread Tom Plancon
Jeff McCune wrote: Tom Plancon wrote: Sorry if my procedure was unclear. What I actually did was: configure script make make clean make install -- That is when the errors occurred. Why are you doing a make clean in between a make and a make install? Make clean removes and cleans the work done by m

Re: [Bacula-users] Build from source errors

2005-03-25 Thread Kern Sibbald
On Friday 25 March 2005 15:06, Tom Plancon wrote: > Tobias Barth wrote: > > "make install" always does a "make" when the things that should be > > installed are not there. This is why the compiler errors occur. On my > > SuSE system I also encountered this problem and I installed the > > "ncurses-d

Re: [Bacula-users] Build from source errors

2005-03-25 Thread Jeff McCune
Tom Plancon wrote: Sorry if my procedure was unclear. What I actually did was: configure script make make clean make install -- That is when the errors occurred. Why are you doing a make clean in between a make and a make install? Make clean removes and cleans the work done by make. Try make and

Re: [Bacula-users] Build from source errors

2005-03-25 Thread Tom Plancon
Tobias Barth wrote: "make install" always does a "make" when the things that should be installed are not there. This is why the compiler errors occur. On my SuSE system I also encountered this problem and I installed the "ncurses-devel" and "termcap" packets and then bacula was compiled without

Re: [Bacula-users] Build from source errors

2005-03-24 Thread Jeff McCune
Tobias Barth wrote: "make install" always does a "make" when the things that should be installed are not there. Depends on the Makefile... So not always. Regards, -- Jeff McCune OSU Department of Mathematics System Support (614) 292-4962 gpg --keyserver pgp.mit.edu --recv-key BAF3211A ---

Re: [Bacula-users] Build from source errors

2005-03-24 Thread Tobias Barth
"make install" always does a "make" when the things that should be installed are not there. This is why the compiler errors occur. On my SuSE system I also encountered this problem and I installed the "ncurses-devel" and "termcap" packets and then bacula was compiled without errors. Greetings,

Re: [Bacula-users] Build from source errors

2005-03-24 Thread Kern Sibbald
On Thursday 24 March 2005 21:45, Tom Plancon wrote: > 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 \ > --sb

[Bacula-users] Build from source errors

2005-03-24 Thread Tom Plancon
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