DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23837>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23837 simple build fails with link errors on apr_threadkey_private_delete Summary: simple build fails with link errors on apr_threadkey_private_delete Product: Apache httpd-2.0 Version: 2.0.47 Platform: PC OS/Version: Linux Status: NEW Severity: Blocker Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] On a freshly installed RH8.0 system (vanilla install, no mods to it), simple/default config fails with: server/.libs/libmain.al(exports.lo)(.data+0xb40): undefined reference to `apr_threadkey_private_delete' collect2: ld returned 1 exit status I have searched google and found only single match with someone with similar problem with 2.0.45 but he cannot recall how he fixed it. He said he thought it was a configure option. I have tried different config options. I have searched FAQs, httpd-users mailing list and archive, etc. No luck. /bin/sh /mankato/stuff/httpd-2.0.47/srclib/apr/libtool --silent --mode=link gcc -g -O2 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I/mankato/stuff/httpd-2.0.47/srclib/apr/include -I/mankato/stuff/httpd-2.0.47/srclib/apr-util/include -I. -I/mankato/stuff/httpd-2.0.47/os/unix -I/mankato/stuff/httpd-2.0.47/server/mpm/prefork -I/mankato/stuff/httpd-2.0.47/modules/http -I/mankato/stuff/httpd-2.0.47/modules/filters -I/mankato/stuff/httpd-2.0.47/modules/proxy -I/mankato/stuff/httpd-2.0.47/include -I/mankato/stuff/httpd-2.0.47/modules/dav/main -export-dynamic -o httpd modules.lo modules/aaa/mod_access.la modules/aaa/mod_auth.la modules/filters/mod_include.la modules/loggers/mod_log_config.la modules/metadata/mod_env.la modules/metadata/mod_setenvif.la modules/http/mod_http.la modules/http/mod_mime.la modules/generators/mod_status.la modules/generators/mod_autoindex.la modules/generators/mod_asis.la modules/generators/mod_cgi.la modules/mappers/mod_negotiation.la modules/mappers/mod_dir.la modules/mappers/mod_imap.la modules/mappers/mod_actions.la modules/mappers/mod_userdir.la modules/mappers/mod_alias.la modules/mappers/mod_so.la server/mpm/prefork/libprefork.la server/libmain.la os/unix/libos.la /mankato/stuff/httpd-2.0.47/srclib/pcre/libpcre.la /mankato/stuff/httpd-2.0.47/srclib/apr-util/libaprutil-0.la -lgdbm -ldb-4.0 -lexpat /mankato/stuff/httpd-2.0.47/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -ldl server/.libs/libmain.al(exports.lo)(.data+0xb40): undefined reference to `apr_threadkey_private_delete' collect2: ld returned 1 exit status I can provide config.log or other files needed. I ended up editing server/exports.c and #ifdef'ing out a function prototype in that file and then linking worked. Thanks, Bobby --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
