Re: [Bacula-users] Problem compiling Bacula

2008-01-13 Thread Reynier Perez Mira
Hi Arjen:

 apt-get install libmysqlclient-dev

apt-get install libmysqlclient-dev
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Nota, seleccionando libmysqlclient15-dev en lugar de libmysqlclient-dev
libmysqlclient15-dev ya está en su versión más reciente.
0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.

As you have noticed I have libmysqlclient15-dev installed. So this is not the 
problem. I run again ./configure --enable-bwx-console --enable-tray-monitor 
--with-mysql=/usr/include/mysql but I get the same error again and again. 

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

I use the command sugested by Bruno to find the mysql.h file. 

find /usr/ -name mysql.h
/usr/include/mysql/mysql.h

So, what's the problem here?

Ing. Reynier Pérez Mira  

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem compiling Bacula

2008-01-13 Thread Arjen
Reynier Perez Mira wrote:



 As you have noticed I have libmysqlclient15-dev installed. So this is not the 
 problem. I run again ./configure --enable-bwx-console --enable-tray-monitor 
 --with-mysql=/usr/include/mysql but I get the same error again and again. 

   

./configure --enable-bwx-console --enable-tray-monitor 
--with-mysql=/usr/include/

should do it


Arjen


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem compiling Bacula

2008-01-13 Thread Reynier Perez Mira
 should do it

Well I solve the problem running only:
 ./configure --enable-bwx-console --enable-tray-monitor --with-mysql
Thanks a lot
Ing. Reynier Pérez Mira  

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem compiling Bacula

2008-01-10 Thread Bruno Friedmann
To find a .h file you should use find /usr -name mysql.h just in case your 
locate doesn't index /usr/include (where .h should
be saved)
after that a --with-mysql should be enough.

as the .configure --help said
--with-mysql[=DIR]  Include MySQL support.  DIR is the MySQL base
  install directory, default is to search through
  a number of common places for the MySQL files.

/usr/share is more for doc or language
/usr/lib/mysql or /usr/lib64/mysql would normally be where lib and tools are 
recorded.

Hope you will find your way

Ryan Novosielski wrote:
 You probably need the mysql-devel package -- typically if you're missing
 a header file, you need packagename-devel package installed.
 
 Reynier Perez Mira wrote:
 Hi every:
 
 Alter some headaches with Bacula I decide unistall using apt-get
 autoremove bacula and then compile all from source. I try this:
 
 ./configure ?enable-bwx-console ?enable-tray-monitor
 ?with-mysql=/usr/share/mysql
 
 Here appear a problem that I can?t find a way to solve it.
 
 configure: error: Invalid MySQL directory /usr/share/mysql/ - unable to
 find mysql.h under /usr/share/mysql/
 
 I find this file over the entire computer using this time:
 
 locate mysql.h
 But it doesn?t appear. Can any help me here?
 
 Cheers and thanks in advance
 
 
 
 
 
 
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 
 
 
 
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 
 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace




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


-- 

 Bruno Friedmann  [EMAIL PROTECTED]

Ioda-Net Sàrl   - www.ioda-net.ch
  2830 Vellerat - Switzerland

  Tél : ++41 32 435 7171
  Fax : ++41 32 435 7172
  gsm : ++41 78 802 6760

C'est Facile et Cool d'Évoluer en ligne : www.cfcel.com


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem compiling Bacula

2008-01-10 Thread Arjen
Reynier Perez Mira wrote:

 I install libmysql++-dev but still without appear mysql.h. Another 
 suggestion? 
   

You need libmysqlclient-dev (since bacula will be a mysql client). Running

apt-get install libmysqlclient-dev

will tell you that it is a virtual package after which it tells you
which package to  install. This will be something like
libmysqlclient15-dev or libmysqlclient14-dev.

I would also like to say that all your postings to this list indicate
that you are an unexperienced Linux user (let alone administrator). You
really need to get your Linux knowledge boosted since the difficulties
you experience are only the top of the iceberg of issues you will
encounter in setting up a working bacula installation. There are, for
instance, several IRC channels, often called #linux or #debian (Ubuntu
is based upon Debian) or maybe even #ubuntu where you can ask basic
questions. Up until now your questions were Linux (and mysql) related
and had nothing to do with Bacula as such.

Good luck,

Regards,
Arjen.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem compiling Bacula

2008-01-10 Thread Matthias Baake
Hi,

do you have installed the mysql devel package? If so the header should
be located somewhere in /usr/include/mysql (in my case using centos).
It maybe the case that your locate database is not up2date for
updating it read the man page of locate or give updatedb a try. 

Good Luck

On Wed, Jan 09, 2008 at 11:48:41PM -0500, Reynier Perez Mira wrote:
 Hi every:
 
 Alter some headaches with Bacula I decide unistall using apt-get
 autoremove bacula and then compile all from source. I try this:
 
  ./configure -enable-bwx-console -enable-tray-monitor
 -with-mysql=/usr/share/mysql
 
 Here appear a problem that I can't find a way to solve it.
 
  configure: error: Invalid MySQL directory /usr/share/mysql/ - unable
 to find mysql.h under /usr/share/mysql/
 
 I find this file over the entire computer using this time:
 
  locate mysql.h 
 
 But it doesn't appear. Can any help me here?
 
 Cheers and thanks in advance
 
  
 
  
 

 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


