[Bacula-users] update bacula on debian3.1

2006-08-13 Thread stefan
Hello all,
I installed bacula on debian 3.1. I want to backup to DVD and I raed that I 
have to use a newer version than the version debian is installing.
I downloaded the tar.gz and want to compile.
When I do ./configure --wtith-mysql then I get the error that mysql.h is not 
found and the script stops:
configure: error: Invalid MySQL directory /usr/include/mysql/ - unable to 
find mysql.h under /usr/include/mysql/


libmyscqlclient14-dev is installed and mysql.h in in the 
path /usr/include/mysql/.

Can someone tell me what is the correct way to update bacula from 1.36 to 
1.38?

Can someone help?

tia

stefan


pgpQKBO7YIWof.pgp
Description: PGP signature
-
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=lnkkid=120709bid=263057dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] update bacula on debian3.1

2006-08-13 Thread Greg Vickers
Hi Stefan,

stefan wrote:
 Hello all,
 I installed bacula on debian 3.1. I want to backup to DVD and I raed that I 
 have to use a newer version than the version debian is installing.
 I downloaded the tar.gz and want to compile.
 When I do ./configure --wtith-mysql then I get the error that mysql.h is not 
 found and the script stops:
 configure: error: Invalid MySQL directory /usr/include/mysql/ - unable to 
 find mysql.h under /usr/include/mysql/
 
 libmyscqlclient14-dev is installed and mysql.h in in the 
 path /usr/include/mysql/.
 
 Can someone tell me what is the correct way to update bacula from 1.36 to 
 1.38?

If I were you, I would use the Bacula package available off of the 
Backports web site: http://www.backports.org/

(Which I've just discovered is moving to a new web interface... which 
isn't finished yet... doh.)

So here is what you should do:
In your /etc/apt/sources file, add the following line: (beware wrapped 
line in email)
deb http://www.backports.org/debian/ sarge-backports main contrib non-free

(Check the mirror list for a mirror closest to you: 
http://www.backports.org/debian/README.mirrors.html)

In your /etc/apt/preferences file:
Package: *
Pin: release a=sarge-backports
Pin-Priority: 200

That way you will not be able to install a package from backports 
without doing the following:
# aptitude -t sarge-backports install bacula

(the '-t sarge-backports' specifies which target release you want to 
install from.)

And you should have bacula 1.38.11 installed! (Beware it pulls down a 
heap of KDE stuff as well - about 366Mb all up on my system!)

 Can someone help?

Give the above a shot.

 tia
 
 stefan

Greg


-
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=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] update bacula on debian3.1

2006-08-13 Thread stefan

Hi Greg,
thanks for the fast and quick reply :)

 If I were you, I would use the Bacula package available off of the
 Backports web site: http://www.backports.org/

 (Which I've just discovered is moving to a new web interface... which
 isn't finished yet... doh.)

 So here is what you should do:
 In your /etc/apt/sources file, add the following line: (beware wrapped
 line in email)
 deb http://www.backports.org/debian/ sarge-backports main contrib
 non-free

 (Check the mirror list for a mirror closest to you:
 http://www.backports.org/debian/README.mirrors.html)

 In your /etc/apt/preferences file:
 Package: *
 Pin: release a=sarge-backports
 Pin-Priority: 200

 That way you will not be able to install a package from backports
 without doing the following:
 # aptitude -t sarge-backports install bacula

 (the '-t sarge-backports' specifies which target release you want to
 install from.)

 And you should have bacula 1.38.11 installed! (Beware it pulls down a
 heap of KDE stuff as well - about 366Mb all up on my system!)

This is really good working. I also had to update the mysql database with
./update_mysql_tables_8_to_9 . So I had to download the tar.gz  first.
Is there another way to update the mysql DB?

update successfull
many thanks! :)

maybe someone should write this on website!!

stefan


pgpabDZWDVGoB.pgp
Description: PGP signature
-
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=lnkkid=120709bid=263057dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] update bacula on debian3.1

2006-08-13 Thread Greg Vickers
Hi stefan,

stefan wrote:
 Hi Greg,
 thanks for the fast and quick reply :)

snip

 This is really good working. I also had to update the mysql database with
 ./update_mysql_tables_8_to_9 . So I had to download the tar.gz  first.
 Is there another way to update the mysql DB?

Hm, I'm not that familiar with the process, maybe someone else here can 
help with this problem?

 update successfull
 many thanks! :)

No worries.

 maybe someone should write this on website!!

That would be great, I'd be happy to write it in a more legible fashion :)

 stefan

Greg

-
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=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users