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

Re: Problem building Neon RPMS on RH9

From: Joe Orton <jorton_at_redhat.com>
Date: 2003-06-26 12:26:12 CEST

On Thu, Jun 26, 2003 at 09:28:29AM +0200, Michael Wood wrote:
> On Wed, Jun 25, 2003 at 11:44:29PM -0500, David Summers wrote:
> [snip]
> > If you can figure out how to get apr/apr-util/apache to build under
> > RedHat 9, please send me patches diffed against my current
> > httpd-2.0.46-0.1 tree in Subversion. I think I've got an angle of
> > attack but haven't yet had time to try it. Until then, I can't
> > compile a completely RedHat 9 generated RPM.
> [snip]
>
> The bug report that Philip found the other day said that in RedHat 9 the
> Kerberos stuff had moved to /usr/kerberos, IIRC, so wouldn't an
> appropriately placed "-I/usr/kerberos/include" and "-L/usr/kerberos/lib"
> fix it?
>
> I don't have RH9, so I can't test this.

You know, saying "RedHat 9" makes as much sense as "Microsoft 95" :)
But yes - for Red-*space*-Hat-space-*Linux*-space-9 you can add to
httpd.spec something like this before running configure:

if pkg-config openssl; then
  export CFLAGS="$RPM_OPT_FLAGS `pkg-config --cflags openssl`"
  export AP_LIBS="$AP_LIBS `pkg-config --libs openssl`"
fi

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 26 12:27:29 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.