Hi. I have just downloaded 1.6.2 Build is ok. (make works) Now trying to make a rpm (make rpm-package). It failed. First I had an issue with krb5.h missing. I added package kerberos devel. Now I have error Kerberos not found "checking wether the Kerberos library is Hedimdal or MIT... no configure: error: Kerberos not found" If I am able to build with make, shouldn't I be able to make rpm-package ??? Thanks Chris asked 14 Oct '11, 02:35 blinde |
One Answer:
Maybe... Check what 'configure' options are used when making the RPM (in the .spec file). Maybe they're not the same as what you're configuring with. answered 14 Oct '11, 06:14 JeffMorriss ♦ |
Yep. U right.
In fact in the .spec file there is a --with-krb5... I removed it and it works...
Thanks