-- 
Matthias Baake
- Systemadministration -
MarcanT InterNet-Services GmbH 
Ravensberger Str 10 G 
D - 33 602 Bielefeld 
Fon: +49 5 21 - 9 59 45 - 0 
Fax: +49 5 21 - 9 59 45 - 18 
E-Mail: [EMAIL PROTECTED] 
URL: http://www.marcant.net 

Geschäftsführer: Thorsten Hojas 
Handelsregister: Amtsgericht Bielefeld, HRB 35 827 
USt-ID Nr.: DE 190203238 

___ 
VERTRAULICHKEITSHINWEIS: 
Der Inhalt dieser E-Mail ist vertraulich und fuer den Nutzer der EMail Adresse 
bestimmt, an den die Nachricht geschickt wurde; sie kann darueber hinaus durch 
besondere Bestimmungen geschuetzt sein. Wenn Sie nicht der Adressat dieser 
EMail sind, duerfen Sie diese nicht kopieren, weiterleiten, weitergeben oder 
sie ganz oder teilweise in irgendeiner Weise nutzen. Wenn Sie diese EMail 
faelschlicherweise erhalten haben, benachrichtigen Sie bitte den Absender, 
indem Sie auf diese Nachricht  antworten.

___ 
CONFIDENTIALITY NOTICE 
The contents of this email are confidential to the ordinary user of the email 
address to which it was addressed and may also be privileged. If you are not 
the addressee of this email you may not copy, forward, disclose or otherwise 
use it or any part of it in any form whatsoever. If you have received this 
email in error please email the sender by replying to this message.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem compiling Bacula

2008-01-09 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You probably need the mysql-devel package -- typically if you're missing
a header file, you need packagename-devel package installed.

Reynier Perez Mira wrote:
 Hi every:
 
 Alter some headaches with Bacula I decide unistall using apt-get
 autoremove bacula and then compile all from source. I try this:
 
 ./configure ?enable-bwx-console ?enable-tray-monitor
 ?with-mysql=/usr/share/mysql
 
 Here appear a problem that I can?t find a way to solve it.
 
 configure: error: Invalid MySQL directory /usr/share/mysql/ - unable to
 find mysql.h under /usr/share/mysql/
 
 I find this file over the entire computer using this time:
 
 locate mysql.h
 
 But it doesn?t appear. Can any help me here?
 
 Cheers and thanks in advance
 
  
 
  
 
 
 
 
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 
 
 
 
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHhamymb+gadEcsb4RAjwCAJ9AGhkewfzbo/A5YpWT3tG+1abrMACfbXWQ
70EVD/HuEUcJ+9V0ckyF0lE=
=kGQv
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem compiling Bacula

2008-01-09 Thread Reynier Perez Mira
My mistake. I found it now named libmysql++-devel


Ing. Reynier Pérez Mira 
-Mensaje original-
De: Ryan Novosielski [mailto:[EMAIL PROTECTED] 
Enviado el: jueves, 10 de enero de 2008 6:14 am
Para: Reynier Perez Mira
CC: bacula-users@lists.sourceforge.net
Asunto: Re: [Bacula-users] Problem compiling Bacula

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You probably need the mysql-devel package -- typically if you're missing a 
header file, you need packagename-devel package installed.

Reynier Perez Mira wrote:
 Hi every:
 
 Alter some headaches with Bacula I decide unistall using apt-get 
 autoremove bacula and then compile all from source. I try this:
 
 ./configure ?enable-bwx-console ?enable-tray-monitor
 ?with-mysql=/usr/share/mysql
 
 Here appear a problem that I can?t find a way to solve it.
 
 configure: error: Invalid MySQL directory /usr/share/mysql/ - unable 
 to
 find mysql.h under /usr/share/mysql/
 
 I find this file over the entire computer using this time:
 
 locate mysql.h
 
 But it doesn?t appear. Can any help me here?
 
 Cheers and thanks in advance
 
  
 
  
 
 
 --
 --
 
 --
 --- Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for just about anything 
 Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marke
 tplace
 
 
 --
 --
 
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II  |$| 
|__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)  \__/ Univ. 
of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630 -BEGIN PGP 
SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHhamymb+gadEcsb4RAjwCAJ9AGhkewfzbo/A5YpWT3tG+1abrMACfbXWQ
70EVD/HuEUcJ+9V0ckyF0lE=
=kGQv
-END PGP SIGNATURE-

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem compiling Bacula

2008-01-09 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Search on packages.debian.com to find out what package contains it.

Reynier Perez Mira wrote:
 I install libmysql++-dev but still without appear mysql.h. Another 
 suggestion? 
 Cheers
 
 Ing. Reynier Pérez Mira 
 


- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD4DBQFHhbS/mb+gadEcsb4RAjOIAJY7yz5fQPAT+GdNASjVoToQ7dC5AJsHjxLI
ebO1xmuvE5d8KPyyfsvcvA==
=BYeT
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users