Re: [Bacula-users] Bacula install in Ubuntu 5.10

2006-06-01 Thread Martin Simmons
> On Wed, 31 May 2006 10:45:50 +0200, Danie <[EMAIL PROTECTED]> said:
> 
> Hi ,
> 
> 
> Ger Apeldoorn wrote:
> > Hi!
> >
> > I just did this today, but then on ubuntu 6.06.
> >
> > If you install the packages:
> > build-essential, mysql-server and gnome-devel (last if you want the gnome 
> > console)
> >
> > and do the following configure:
> > ./configure --enable-gnome --enable-tray-monitor --with-mysql 
> > --with-fd-password=[password] --with-sd-password=[password] 
> > --with-dir-password=[password] --enable-smartalloc
> >   
> This went smooth , when I did a make install I get :
> 
> make[1]: *** No rule to make target `../lib/libbac.a', needed by 
> `bacula-dir'.  Stop.

Run make (with no args) first.

__Martin


> > then it should work... (worked for me)
> >
> > Greetings,
> > Ger.
> >
> >
> > Op dinsdag 30 mei 2006 14:17, schreef Danie:
> >   
> >> Hi all ,
> >>
> >> Busy with a new install in Ubuntu 5.10 , I first tried the apt-get way ,
> >> but the packages seems to be depreciated (1.36 I think) , so I opted to
> >> compile bacula from source however I'm having trouble with mysql.
> >>
> >> When I run the ./configure script (I used the example in the manual) all
> >> goes well up to the mysql where it complains about not finding the
> >> working directory :
> >>
> >> configure: error: Invalid MySQL directory /usr/include/mysql/ - unable
> >> to find mysql.h under /usr/include/mysql/
> >>
> >> now I check and mysql.h is in fact in this directory , please help as I
> >> am a bit stuck.
> >>
> >> TIA
> >>
> >> Daniel
> >>
> >>
> >> ___
> >> Bacula-users mailing list
> >> Bacula-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/bacula-users
> >> 
> >
> >
> >
> > ___
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
> >
> >   
> 
> 
> 
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula install in Ubuntu 5.10

2006-06-01 Thread Danie
Hi Jesper ,

I decided to build from source , but thanks for the suggestions!

