On Sunday 28 December 2008 11:02:21 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 ?
No. > Or it's just ok to put this here. Thanks, I have made the changes you suggest. Happy New Year to you too ... Kern > > > Happy new year. ------------------------------------------------------------------------------ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
