pkowalik / googlesitemapgenerator

Automatically exported from code.google.com/p/googlesitemapgenerator
Apache License 2.0
0 stars 0 forks source link

Fails to build for apache2 on Debian + Ubuntu #245

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. apt-get install apache2-dev (puts headers in /usr/include/apache2)
2. svn checkout http://googlesitemapgenerator.googlecode.com/svn/trunk/ 
google-sitemap-generator
3. cd google-sitemap-generator
4. ./configure CC=gcc CPPFLAGS="-m64 -g -O2" \
    --prefix=/david-favor-tools/ubuntu-13.10 \
    --with-apache-include=/usr/include/apache2 --with-apr-include=/usr/include/apache2

What is the expected output? What do you see instead?

Makefile should be created. Instead, error...

configure: error: Invalid Apache include directory.

What version of the product are you using? On what operating system?

net1# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 13.10
Release:    13.10
Codename:   saucy

Please provide any additional information below.

Looks like configure file is hard coded for version "1.3" of Apache.

Original issue reported on code.google.com by davidfa...@gmail.com on 1 Mar 2014 at 2:53