Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 95296 invoked from network); 3 Nov 2010 20:13:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 20:13:15 -0000 Received: (qmail 51020 invoked by uid 500); 3 Nov 2010 20:13:43 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 50984 invoked by uid 500); 3 Nov 2010 20:13:43 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 50976 invoked by uid 99); 3 Nov 2010 20:13:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 20:13:42 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nic_soft@hotmail.com designates 65.54.61.91 as permitted sender) Received: from [65.54.61.91] (HELO snt0-omc2-s40.snt0.hotmail.com) (65.54.61.91) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 20:13:35 +0000 Received: from SNT121-W4 ([65.55.90.72]) by snt0-omc2-s40.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 3 Nov 2010 13:13:13 -0700 Message-ID: X-Originating-IP: [85.229.118.73] From: Niklas Johansson To: Date: Wed, 3 Nov 2010 21:13:14 +0100 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 03 Nov 2010 20:13:13.0687 (UTC) FILETIME=[8B40A670:01CB7B93] X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Error when compiling Apache: Undefined symbols: "_apr_dir_read$INODE64", referenced from:..... Hello=2C I am trying to compile Apache. I did download the latest version of the sou= rcecode (2.2.17). This is what I do: > sudo ./configure --prefix=3D/usr/local/apache2 --with-included-apr --enab= le-mods-shared=3Dall --enable-module=3Dso > sudo make and here I get /Users/Niklas/Development/apache/httpd-2.2.17/srclib/apr/libtool --silent -= -mode=3Dlink gcc -g -O2=A0=A0=A0=A0=A0=A0=A0 -o httpd=A0 modules.lo buildma= rk.o -export-dynamic server/libmain.la modules/http/libmod_http.la modules/= mappers/libmod_so.la server/mpm/prefork/libprefork.la os/unix/libos.la=A0 /= Users/Niklas/Development/apache/httpd-2.2.17/srclib/pcre/libpcre.la /Users/= Niklas/Development/apache/httpd-2.2.17/srclib/apr-util/libaprutil-1.la -lex= pat -liconv /Users/Niklas/Development/apache/httpd-2.2.17/srclib/apr/libapr= -1.la -lpthread=20 Undefined symbols: =A0 "_apr_dir_read$INODE64"=2C referenced from: =A0=A0=A0=A0=A0 _process_resource_config_nofnmatch in libmain.a(config.o) =A0=A0=A0=A0=A0 _ap_process_resource_config in libmain.a(config.o) =A0 "_apr_file_info_get$INODE64"=2C referenced from: =A0=A0=A0=A0=A0 _ap_pcfg_openfile in libmain.a(util.o) =A0 "_apr_dir_open$INODE64"=2C referenced from: =A0=A0=A0=A0=A0 _process_resource_config_nofnmatch in libmain.a(config.o) =A0=A0=A0=A0=A0 _ap_process_resource_config in libmain.a(config.o) =A0 "_apr_stat$INODE64"=2C referenced from: =A0=A0=A0=A0=A0 _ap_process_resource_config in libmain.a(config.o) =A0=A0=A0=A0=A0 _ap_mpm_set_coredumpdir in libmain.a(mpm_common.o) =A0=A0=A0=A0=A0 _ap_is_directory in libmain.a(util.o) =A0=A0=A0=A0=A0 _ap_is_rdirectory in libmain.a(util.o) =A0=A0=A0=A0=A0 _ap_log_pid in libmain.a(log.o) =A0=A0=A0=A0=A0 _unixd_pre_config in libos.a(unixd.o) =A0=A0=A0=A0=A0 _resolve_symlink in libmain.a(request.o) =A0=A0=A0=A0=A0 _resolve_symlink in libmain.a(request.o) =A0=A0=A0=A0=A0 _resolve_symlink in libmain.a(request.o) =A0=A0=A0=A0=A0 _ap_directory_walk in libmain.a(request.o) =A0=A0=A0=A0=A0 _ap_directory_walk in libmain.a(request.o) =A0=A0=A0=A0=A0 _ap_directory_walk in libmain.a(request.o) =A0=A0=A0=A0=A0 _ap_sub_req_lookup_dirent in libmain.a(request.o) =A0=A0=A0=A0=A0 _ap_sub_req_lookup_dirent in libmain.a(request.o) =A0=A0=A0=A0=A0 _ap_sub_req_lookup_file in libmain.a(request.o) =A0=A0=A0=A0=A0 _ap_sub_req_lookup_file in libmain.a(request.o) ld: symbol(s) not found collect2: ld returned 1 exit status make[1]: *** [httpd] Error 1 make: *** [all-recursive] Error 1 What am I doing wrong?=20 I am using OSX but I guess that shouldn't matter? I have been struggling with this for several days so I hope some can point = me in the rigth direction? Thank you in advnace! Regards=2C Niklas = --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See 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