|
|
Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: Re: inn-2.4.1 won't 'make' on RHEL 3 system - msg#00015
List: network.inn
Bill Tangren <bjt@xxxxxxxxxxxxxxxx> writes:
> Configure runs just fine, but 'make' has this error:
> **********
> gcc -g -O2 -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -I/usr/bin/include -c -o article.o article.c
> In file included from /usr/include/openssl/ssl.h:179,
> from tls.h:30,
> from article.c:19:
> /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
> In file included from /usr/include/openssl/ssl.h:179,
> from tls.h:30,
> from article.c:19:
> I found this on bugzilla:
> http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=111301
> which indicates this is a known bug. It is not clear to me from this
> link how to patch.
> I installed OpenSSL from RPM's (default install with system).
> Does anyone have any suggestions on how I should proceed?
Installing the Kerberos development package (generally called something
-devel) will probably work around this problem. The only fix is for Red
Hat to either ship OpenSSL without Kerberos support or fix their broken
dependencies in the OpenSSL development package.
--
Russ Allbery (rra@xxxxxxxxxxxx) < http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
< http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: expire running dead slow
Bill Davidsen <davidsen@xxxxxxx> writes:
> I have a machine, 1 of 6, running INN 2.4.1 on an Intel platform. CNFS
> storage, about 8TB, dual 2.8GHz HT Xeons, 2.5GB memory. Redhat
> Enterprise AS3.0.
> This is one of our small regional servers. For some reason, expire on
> this machine takes forever to do expire every few days, anywhere from
> 35-50 hours. At other times it runs only 1-2 hours. We have about 22M
> articles in history, INN is built largefile enabled, obviously.
Whenever expire has suddenly become extremely slow to me, I've always
ended tracking it down to thrashing swap. I don't know why you'd have
that problem on this system and not on others, though.
--
Russ Allbery (rra@xxxxxxxxxxxx) <http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
Next Message by Date:
click to view message preview
mount spool with noatime option
Hello,
Is posible mount /var/spool with the option noatime. I read that this
setting improve cyrus performance, and I think: umm, maybe with inn I'll can
improve the performace... (well, in spanish ;-)
I search for this question but I did find anything possitive or negattive.
Thanks
-- Attached file included as plaintext by Ecartis --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQBBKphlMKsc+XeZcdwRApTfAJ9TXuVbg+irBg2xiTMfo0lWVaOnQACdG6ki
KtTh9+uC/kvRCQtYerY38Cc=
=7+Si
-----END PGP SIGNATURE-----
Previous Message by Thread:
click to view message preview
inn-2.4.1 won't 'make' on RHEL 3 system
Hello all:
I unpacked inn 2.4.1, on a fresh install of a RHEL 3 system, and did a
configure that includes OpenSSL:
./configure --prefix=/news \
--bindir=/news/bin \
--sbindir=/news/bin \
--datadir=/news \
--sysconfdir=/news/ \
--sharedstatedir=/news/com \
--localstatedir=/news/var \
--libdir=/news/lib \
--includedir=/news/include \
--mandir=/usr/local/man \
--with-perl \
--enable-largefiles \
--with-db-dir=/news/db \
--with-run-dir=/news/run \
--with-openssl=/usr/bin \
--with-etc-dir=/news/etc \
--with-lib-dir=/news/lib \
--with-spool-dir=/var/spool/news \
--with-log-dir=/news/log \
--with-tmp-path=/var/tmp/news \
--with-sendmail=/usr/lib/sendmail \
--enable-ipv6 \
--with-tmp-dir=/var/tmp/news
Configure runs just fine, but 'make' has this error:
**********
gcc -g -O2 -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/bin/include -c -o article.o article.c
In file included from /usr/include/openssl/ssl.h:179,
from tls.h:30,
from article.c:19:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
from tls.h:30,
from article.c:19:
/usr/include/openssl/kssl.h:134: syntax error before "krb5_enctype"
/usr/include/openssl/kssl.h:136: syntax error before '*' token
/usr/include/openssl/kssl.h:137: syntax error before '}' token
/usr/include/openssl/kssl.h:149: syntax error before "kssl_ctx_setstring"
/usr/include/openssl/kssl.h:149: syntax error before '*' token
/usr/include/openssl/kssl.h:150: syntax error before '*' token
/usr/include/openssl/kssl.h:151: syntax error before '*' token
/usr/include/openssl/kssl.h:151: syntax error before '*' token
/usr/include/openssl/kssl.h:152: syntax error before '*' token
/usr/include/openssl/kssl.h:153: syntax error before "kssl_ctx_setprinc"
/usr/include/openssl/kssl.h:153: syntax error before '*' token
/usr/include/openssl/kssl.h:155: syntax error before "kssl_cget_tkt"
/usr/include/openssl/kssl.h:155: syntax error before '*' token
/usr/include/openssl/kssl.h:157: syntax error before "kssl_sget_tkt"
/usr/include/openssl/kssl.h:157: syntax error before '*' token
/usr/include/openssl/kssl.h:159: syntax error before "kssl_ctx_setkey"
/usr/include/openssl/kssl.h:159: syntax error before '*' token
/usr/include/openssl/kssl.h:161: syntax error before "context"
/usr/include/openssl/kssl.h:162: syntax error before
"kssl_build_principal_2"
/usr/include/openssl/kssl.h:162: syntax error before "context"
/usr/include/openssl/kssl.h:165: syntax error before "kssl_validate_times"
/usr/include/openssl/kssl.h:165: syntax error before "atime"
/usr/include/openssl/kssl.h:167: syntax error before "kssl_check_authent"
/usr/include/openssl/kssl.h:167: syntax error before '*' token
/usr/include/openssl/kssl.h:169: syntax error before "enctype"
In file included from tls.h:30,
from article.c:19:
/usr/include/openssl/ssl.h:909: syntax error before "KSSL_CTX"
/usr/include/openssl/ssl.h:931: syntax error before '}' token
make[1]: *** [article.o] Error 1
make[1]: Leaving directory `/usr/local/inn-2.4.1/nnrpd'
make: *** [all-nnrpd] Error 2
**********
I found this on bugzilla:
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=111301
which indicates this is a known bug. It is not clear to me from this
link how to patch.
I installed OpenSSL from RPM's (default install with system).
Does anyone have any suggestions on how I should proceed?
TIA,
Bill Tangren
Next Message by Thread:
click to view message preview
Re: inn-2.4.1 won't 'make' on RHEL 3 system
On 23 August 2004 16:11 -0700 Russ Allbery <rra@xxxxxxxxxxxx> wrote:
> Installing the Kerberos development package (generally called
> something -devel) will probably work around this problem. The only
> fix is for Red Hat to either ship OpenSSL without Kerberos support or
> fix their broken dependencies in the OpenSSL development package.
If you "-I/usr/kerberos/include" it should also fix it. At least it
does with other software builds that fail with the same message.
Mike.
|
|