Bruno Friedmann wrote:
> Hi All,
> 
> We are building the bacula release 2.4.4-b2 and on new OS like the recently 
> release opensuse 11.1
> and there's a little trouble to find the Python.h include.
> 
> This is due to a little trouble inside ./configure around line 15624
>     for python_root in /usr /usr/local /usr/sfw; do
>       for ver in python2.2 python2.3 python2.4 python2.5; do
> 
> I suggest to add/replace by :
> 
>       for ver in python python2.2 python2.3 python2.4 python2.5 python2.6; do
> 
> The first alone python is a symlink made by opensuse guys. Don't know if 
> other distro do same things.
> A futher note is that python3 become also available.
> 
> Did you think I must report this inside a bug ? Or it's just ok to put this 
> here.
> 
> 
> Happy new year.
> 
> 

Just a note forget the python symlink it prevent -lpython to be right.

        for ver in python2.2 python2.3 python2.4 python2.5 python2.6; do

Regards

-- 

     Bruno Friedmann

Ioda-Net Sàrl
  2830 Vellerat - Switzerland

  Tél : ++41 32 435 7171
  Fax : ++41 32 435 7172
  gsm : ++41 78 802 6760
  www.ioda-net.ch

 Centre de Formation et de Coaching En Ligne
 www.cfcel.com


------------------------------------------------------------------------------
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to