| View previous topic :: View next topic |
| Author |
Message |
Marc Schulthess Guest
|
Posted: Fri Apr 16, 2004 3:12 pm Post subject: Problem installing rdiff-backup-0.13.4 on MDK 10 Official |
|
|
Hello !
I try to install rdiff-backup-0.13.4 on my MDK 10 (kernel 2.6.3, python
2.3.3).
After installing librsync-0.9.6, I launch "python setup.py
--librsync-dir=/usr/local build" and I got the following message :
error: invalid Python installation: unable to
open /usr/lib/python2.3/config/Makefile (No such file or directory)
Python is installed (python -V ==> Python 2.3.3)
Any idea ?
Thank you in advance for your help !
Marc.Schulthess < at > smci.ch |
|
| Back to top |
|
 |
Jim Tittsler Guest
|
Posted: Fri Apr 16, 2004 4:05 pm Post subject: Problem installing rdiff-backup-0.13.4 on MDK 10 Official |
|
|
On Sat, Apr 17, 2004 at 01:10:43AM +0200, Marc Schulthess wrote:
| Quote: | error: invalid Python installation: unable to
open /usr/lib/python2.3/config/Makefile (No such file or directory)
Python is installed (python -V ==> Python 2.3.3)
|
The Python Makefile is probably included in a python-devel
package, not the base python package. |
|
| Back to top |
|
 |
|