[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem building subversion revision 6307 RPMS on RH9

From: Steven Knight <steven.knight_at_unh.edu>
Date: 2003-06-20 17:59:20 CEST

On Fri, 2003-06-20 at 08:24, Chris Croome wrote:
> Hi David
>
> The day before yesterday I built subversion on RH 8.0 without any
> problems (well I had to get a couple of RH 9 SRPMS and rebuild them
> first) but today I'm not having so much luck on RedHat 9, this is the
> error I'm getting:
>
> In file included from /usr/include/openssl/ssl.h:179,
> from /usr/include/neon/ne_session.h:26,
> from /usr/include/neon/ne_request.h:27,
> from subversion/libsvn_ra_dav/commit.c:35:
> /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
> In file included from /usr/include/openssl/ssl.h:179,

The problem is that in RH9, RedHat moved the Kerberos 5 headers to
/usr/kerberos/include ( the libs are in /usr/kerberos/lib ). But
everything is still looking for Kerberos 5 is /usr/include.

When using RH9, I simply made links from /usr/kerberos/include to
/usr/include ( e.g. ln -s /usr/kerberos/include/* /usr/include )

% locate krb5.h

/usr/kerberos/include/krb5.h

-- 
--------------------------------------------------------------------------------
Steven Knight  steven.knight@unh.edu   IM : skkataim
and tho' We are not now that strength which in old days
Moved earth and heaven, that which we are, we are,--
One equal temper of heroic hearts,
Made weak by time and fate, but strong in will
To strive, to seek, to find, and not to yield.
-- Ulysses by Alfred Lord Tennyson
-------------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 20 18:00:18 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.