Bug 79784 - httpd-devel config has strange EXTRALIBS and LIBTOOL values
Summary: httpd-devel config has strange EXTRALIBS and LIBTOOL values
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: httpd
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-12-16 20:52 UTC by Andrew Dunstan
Modified: 2007-04-18 16:49 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-12-16 21:03:01 UTC
Embargoed:


Attachments (Terms of Use)

Description Andrew Dunstan 2002-12-16 20:52:56 UTC
Description of problem:

config_vars.mk contains these lines:

EXTRA_INCLUDES = -I/usr/src/build/158323-i386/BUILD/httpd-
2.0.40/srclib/apr/include -I/usr/src/build/158323-i386/BUILD/httpd-
2.0.40/srclib/apr-util/include -I. -I$(top_srcdir)/os/$(OS_DIR) -
I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -
I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -
I$(top_srcdir)/include -I/usr/include/openssl -I$(top_srcdir)/modules/dav/main
LIBTOOL = /bin/sh /usr/src/build/158323-i386/BUILD/httpd-
2.0.40/srclib/apr/libtool $(LTFLAGS)

I could not build the latest FastCGI module until I changed to these:

EXTRA_INCLUDES = -I/usr/include/httpd -I/usr/src/build/158323-i386/BUILD/httpd-
2.0.40/srclib/apr-util/include -I. -I(top_srcdir)/os/$(OS_DIR) -
I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -
I$(top_srcdir)/module
s/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -
I/usr/include/openssl -I$(top_srcdir)/modules/dav/main
LIBTOOL = /bin/sh /etc/httpd/build/libtool $(LTFLAGS)


Version-Release number of selected component (if applicable):

found in httpd-devel-2.0.40-11.i386.rpm

How reproducible:

totally

Steps to Reproduce:
1. install httpd-devel-2.0.40-11.i386.rpm
2. download latest snapshot from www.fastcgi.com
3. follow its build instructions

    
Actual results:

compile errors - include files not found, libtool not found

Expected results:

clean compile

Additional info:

Comment 1 Joe Orton 2002-12-16 21:03:01 UTC
This is fixed in httpd-devel-2.0.40-13 in Raw Hide. Thanks for the report.


Note You need to log in before you can comment on or make changes to this bug.