I will definitely give this a try on my test machine , I have been 
experiencing difficulties using the make install-autostart script :(




Jesper Krogh wrote:
> Hi.
>
> 1.38.something has been dropped into Debian/unstable. If you (like I) would
> like to have a system where there is as small part as possible installed
> using sources, you could easily backport these to Ubuntu 5.10 (or 6.06) by:
>
> 1) Adding the deb-src entry for Debian/unstable in your sources.list'
> 2) apt-get source bacula
> 3) cd bacula-
> 4) dpkg-buildpackage -a -rfakeroot
>
> Then you'd get the packages build for your Ubuntu system.
> (When you've installed alle the build dependencies).
>
> Jesper (running bacula 1.36 on Ubuntu 5.10/6.06)
>
>   
>> Hi!
>>
>>
>> I just did this today, but then on ubuntu 6.06.
>>
>>
>> If you install the packages:
>> build-essential, mysql-server and gnome-devel (last if you want the gnome
>> console)
>>
>> and do the following configure: ./configure --enable-gnome
>> --enable-tray-monitor --with-mysql
>> --with-fd-password=[password] --with-sd-password=[password]
>> --with-dir-password=[password] --enable-smartalloc
>>
>>
>> then it should work... (worked for me)
>>
>> Greetings,
>> Ger.
>>
>>
>>
>> Op dinsdag 30 mei 2006 14:17, schreef Danie:
>>
>> 
>>> Hi all ,
>>>
>>>
>>> Busy with a new install in Ubuntu 5.10 , I first tried the apt-get way
>>> ,
>>> but the packages seems to be depreciated (1.36 I think) , so I opted to
>>> compile bacula from source however I'm having trouble with mysql.
>>>
>>> When I run the ./configure script (I used the example in the manual)
>>> all goes well up to the mysql where it complains about not finding the
>>> working directory :
>>>
>>> configure: error: Invalid MySQL directory /usr/include/mysql/ - unable
>>> to find mysql.h under /usr/include/mysql/
>>>
>>> now I check and mysql.h is in fact in this directory , please help as I
>>>  am a bit stuck.
>>>
>>> TIA
>>>
>>>
>>> Daniel
>>>
>>>
>>>
>>> ___
>>> Bacula-users mailing list
>>> Bacula-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>
>>>   
>>
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>>
>> 
>
>
>   



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula install in Ubuntu 5.10

2006-05-31 Thread Jérôme Warnier
Le mardi 30 mai 2006 à 14:17 +0200, Danie a écrit :
> Hi all ,
> 
> Busy with a new install in Ubuntu 5.10 , I first tried the apt-get way , 
> but the packages seems to be depreciated (1.36 I think) , so I opted to 
> compile bacula from source however I'm having trouble with mysql.
You should probably just try to get the sources from Debian Unstable and
try those. Any feedback from Ubuntu would probably be much appreciated.

Regards

[..]
> TIA
> 
> Daniel




___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula install in Ubuntu 5.10

2006-05-31 Thread Danie
Hi ,


Ger Apeldoorn wrote:
> Hi!
>
> I just did this today, but then on ubuntu 6.06.
>
> If you install the packages:
> build-essential, mysql-server and gnome-devel (last if you want the gnome 
> console)
>
> and do the following configure:
> ./configure --enable-gnome --enable-tray-monitor --with-mysql 
> --with-fd-password=[password] --with-sd-password=[password] 
> --with-dir-password=[password] --enable-smartalloc
>   
This went smooth , when I did a make install I get :

make[1]: *** No rule to make target `../lib/libbac.a', needed by 
`bacula-dir'.  Stop.
> then it should work... (worked for me)
>
> Greetings,
> Ger.
>
>
> Op dinsdag 30 mei 2006 14:17, schreef Danie:
>   
>> Hi all ,
>>
>> Busy with a new install in Ubuntu 5.10 , I first tried the apt-get way ,
>> but the packages seems to be depreciated (1.36 I think) , so I opted to
>> compile bacula from source however I'm having trouble with mysql.
>>
>> When I run the ./configure script (I used the example in the manual) all
>> goes well up to the mysql where it complains about not finding the
>> working directory :
>>
>> configure: error: Invalid MySQL directory /usr/include/mysql/ - unable
>> to find mysql.h under /usr/include/mysql/
>>
>> now I check and mysql.h is in fact in this directory , please help as I
>> am a bit stuck.
>>
>> TIA
>>
>> Daniel
>>
>>
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>> 
>
>
>
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>   



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula install in Ubuntu 5.10

2006-05-31 Thread Jesper Krogh
Hi.

1.38.something has been dropped into Debian/unstable. If you (like I) would
like to have a system where there is as small part as possible installed
using sources, you could easily backport these to Ubuntu 5.10 (or 6.06) by:

1) Adding the deb-src entry for Debian/unstable in your sources.list'
2) apt-get source bacula
3) cd bacula-
4) dpkg-buildpackage -a -rfakeroot

