This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

make rpm-package fails with 1.6.2

0

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's gravatar image

blinde
6224
accept rate: 0%


One Answer:

1

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's gravatar image

JeffMorriss ♦
6.2k572
accept rate: 27%

Yep. U right.

In fact in the .spec file there is a --with-krb5... I removed it and it works...

Thanks

(14 Oct '11, 06:59) blinde