Bug 5971 - пакет inn-2.4.1-alt5 не собирается при установленном libkrb5-devel (1.3.1-alt5)
Summary: пакет inn-2.4.1-alt5 не собирается при установленном libkrb5-devel (1.3.1-alt5)
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: inn (show other bugs)
Version: unstable
Hardware: all Linux
: P4 minor
Assignee: Kostya Timoshenko
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-26 19:21 MSK by Egor Vyscrebentsov
Modified: 2009-05-10 09:32 MSD (History)
3 users (show)

See Also:


Attachments
patch, that enables support of '--with-kerberos=no' configure option (1.40 KB, patch)
2005-01-26 19:31 MSK, Egor Vyscrebentsov
no flags Details | Diff
patch for inn.spec to configure inn with --with-kerberos=no option (666 bytes, patch)
2005-01-26 19:32 MSK, Egor Vyscrebentsov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Vyscrebentsov 2005-01-26 19:21:57 MSK
В случае установленного libkrb5-devel при сборке inn в момент компиляции
inn/authprogs/auth_krb5.c получаем ненайденность двух файлов: <krb5.h> и
<com_err.h>.
Первый находим в <krb5/krb5.h>, в то время как второй отстутствует в пакете
libkrb5-devel как минимум с версии 1.3.1-alt5 (в 1.3.1-alt3 был).
В качестве временного решения дал работоспособность параметру configure
--with-kerberos=no
Comment 1 Egor Vyscrebentsov 2005-01-26 19:31:05 MSK
Created attachment 707 [details]
patch, that enables support of '--with-kerberos=no' configure option
Comment 2 Egor Vyscrebentsov 2005-01-26 19:32:54 MSK
Created attachment 708 [details]
patch for inn.spec to configure inn with --with-kerberos=no option
Comment 3 Kostya Timoshenko 2005-01-28 11:43:53 MSK
исправлено в alt6
Comment 4 Vladimir V. Kamarzin 2006-12-01 08:45:07 MSK
Re-fixed in 2.4.3-alt1:

- Rediffed inn-2.4.1-alt-krb5.patch and renamed to inn-2.4.3-alt-krb5.patch,
  harcoded '#include <et/com_err.h>', hardcoded '-I/usr/include/krb5
  -I/usr/include/et' into authprogs/Makefile instead of using buggy
  option --with-kerberos