Then you'd get the packages build for your Ubuntu system.
(When you've installed alle the build dependencies).

Jesper (running bacula 1.36 on Ubuntu 5.10/6.06)

> Hi!
>
>
> I just did this today, but then on ubuntu 6.06.
>
>
> If you install the packages:
> build-essential, mysql-server and gnome-devel (last if you want the gnome
> console)
>
> and do the following configure: ./configure --enable-gnome
> --enable-tray-monitor --with-mysql
> --with-fd-password=[password] --with-sd-password=[password]
> --with-dir-password=[password] --enable-smartalloc
>
>
> then it should work... (worked for me)
>
> Greetings,
> Ger.
>
>
>
> Op dinsdag 30 mei 2006 14:17, schreef Danie:
>
>> Hi all ,
>>
>>
>> Busy with a new install in Ubuntu 5.10 , I first tried the apt-get way
>> ,
>> but the packages seems to be depreciated (1.36 I think) , so I opted to
>> compile bacula from source however I'm having trouble with mysql.
>>
>> When I run the ./configure script (I used the example in the manual)
>> all goes well up to the mysql where it complains about not finding the
>> working directory :
>>
>> configure: error: Invalid MySQL directory /usr/include/mysql/ - unable
>> to find mysql.h under /usr/include/mysql/
>>
>> now I check and mysql.h is in fact in this directory , please help as I
>>  am a bit stuck.
>>
>> TIA
>>
>>
>> Daniel
>>
>>
>>
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>
>
>
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>


-- 
Jesper Krogh



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula install in Ubuntu 5.10

2006-05-30 Thread Ger Apeldoorn
Hi!

I just did this today, but then on ubuntu 6.06.

If you install the packages:
build-essential, mysql-server and gnome-devel (last if you want the gnome 
console)

and do the following configure:
./configure --enable-gnome --enable-tray-monitor --with-mysql 
--with-fd-password=[password] --with-sd-password=[password] 
--with-dir-password=[password] --enable-smartalloc

then it should work... (worked for me)

Greetings,
Ger.


Op dinsdag 30 mei 2006 14:17, schreef Danie:
> Hi all ,
>
> Busy with a new install in Ubuntu 5.10 , I first tried the apt-get way ,
> but the packages seems to be depreciated (1.36 I think) , so I opted to
> compile bacula from source however I'm having trouble with mysql.
>
> When I run the ./configure script (I used the example in the manual) all
> goes well up to the mysql where it complains about not finding the
> working directory :
>
> configure: error: Invalid MySQL directory /usr/include/mysql/ - unable
> to find mysql.h under /usr/include/mysql/
>
> now I check and mysql.h is in fact in this directory , please help as I
> am a bit stuck.
>
> TIA
>
> Daniel
>
>
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula install in Ubuntu 5.10

2006-05-30 Thread Jeronimo Zucco
Install libmysqlclient15-dev before compile.

-- 
Jeronimo Zucco
LPIC-1 Linux Professional Institute Certified
Núcleo de Processamento de Dados
Universidade de Caxias do Sul

http://jczucco.blogspot.com

Danie wrote:
> Hi all ,
> 
> Busy with a new install in Ubuntu 5.10 , I first tried the apt-get way , 
> but the packages seems to be depreciated (1.36 I think) , so I opted to 
> compile bacula from source however I'm having trouble with mysql.
> 
> When I run the ./configure script (I used the example in the manual) all 
> goes well up to the mysql where it complains about not finding the 
> working directory :
> 
> configure: error: Invalid MySQL directory /usr/include/mysql/ - unable 
> to find mysql.h under /usr/include/mysql/
> 
> now I check and mysql.h is in fact in this directory , please help as I 
> am a bit stuck.
> 
> TIA
> 
> Daniel
> 
> 
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula install in Ubuntu 5.10

2006-05-30 Thread Danie
Hi all ,

Busy with a new install in Ubuntu 5.10 , I first tried the apt-get way , 
but the packages seems to be depreciated (1.36 I think) , so I opted to 
compile bacula from source however I'm having trouble with mysql.

When I run the ./configure script (I used the example in the manual) all 
goes well up to the mysql where it complains about not finding the 
working directory :

configure: error: Invalid MySQL directory /usr/include/mysql/ - unable 
to find mysql.h under /usr/include/mysql/

now I check and mysql.h is in fact in this directory , please help as I 
am a bit stuck.

TIA

Daniel


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users