make fails
catorarn opened this issue · 5 comments
small background information: I am not a programmer but a technical consultant on a project to implement a consumer application integration in Autonomy Interwoven CMS for a renowned international football club in Europe. I am considering options and I am looking at Apache in particular as I believe it might be the least overhead on the site. The web servers will be on windows, which is a pain. For now I was just trying to configure it on RHE5, but I got a make error. I hope you could help me. Not sure if this is a bug or where I should log this request. I am sorry if it is the wrong forum.
environment: redhat enterprise 5 (vm on win7)
installers used: libopkele-2.0.4, mod_auth_openid-0.6, tidy4aug00, libsqlite 3.3, http 2.2.3
modules added along the way
apr-1.2.7-11.el5_6.5.i386.rpm, apr-devel-1.2.7-11.el5_6.5.i386.rpm, pr-util-devel-1.2.7-11.el5.i386.rpm, httpd-devel-2.2.3-43.el5.i386.rpm
site used: http://ftp.riken.go.jp/pub/Linux/cern/slc52test/updates/i386/RPMS/
installed apr-1.2.7-11.el5_6.5.i386.rpm from http://zid-luxinst.uibk.ac.at/linux/rpm2html/search.php?query=apr
then installed apr-devel-1.2.7-11.el5_6.5.i386.rpm from http://rpm.pbone.net/index.php3/stat/4/idpl/16466459/dir/scientific_linux_5/com/apr-devel-1.2.7-11.el5_6.5.i386.rpm.html
then installed apr-util-devel-1.2.7-11.el5.i386.rpm from http://ftp.riken.go.jp/pub/Linux/cern/slc52test/updates/i386/RPMS/apr-util-devel-1.2.7-11.el5.i386.rpm
installed httpd-devel-2.2.3-43.el5.i386.rpm
Set:
OPKELE_CFLAGS=-I/usr/include/opkele
OPKELE_LIBS=-I/usr/lib
then require pcre libraries (perl compatible regular expressions) pcre-6.6-6.el5.i386.rpm,
then installed pcre-devel-6.6-6.el5.i386.rpm both
from http://ftp.riken.go.jp/pub/Linux/cern/slc52test/updates/i386/RPMS/
then installed the mod_auth_openid-0.6 in /usr/installers/apache/mod_auth_openid-0.6:
./configure
DONE WORKS!
./make
fails with this error stack:
[root@RH55WS71 mod_auth_openid-0.6]# make
make all-am
make[1]: Entering directory /usr/installers/apache/mod_auth_openid-0.6' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT mod_auth_openid.lo -MD -MP -MF .deps/mod_auth_openid.Tpo -c -o mod_auth_openid.lo mod_auth_openid.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT mod_auth_openid.lo -MD -MP -MF .deps/mod_auth_openid.Tpo -c mod_auth_openid.cpp -fPIC -DPIC -o .libs/mod_auth_openid.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT mod_auth_openid.lo -MD -MP -MF .deps/mod_auth_openid.Tpo -c mod_auth_openid.cpp -o mod_auth_openid.o >/dev/null 2>&1 mv -f .deps/mod_auth_openid.Tpo .deps/mod_auth_openid.Plo /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT MoidConsumer.lo -MD -MP -MF .deps/MoidConsumer.Tpo -c -o MoidConsumer.lo MoidConsumer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT MoidConsumer.lo -MD -MP -MF .deps/MoidConsumer.Tpo -c MoidConsumer.cpp -fPIC -DPIC -o .libs/MoidConsumer.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT MoidConsumer.lo -MD -MP -MF .deps/MoidConsumer.Tpo -c MoidConsumer.cpp -o MoidConsumer.o >/dev/null 2>&1 mv -f .deps/MoidConsumer.Tpo .deps/MoidConsumer.Plo /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT moid_utils.lo -MD -MP -MF .deps/moid_utils.Tpo -c -o moid_utils.lo moid_utils.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT moid_utils.lo -MD -MP -MF .deps/moid_utils.Tpo -c moid_utils.cpp -fPIC -DPIC -o .libs/moid_utils.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT moid_utils.lo -MD -MP -MF .deps/moid_utils.Tpo -c moid_utils.cpp -o moid_utils.o >/dev/null 2>&1 mv -f .deps/moid_utils.Tpo .deps/moid_utils.Plo /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT http_helpers.lo -MD -MP -MF .deps/http_helpers.Tpo -c -o http_helpers.lo http_helpers.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT http_helpers.lo -MD -MP -MF .deps/http_helpers.Tpo -c http_helpers.cpp -fPIC -DPIC -o .libs/http_helpers.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT http_helpers.lo -MD -MP -MF .deps/http_helpers.Tpo -c http_helpers.cpp -o http_helpers.o >/dev/null 2>&1 mv -f .deps/http_helpers.Tpo .deps/http_helpers.Plo /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT SessionManager.lo -MD -MP -MF .deps/SessionManager.Tpo -c -o SessionManager.lo SessionManager.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT SessionManager.lo -MD -MP -MF .deps/SessionManager.Tpo -c SessionManager.cpp -fPIC -DPIC -o .libs/SessionManager.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT SessionManager.lo -MD -MP -MF .deps/SessionManager.Tpo -c SessionManager.cpp -o SessionManager.o >/dev/null 2>&1 mv -f .deps/SessionManager.Tpo .deps/SessionManager.Plo /bin/sh ./libtool --tag=CXX --mode=link g++ -g -O2 -I/usr/local/lib -I/usr/include -lsqlite3 -lpcre -L/usr/kerberos/lib -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz -lapr-1 -lpthread -ldl -L/usr/lib -o libmodauthopenid.la mod_auth_openid.lo MoidConsumer.lo moid_utils.lo http_helpers.lo SessionManager.lo -lpcre libtool: link: ar cru .libs/libmodauthopenid.a .libs/mod_auth_openid.o .libs/MoidConsumer.o .libs/moid_utils.o .libs/http_helpers.o .libs/SessionManager.o libtool: link: ranlib .libs/libmodauthopenid.a libtool: link: ( cd ".libs" && rm -f "libmodauthopenid.la" && ln -s "../libmodauthopenid.la" "libmodauthopenid.la" ) g++ -DHAVE_CONFIG_H -I. -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/opkele -L/usr/lib -g -O2 -MT db_info.o -MD -MP -MF .deps/db_info.Tpo -c -o db_info.o db_info.cpp mv -f .deps/db_info.Tpo .deps/db_info.Po /bin/sh ./libtool --tag=CXX --mode=link g++ -g -O2 -lmodauthopenid -L/usr/lib -o db_info db_info.o -lpcre libtool: link: g++ -g -O2 -o db_info db_info.o /usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a -lsqlite3 -L/usr/kerberos/lib -lcurl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz /usr/lib/libapr-1.so -lpthread -ldl -L/usr/lib -lpcre db_info.o: In function
~basic_RP':
/usr/local/include/opkele/basic_rp.h:22: undefined reference to vtable for opkele::basic_RP' /usr/local/include/opkele/basic_rp.h:22: undefined reference to
vtable for opkele::basic_RP'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function modauthopenid::MoidConsumer::get_normalized_id() const': /usr/installers/apache/mod_auth_openid-0.6/MoidConsumer.cpp:299: undefined reference to
opkele::exception::exception(std::basic_string<char, std::char_traits, std::allocator > const&)'
/usr/installers/apache/mod_auth_openid-0.6/MoidConsumer.cpp:299: undefined reference to opkele::exception::~exception()' /usr/installers/apache/mod_auth_openid-0.6/MoidConsumer.cpp:299: undefined reference to
typeinfo for opkele::exception'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function modauthopenid::MoidConsumer::get_endpoint() const': /usr/installers/apache/mod_auth_openid-0.6/MoidConsumer.cpp:247: undefined reference to
opkele::exception::exception(std::basic_string<char, std::char_traits, std::allocator > const&)'
/usr/installers/apache/mod_auth_openid-0.6/MoidConsumer.cpp:247: undefined reference to opkele::exception::~exception()' /usr/installers/apache/mod_auth_openid-0.6/MoidConsumer.cpp:247: undefined reference to
typeinfo for opkele::exception'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function id_res_failed': /usr/local/include/opkele/exception.h:156: undefined reference to
opkele::exception::exception(std::basic_string<char, std::char_traits, std::allocator > const&)'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function failed_lookup': /usr/local/include/opkele/exception.h:103: undefined reference to
opkele::exception::exception(std::basic_string<char, std::char_traits, std::allocator > const&)'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function modauthopenid::MoidConsumer::retrieve_assoc(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': /usr/installers/apache/mod_auth_openid-0.6/MoidConsumer.cpp:100: undefined reference to
opkele::util::decode_base64(std::basic_string<char, std::char_traits, std::allocator > const&, std::vector<unsigned char, std::allocator >&)'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function ~basic_RP': /usr/local/include/opkele/basic_rp.h:22: undefined reference to
vtable for opkele::basic_RP'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function failed_lookup': /usr/local/include/opkele/exception.h:103: undefined reference to
opkele::exception::exception(std::basic_string<char, std::char_traits, std::allocator > const&)'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function modauthopenid::MoidConsumer::find_assoc(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': /usr/installers/apache/mod_auth_openid-0.6/MoidConsumer.cpp:136: undefined reference to
opkele::util::decode_base64(std::basic_string<char, std::char_traits, std::allocator > const&, std::vector<unsigned char, std::allocator >&)'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function modauthopenid::MoidConsumer::store_assoc(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, opkele::secret_t const&, int)': /usr/installers/apache/mod_auth_openid-0.6/MoidConsumer.cpp:72: undefined reference to
opkele::util::encode_base64(void const_, unsigned int)'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function ~basic_RP': /usr/local/include/opkele/basic_rp.h:22: undefined reference to
vtable for opkele::basic_RP'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function ~failed_lookup': /usr/local/include/opkele/exception.h:100: undefined reference to
opkele::exception::~exception()'
/usr/local/include/opkele/exception.h:100: undefined reference to opkele::exception::~exception()' /usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function
~id_res_failed':
/usr/local/include/opkele/exception.h:153: undefined reference to opkele::exception::~exception()' /usr/local/include/opkele/exception.h:153: undefined reference to
opkele::exception::~exception()'
/usr/local/include/opkele/exception.h:153: undefined reference to opkele::exception::~exception()' /usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o):/usr/local/include/opkele/exception.h:153: more undefined references to
opkele::exception::~exception()' follow
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o): In function ~basic_RP': /usr/local/include/opkele/basic_rp.h:22: undefined reference to
vtable for opkele::basic_RP'
/usr/local/include/opkele/basic_rp.h:22: undefined reference to vtable for opkele::basic_RP' /usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o):(.data.rel.ro._ZTVN13modauthopenid12MoidConsumerE[vtable for modauthopenid::MoidConsumer]+0x30): undefined reference to
opkele::prequeue_RP::initiate(std::basic_string<char, std::char_traits, std::allocator > const&)'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o):(.data.rel.ro._ZTVN13modauthopenid12MoidConsumerE[vtable for modauthopenid::MoidConsumer]+0x34): undefined reference to opkele::basic_RP::associate(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' /usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o):(.data.rel.ro._ZTVN13modauthopenid12MoidConsumerE[vtable for modauthopenid::MoidConsumer]+0x38): undefined reference to
opkele::prequeue_RP::verify_OP(std::basic_string<char, std::char_traits, std::allocator > const&, std::basic_string<char, std::char_traits, std::allocator > const&, std::basic_string<char, std::char_traits, std::allocator > const&) const'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o):(.data.rel.ro._ZTVN13modauthopenid12MoidConsumerE[vtable for modauthopenid::MoidConsumer]+0x50): undefined reference to opkele::prequeue_RP::discover(opkele::util::output_iterator_proxy<opkele::openid_endpoint_t>, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' /usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o):(.data.rel.ro._ZTIN13modauthopenid12MoidConsumerE[typeinfo for modauthopenid::MoidConsumer]+0x8): undefined reference to
typeinfo for opkele::prequeue_RP'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o):(.data.rel.ro._ZTIN6opkele13id_res_failedE[typeinfo for opkele::id_res_failed]+0x8): undefined reference to typeinfo for opkele::exception' /usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o):(.data.rel.ro._ZTVN6opkele16id_res_bad_nonceE[vtable for opkele::id_res_bad_nonce]+0x10): undefined reference to
opkele::exception::what() const'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o):(.data.rel.ro._ZTVN6opkele13id_res_failedE[vtable for opkele::id_res_failed]+0x10): undefined reference to opkele::exception::what() const' /usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o):(.data.rel.ro._ZTIN6opkele13failed_lookupE[typeinfo for opkele::failed_lookup]+0x8): undefined reference to
typeinfo for opkele::exception'
/usr/installers/apache/mod_auth_openid-0.6/.libs/libmodauthopenid.a(MoidConsumer.o):(.data.rel.ro._ZTVN6opkele13failed_lookupE[vtable for opkele::failed_lookup]+0x10): undefined reference to opkele::exception::what() const' collect2: ld returned 1 exit status make[1]: *_\* [db_info] Error 1 make[1]: Leaving directory
/usr/installers/apache/mod_auth_openid-0.6'
make: *** [all] Error 2
./make install
Could you advise on this issue please?
Can you post your config.log?
/usr/installers/apache/mod_auth_openid.0.6/config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mod_auth_openid configure 0.6, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure
---------
Platform.
---------
hostname = RH55WS71
uname -m = i686
uname -r = 2.6.18-194.el5xen
uname -s = Linux
uname -v = #1 SMP Tue Mar 16 22:08:06 EDT 2010
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin
PATH: /usr/sbin
-----------
Core tests.
-----------
configure:2466: checking for a BSD-compatible install
configure:2534: result: /usr/bin/install -c
configure:2545: checking whether build environment is sane
configure:2595: result: yes
configure:2736: checking for a thread-safe mkdir -p
configure:2775: result: /bin/mkdir -p
configure:2788: checking for gawk
configure:2804: found /bin/gawk
configure:2815: result: gawk
configure:2826: checking whether make sets $(MAKE)
configure:2848: result: yes
configure:2989: checking for g++
configure:3005: found /usr/bin/g++
configure:3016: result: g++
configure:3043: checking for C++ compiler version
configure:3052: g++ --version >&5
g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3063: $? = 0
configure:3052: g++ -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
configure:3063: $? = 0
configure:3052: g++ -V >&5
g++: '-V' option must have argument
configure:3063: $? = 1
configure:3052: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:3063: $? = 1
configure:3083: checking whether the C++ compiler works
configure:3105: g++ -L/usr/lib conftest.cpp >&5
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:3109: $? = 0
configure:3158: result: yes
configure:3161: checking for C++ compiler default output file name
configure:3163: result: a.out
configure:3169: checking for suffix of executables
configure:3176: g++ -o conftest -L/usr/lib conftest.cpp >&5
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:3180: $? = 0
configure:3202: result:
configure:3224: checking whether we are cross compiling
configure:3232: g++ -o conftest -L/usr/lib conftest.cpp >&5
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:3236: $? = 0
configure:3243: ./conftest
configure:3247: $? = 0
configure:3262: result: no
configure:3267: checking for suffix of object files
configure:3289: g++ -c conftest.cpp >&5
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:3293: $? = 0
configure:3314: result: o
configure:3318: checking whether we are using the GNU C++ compiler
configure:3337: g++ -c conftest.cpp >&5
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:3337: $? = 0
configure:3346: result: yes
configure:3355: checking whether g++ accepts -g
configure:3375: g++ -c -g conftest.cpp >&5
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:3375: $? = 0
configure: failed program was:
| /* confdefs.h /
| #define PACKAGE_NAME "mod_auth_openid"
| #define PACKAGE_TARNAME "mod_auth_openid"
| #define PACKAGE_VERSION "0.6"
| #define PACKAGE_STRING "mod_auth_openid 0.6"
| #define PACKAGE_BUGREPORT "bmuller@butterfat.net"
| #define PACKAGE_URL ""
| #define PACKAGE_URL "http://findingscience.com/mod_auth_openid"
| #define PACKAGE "mod_auth_openid"
| #define VERSION "0.6"
| / end confdefs.h. /
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3390: g++ -c conftest.cpp >&5
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:3390: $? = 0
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "mod_auth_openid"
| #define PACKAGE_TARNAME "mod_auth_openid"
| #define PACKAGE_VERSION "0.6"
| #define PACKAGE_STRING "mod_auth_openid 0.6"
| #define PACKAGE_BUGREPORT "bmuller@butterfat.net"
| #define PACKAGE_URL ""
| #define PACKAGE_URL "http://findingscience.com/mod_auth_openid"
| #define PACKAGE "mod_auth_openid"
| #define VERSION "0.6"
| / end confdefs.h. /
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3406: g++ -c -g conftest.cpp >&5
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:3406: $? = 0
configure:3416: result: yes
configure:3450: checking for style of include used by make
configure:3478: result: GNU
configure:3503: checking dependency style of g++
configure:3613: result: gcc3
configure:3633: checking how to run the C++ preprocessor
configure:3660: g++ -E conftest.cpp
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:3660: $? = 0
configure:3674: g++ -E conftest.cpp
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
conftest.cpp:12:28: error: ac_nonexistent.h: No such file or directory
configure:3674: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "mod_auth_openid"
| #define PACKAGE_TARNAME "mod_auth_openid"
| #define PACKAGE_VERSION "0.6"
| #define PACKAGE_STRING "mod_auth_openid 0.6"
| #define PACKAGE_BUGREPORT "bmuller@butterfat.net"
| #define PACKAGE_URL ""
| #define PACKAGE_URL "http://findingscience.com/mod_auth_openid"
| #define PACKAGE "mod_auth_openid"
| #define VERSION "0.6"
| / end confdefs.h. /
| #include <ac_nonexistent.h>
configure:3699: result: g++ -E
configure:3719: g++ -E conftest.cpp
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:3719: $? = 0
configure:3733: g++ -E conftest.cpp
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
conftest.cpp:12:28: error: ac_nonexistent.h: No such file or directory
configure:3733: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "mod_auth_openid"
| #define PACKAGE_TARNAME "mod_auth_openid"
| #define PACKAGE_VERSION "0.6"
| #define PACKAGE_STRING "mod_auth_openid 0.6"
| #define PACKAGE_BUGREPORT "bmuller@butterfat.net"
| #define PACKAGE_URL ""
| #define PACKAGE_URL "http://findingscience.com/mod_auth_openid"
| #define PACKAGE "mod_auth_openid"
| #define VERSION "0.6"
| / end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3771: checking build system type
configure:3785: result: i686-pc-linux-gnu
configure:3805: checking host system type
configure:3818: result: i686-pc-linux-gnu
configure:3912: checking for gcc
configure:3928: found /usr/bin/gcc
configure:3939: result: gcc
configure:4168: checking for C compiler version
configure:4177: gcc --version >&5
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4188: $? = 0
configure:4177: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
configure:4188: $? = 0
configure:4177: gcc -V >&5
gcc: '-V' option must have argument
configure:4188: $? = 1
configure:4177: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:4188: $? = 1
configure:4192: checking whether we are using the GNU C compiler
configure:4211: gcc -c conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:4211: $? = 0
configure:4220: result: yes
configure:4229: checking whether gcc accepts -g
configure:4249: gcc -c -g conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:4249: $? = 0
configure: failed program was:
| /* confdefs.h /
| #define PACKAGE_NAME "mod_auth_openid"
| #define PACKAGE_TARNAME "mod_auth_openid"
| #define PACKAGE_VERSION "0.6"
| #define PACKAGE_STRING "mod_auth_openid 0.6"
| #define PACKAGE_BUGREPORT "bmuller@butterfat.net"
| #define PACKAGE_URL ""
| #define PACKAGE_URL "http://findingscience.com/mod_auth_openid"
| #define PACKAGE "mod_auth_openid"
| #define VERSION "0.6"
| / end confdefs.h. /
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4264: gcc -c conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:4264: $? = 0
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "mod_auth_openid"
| #define PACKAGE_TARNAME "mod_auth_openid"
| #define PACKAGE_VERSION "0.6"
| #define PACKAGE_STRING "mod_auth_openid 0.6"
| #define PACKAGE_BUGREPORT "bmuller@butterfat.net"
| #define PACKAGE_URL ""
| #define PACKAGE_URL "http://findingscience.com/mod_auth_openid"
| #define PACKAGE "mod_auth_openid"
| #define VERSION "0.6"
| / end confdefs.h. /
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4280: gcc -c -g conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:4280: $? = 0
configure:4290: result: yes
configure:4307: checking for gcc option to accept ISO C89
configure:4371: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:4371: $? = 0
configure:4384: result: none needed
configure:4406: checking dependency style of gcc
configure:4516: result: gcc3
configure:4531: checking for a sed that does not truncate output
configure:4595: result: /bin/sed
configure:4613: checking for grep that handles long lines and -e
configure:4671: result: /bin/grep
configure:4676: checking for egrep
configure:4738: result: /bin/grep -E
configure:4743: checking for fgrep
configure:4805: result: /bin/grep -F
configure:4840: checking for ld used by gcc
configure:4907: result: /usr/bin/ld
configure:4914: checking if the linker (/usr/bin/ld) is GNU ld
configure:4929: result: yes
configure:4941: checking for BSD- or MS-compatible name lister (nm)
configure:4990: result: /usr/bin/nm -B
configure:5108: checking the name lister (/usr/bin/nm -B) interface
configure:5115: g++ -c -g -O2 conftest.cpp >&5
configure:5118: /usr/bin/nm -B "conftest.o"
configure:5121: output
00000000 B some_variable
configure:5128: result: BSD nm
configure:5131: checking whether ln -s works
configure:5135: result: yes
configure:5143: checking the maximum length of command line arguments
configure:5263: result: 98304
configure:5280: checking whether the shell understands some XSI constructs
configure:5290: result: yes
configure:5294: checking whether the shell understands "+="
configure:5300: result: yes
configure:5335: checking for /usr/bin/ld option to reload object files
configure:5342: result: -r
configure:5411: checking for objdump
configure:5427: found /usr/bin/objdump
configure:5438: result: objdump
configure:5470: checking how to recognize dependent libraries
configure:5666: result: pass_all
configure:5726: checking for ar
configure:5742: found /usr/bin/ar
configure:5753: result: ar
configure:5831: checking for strip
configure:5847: found /usr/bin/strip
configure:5858: result: strip
configure:5930: checking for ranlib
configure:5946: found /usr/bin/ranlib
configure:5957: result: ranlib
configure:6047: checking command to parse /usr/bin/nm -B output from gcc object
configure:6165: g++ -c -g -O2 conftest.cpp >&5
configure:6168: $? = 0
configure:6172: /usr/bin/nm -B conftest.o | sed -n -e 's/^. [ ][ ]_([A-Za-z][A-Za-z0-9])$/\1 \2 \2/p' > conftest.nm
configure:6175: $? = 0
configure:6229: g++ -o conftest -g -O2 -L/usr/lib conftest.cpp conftstm.o >&5
configure:6232: $? = 0
configure:6270: result: ok
configure:7079: checking how to run the C preprocessor
configure:7110: gcc -E conftest.c
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7110: $? = 0
configure:7124: gcc -E conftest.c
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:7124: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "mod_auth_openid"
| #define PACKAGE_TARNAME "mod_auth_openid"
| #define PACKAGE_VERSION "0.6"
| #define PACKAGE_STRING "mod_auth_openid 0.6"
| #define PACKAGE_BUGREPORT "bmuller@butterfat.net"
| #define PACKAGE_URL ""
| #define PACKAGE_URL "http://findingscience.com/mod_auth_openid"
| #define PACKAGE "mod_auth_openid"
| #define VERSION "0.6"
| / end confdefs.h. /
| #include <ac_nonexistent.h>
configure:7149: result: gcc -E
configure:7169: gcc -E conftest.c
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7169: $? = 0
configure:7183: gcc -E conftest.c
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:7183: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "mod_auth_openid"
| #define PACKAGE_TARNAME "mod_auth_openid"
| #define PACKAGE_VERSION "0.6"
| #define PACKAGE_STRING "mod_auth_openid 0.6"
| #define PACKAGE_BUGREPORT "bmuller@butterfat.net"
| #define PACKAGE_URL ""
| #define PACKAGE_URL "http://findingscience.com/mod_auth_openid"
| #define PACKAGE "mod_auth_openid"
| #define VERSION "0.6"
| / end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7212: checking for ANSI C header files
configure:7232: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7232: $? = 0
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7305: gcc -o conftest -g -O2 -L/usr/lib conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7305: $? = 0
configure:7305: ./conftest
configure:7305: $? = 0
configure:7316: result: yes
configure:7329: checking for sys/types.h
configure:7329: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for sys/stat.h
configure:7329: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for stdlib.h
configure:7329: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for string.h
configure:7329: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for memory.h
configure:7329: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for strings.h
configure:7329: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for inttypes.h
configure:7329: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for stdint.h
configure:7329: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7329: $? = 0
configure:7329: result: yes
configure:7329: checking for unistd.h
configure:7329: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7329: $? = 0
configure:7329: result: yes
configure:7344: checking for dlfcn.h
configure:7344: gcc -c -g -O2 conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:7344: $? = 0
configure:7344: result: yes
configure:7469: checking for C++ compiler version
configure:7478: g++ --version >&5
g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:7489: $? = 0
configure:7478: g++ -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
configure:7489: $? = 0
configure:7478: g++ -V >&5
g++: '-V' option must have argument
configure:7489: $? = 1
configure:7478: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:7489: $? = 1
configure:7493: checking whether we are using the GNU C++ compiler
configure:7521: result: yes
configure:7530: checking whether g++ accepts -g
configure:7591: result: yes
configure:7616: checking dependency style of g++
configure:7726: result: gcc3
configure:7749: checking how to run the C++ preprocessor
configure:7815: result: g++ -E
configure:7835: g++ -E conftest.cpp
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:7835: $? = 0
configure:7849: g++ -E conftest.cpp
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:7849: $? = 1
configure: failed program was:
| /* confdefs.h /
| #define PACKAGE_NAME "mod_auth_openid"
| #define PACKAGE_TARNAME "mod_auth_openid"
| #define PACKAGE_VERSION "0.6"
| #define PACKAGE_STRING "mod_auth_openid 0.6"
| #define PACKAGE_BUGREPORT "bmuller@butterfat.net"
| #define PACKAGE_URL ""
| #define PACKAGE_URL "http://findingscience.com/mod_auth_openid"
| #define PACKAGE "mod_auth_openid"
| #define VERSION "0.6"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| / end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8055: checking for objdir
configure:8070: result: .libs
configure:8366: checking if gcc supports -fno-rtti -fno-exceptions
configure:8384: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8388: $? = 0
configure:8401: result: no
configure:8421: checking for gcc option to produce PIC
configure:8693: result: -fPIC -DPIC
configure:8705: checking if gcc PIC flag -fPIC -DPIC works
configure:8723: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8727: $? = 0
configure:8740: result: yes
configure:8764: checking if gcc static flag -static works
configure:8792: result: yes
configure:8807: checking if gcc supports -c -o file.o
configure:8828: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8832: $? = 0
configure:8854: result: yes
configure:8862: checking if gcc supports -c -o file.o
configure:8909: result: yes
configure:8942: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9933: result: yes
configure:9970: checking whether -lc should be explicitly linked in
configure:9975: gcc -c -g -O2 conftest.c >&5
configure:9978: $? = 0
configure:9993: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | /bin/grep -lc >/dev/null 2>&1
configure:9996: $? = 0
configure:10008: result: no
configure:10172: checking dynamic linker characteristics
configure:10605: gcc -o conftest -g -O2 -L/usr/lib -Wl,-rpath -Wl,/foo conftest.c >&5
conftest.c:8:1: warning: "PACKAGE_URL" redefined
conftest.c:7:1: warning: this is the location of the previous definition
configure:10605: $? = 0
configure:10835: result: GNU/Linux ld.so
configure:10937: checking how to hardcode library paths into programs
configure:10962: result: immediate
configure:11482: checking whether stripping libraries is possible
configure:11487: result: yes
configure:11522: checking if libtool supports shared libraries
configure:11524: result: yes
configure:11527: checking whether to build shared libraries
configure:11548: result: yes
configure:11551: checking whether to build static libraries
configure:11555: result: yes
configure:11705: checking for ld used by g++
configure:11772: result: /usr/bin/ld
configure:11779: checking if the linker (/usr/bin/ld) is GNU ld
configure:11794: result: yes
configure:11849: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:12762: result: yes
configure:12790: g++ -c -g -O2 conftest.cpp >&5
configure:12793: $? = 0
configure:12975: checking for g++ option to produce PIC
configure:13292: result: -fPIC -DPIC
configure:13301: checking if g++ PIC flag -fPIC -DPIC works
configure:13319: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:13323: $? = 0
configure:13336: result: yes
configure:13357: checking if g++ static flag -static works
configure:13385: result: yes
configure:13397: checking if g++ supports -c -o file.o
configure:13418: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:13422: $? = 0
configure:13444: result: yes
configure:13449: checking if g++ supports -c -o file.o
configure:13496: result: yes
configure:13526: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:13555: result: yes
configure:13692: checking dynamic linker characteristics
configure:14073: g++ -o conftest -g -O2 -L/usr/lib -Wl,-rpath -Wl,/foo conftest.cpp >&5
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:14073: $? = 0
configure:14303: result: GNU/Linux ld.so
configure:14354: checking how to hardcode library paths into programs
configure:14379: result: immediate
configure:14439: checking for ANSI C header files
configure:14543: result: yes
configure:14567: checking for --with-apxs
configure:14584: result: no
configure:14595: checking for apxs2
configure:14629: result: no
configure:14595: checking for apxs
configure:14614: found /usr/sbin/apxs
configure:14626: result: /usr/sbin/apxs
configure:14642: checking Apache version
configure:14649: result: Server version: Apache/2.2.3
configure:14669: checking for apr-config
configure:14704: result: no
configure:14669: checking for apr-0-config
configure:14704: result: no
configure:14669: checking for apr-1-config
configure:14689: found /usr/bin/apr-1-config
configure:14701: result: /usr/bin/apr-1-config
configure:14768: checking for SQLite3 library >= 3.3.0
configure:14817: g++ -c -g -O2 -L/usr/lib conftest.cpp >&5
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:14817: $? = 0
configure:14819: result: yes
configure:14928: checking for pkg-config
configure:14946: found /usr/bin/pkg-config
configure:14958: result: /usr/bin/pkg-config
configure:14983: checking pkg-config is at least version 0.9.0
configure:14986: result: yes
configure:14997: checking for OPKELE
configure:15066: result: yes
configure:15073: checking lib pcre
configure:15088: result: (testing)
configure:15090: checking for pcre_study in -lpcre
configure:15115: g++ -o conftest -g -O2 -L/usr/lib conftest.cpp -lpcre >&5
conftest.cpp:8:1: warning: "PACKAGE_URL" redefined
conftest.cpp:7:1: warning: this is the location of the previous definition
configure:15115: $? = 0
configure:15124: result: yes
configure:15137: checking lib pcre
configure:15139: result: -lpcre
configure:15224: checking for curl-config
configure:15242: found /usr/bin/curl-config
configure:15255: result: /usr/bin/curl-config
configure:15271: checking for curl >= 7
configure:15275: result: yes
configure:15279: checking CURL_CFLAGS
configure:15282: result:
configure:15285: checking CURL_LIBS
configure:15288: result: -L/usr/kerberos/lib -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz
configure:15455: creating ./config.status
----------------------
Running config.status.
----------------------
This file was extended by mod_auth_openid config.status 0.6, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on RH55WS71
config.status:1143: creating Makefile
config.status:1143: creating config.h
config.status:1315: config.h is unchanged
config.status:1363: executing depfiles commands
config.status:1363: executing libtool commands
----------------
Cache variables.
----------------
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/lib
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OPKELE_CFLAGS_set=set
ac_cv_env_OPKELE_CFLAGS_value=-I/usr/include/opkele
ac_cv_env_OPKELE_LIBS_set=set
ac_cv_env_OPKELE_LIBS_value=-I/usr/local/lib
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_pcre_pcre_study=yes
ac_cv_objext=o
ac_cv_path_APXS=/usr/sbin/apxs
ac_cv_path_CURL_CONFIG=/usr/bin/curl-config
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_apr_config=/usr/bin/apr-1-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '''s/^. [ ][ ]([A-Za-z][A-Za-z0-9])$/\1 \2 \2/p''''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '''s/^: ([^ ]) $/ {"\1", (void ) 0},/p''' -e '''s/^[ABCDGIRSTW]_ ([^ ]) ([^ ])$/ {"\2", (void ) &\2},/p''''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '''s/^: ([^ ]) $/ {"\1", (void ) 0},/p''' -e '''s/^[ABCDGIRSTW] ([^ ]) (lib[^ ])$/ {"\2", (void ) &\2},/p''' -e '''s/^[ABCDGIRSTW] ([^ ]) ([^ ])$/ {"lib\2", (void ) &\2},/p''''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '''s/^T . (.)$/extern int \1();/p''' -e '''s/^[ABCDGIRSTW] .* (.)$/extern char \1;/p''''
lt_cv_sys_max_cmd_len=98304
pkg_cv_OPKELE_CFLAGS=-I/usr/include/opkele
pkg_cv_OPKELE_LIBS=-I/usr/local/lib
-----------------
Output variables.
-----------------
ACLOCAL='${SHELL} /usr/installers/apache/mod_auth_openid-0.6/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/installers/apache/mod_auth_openid-0.6/missing --run tar'
APACHE_CFLAGS='-I/usr/include/httpd -I/usr/include/apr-1'
APR_LDFLAGS=' -lapr-1 -lpthread -ldl'
APXS='/usr/sbin/apxs'
AR='ar'
AUTOCONF='${SHELL} /usr/installers/apache/mod_auth_openid-0.6/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/installers/apache/mod_auth_openid-0.6/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/installers/apache/mod_auth_openid-0.6/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CURL_CFLAGS=''
CURL_CONFIG='/usr/bin/curl-config'
CURL_LIBS='-L/usr/kerberos/lib -lcurl -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lidn -lssl -lcrypto -lz '
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS='-L/usr/lib'
LIBOBJS=''
LIBS='-lpcre '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/installers/apache/mod_auth_openid-0.6/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OPKELE_CFLAGS='-I/usr/include/opkele'
OPKELE_LIBS='-I/usr/local/lib'
OTOOL64=''
OTOOL=''
PACKAGE='mod_auth_openid'
PACKAGE_BUGREPORT='bmuller@butterfat.net'
PACKAGE_NAME='mod_auth_openid'
PACKAGE_STRING='mod_auth_openid 0.6'
PACKAGE_TARNAME='mod_auth_openid'
PACKAGE_URL=''
PACKAGE_VERSION='0.6'
PATH_SEPARATOR=':'
PCRE_CFLAGS=''
PCRE_LIBS='-lpcre'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SQLITE3_CFLAGS='-L/usr/lib'
SQLITE3_LDFLAGS='-I/usr/include -lsqlite3'
SQLITE3_VERSION='3.3.6'
STRIP='strip'
VERSION='0.6'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
apr_config='/usr/bin/apr-1-config'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/installers/apache/mod_auth_openid-0.6/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
-----------
confdefs.h.
-----------
/* confdefs.h /
#define PACKAGE_NAME "mod_auth_openid"
#define PACKAGE_TARNAME "mod_auth_openid"
#define PACKAGE_VERSION "0.6"
#define PACKAGE_STRING "mod_auth_openid 0.6"
#define PACKAGE_BUGREPORT "bmuller@butterfat.net"
#define PACKAGE_URL ""
#define PACKAGE_URL "http://findingscience.com/mod_auth_openid"
#define PACKAGE "mod_auth_openid"
#define VERSION "0.6"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define HAVE_SQLITE3 /*/
#define HAVE_LIBPCRE 1
configure: exit 0
how was the issue resolved?
I'm having the same issue. Any solution to that? thanks.
"make LIBS=-lopkele" worked for me