You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Bobby Krupczak <rd...@krupczak.org> on 2003/10/13 23:19:25 UTC

[users@httpd] build question; undefined apr_threadkey_private_delete

Hi!

I'm racking my brain here.

On a vanilla Linux box (RH8.0), I've tried to configure and build
Apache 2.0.47

I get a linker error below.   Essentially, it cant find
apr_threadkey_private_delete most likely due to some define problem.
I've tried different combinations of build directives (e.g. default
MPM and worker).

I've searched the web and news via google plus mail list archives with
no luck.

Thanks for any pointers,

Bobby
rdk at krupczak.org

/bin/sh /www/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/www/stuff/httpd-2.0.47/srclib/apr/include
-I/www/stuff/httpd-2.0.47/srclib/apr-util/include
-I. -I/www/stuff/httpd-2.0.47/os/unix
-I/www/stuff/httpd-2.0.47/server/mpm/worker
-I/www/stuff/httpd-2.0.47/modules/http
-I/www/stuff/httpd-2.0.47/modules/filters
-I/www/stuff/httpd-2.0.47/modules/proxy
-I/www/stuff/httpd-2.0.47/include
-I/www/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_cgid.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/worker/libworker.la
server/libmain.la os/unix/libos.la
/www/stuff/httpd-2.0.47/srclib/pcre/libpcre.la
/www/stuff/httpd-2.0.47/srclib/apr-util/libaprutil-0.la -lgdbm
-ldb-4.0 -lexpat /www/stuff/httpd-2.0.47/srclib/apr/libapr-0.la -lrt
-lm -lcrypt -lnsl -ldl
server/.libs/libmain.al(exports.lo)(.data+0xb2c): undefined reference
to `apr_threadkey_private_delete'
collect2: ld returned 1 exit status

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] build question; undefined apr_threadkey_private_delete

Posted by suomi <ap...@ayni.com>.
sure you have the correct header files on the machine where you compile?

suomi

Bobby Krupczak wrote:

>Hi!
>
>I'm racking my brain here.
>
>On a vanilla Linux box (RH8.0), I've tried to configure and build
>Apache 2.0.47
>
>I get a linker error below.   Essentially, it cant find
>apr_threadkey_private_delete most likely due to some define problem.
>I've tried different combinations of build directives (e.g. default
>MPM and worker).
>
>I've searched the web and news via google plus mail list archives with
>no luck.
>
>Thanks for any pointers,
>
>Bobby
>rdk at krupczak.org
>
>/bin/sh /www/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/www/stuff/httpd-2.0.47/srclib/apr/include
>-I/www/stuff/httpd-2.0.47/srclib/apr-util/include
>-I. -I/www/stuff/httpd-2.0.47/os/unix
>-I/www/stuff/httpd-2.0.47/server/mpm/worker
>-I/www/stuff/httpd-2.0.47/modules/http
>-I/www/stuff/httpd-2.0.47/modules/filters
>-I/www/stuff/httpd-2.0.47/modules/proxy
>-I/www/stuff/httpd-2.0.47/include
>-I/www/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_cgid.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/worker/libworker.la
>server/libmain.la os/unix/libos.la
>/www/stuff/httpd-2.0.47/srclib/pcre/libpcre.la
>/www/stuff/httpd-2.0.47/srclib/apr-util/libaprutil-0.la -lgdbm
>-ldb-4.0 -lexpat /www/stuff/httpd-2.0.47/srclib/apr/libapr-0.la -lrt
>-lm -lcrypt -lnsl -ldl
>server/.libs/libmain.al(exports.lo)(.data+0xb2c): undefined reference
>to `apr_threadkey_private_delete'
>collect2: ld returned 1 exit status
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>  
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org