From owner-freebsd-apache@FreeBSD.ORG Sun Jul 18 11:34:44 2010 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 385D81065679 for ; Sun, 18 Jul 2010 11:34:44 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9588E8FC1C for ; Sun, 18 Jul 2010 11:34:43 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id 41B5D34D404; Sun, 18 Jul 2010 12:34:01 +0100 (BST) From: David Southwell Organization: Voice & Vision To: apache@freebsd.org Date: Sun, 18 Jul 2010 12:34:01 +0100 User-Agent: KMail/1.13.5 (FreeBSD/7.2-RELEASE-p3; KDE/4.4.5; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201007181234.01144.david@vizion2000.net> Cc: Subject: Confusing ldap problem - apache22 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2010 11:34:44 -0000 Hi My apache22 server has been running fine until recent upgrade. Now apache22 would not start due to ldap loading problems producing http-error.log entry #1 shown below. If I then add LoadModule mod_auth_ldap libexec/apache22/mod_ldap.so to http.conf I get the same http-error.log entry #1 with this output from apachectl start: dns1# /usr/local/sbin/apachectl start httpd: Syntax error on line 110 of /usr/local/etc/apache22/httpd.conf: Can't locate API module structure `mod_auth_ldap' in file /usr/local/libexec/apache22/mod_ldap.so: Undefined symbol "mod_auth_ldap" I tried to recompile /usr/ports/www/mod_auth_ldap but make fails. Console output shown below. Apache22 options are shown below Thanks in advance for any advice David ______________________________________________________________ HERE IS WHATS BELOW: extracts from search in this posting apache options ***apache_options*** http-error.log (#1) ***http-error.log#1*** make www/mod_auth_ldap ***mod_auth_ldap*** _____________________________________________________ ***apache_options*** ______________________________________________ dns1# cat /var/db/ports/apache22/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for apache-2.2.15_9 _OPTIONS_READ=apache-2.2.15_9 WITH_THREADS=true WITH_MYSQL=true WITHOUT_PGSQL=true WITHOUT_SQLITE=true WITH_IPV6=true WITHOUT_BDB=true WITH_AUTH_BASIC=true WITH_AUTH_DIGEST=true WITH_AUTHN_FILE=true WITHOUT_AUTHN_DBD=true WITH_AUTHN_DBM=true WITH_AUTHN_ANON=true WITH_AUTHN_DEFAULT=true WITH_AUTHN_ALIAS=true WITH_AUTHZ_HOST=true WITH_AUTHZ_GROUPFILE=true WITH_AUTHZ_USER=true WITH_AUTHZ_DBM=true WITH_AUTHZ_OWNER=true WITH_AUTHZ_DEFAULT=true WITH_CACHE=true WITH_DISK_CACHE=true WITH_FILE_CACHE=true WITH_MEM_CACHE=true WITH_DAV=true WITH_DAV_FS=true WITHOUT_BUCKETEER=true WITH_CASE_FILTER=true WITH_CASE_FILTER_IN=true WITHOUT_EXT_FILTER=true WITHOUT_LOG_FORENSIC=true WITHOUT_OPTIONAL_HOOK_EXPORT=true WITHOUT_OPTIONAL_HOOK_IMPORT=true WITHOUT_OPTIONAL_FN_IMPORT=true WITHOUT_OPTIONAL_FN_EXPORT=true WITH_LDAP=true WITHOUT_AUTHNZ_LDAP=true WITH_ACTIONS=true WITH_ALIAS=true WITH_ASIS=true WITH_AUTOINDEX=true WITH_CERN_META=true WITH_CGI=true WITH_CHARSET_LITE=true WITHOUT_DBD=true WITH_DEFLATE=true WITH_DIR=true WITH_DUMPIO=true WITH_ENV=true WITH_EXPIRES=true WITH_HEADERS=true WITH_IMAGEMAP=true WITH_INCLUDE=true WITH_INFO=true WITH_LOG_CONFIG=true WITH_LOGIO=true WITH_MIME=true WITH_MIME_MAGIC=true WITH_NEGOTIATION=true WITH_REWRITE=true WITH_SETENVIF=true WITH_SPELING=true WITH_STATUS=true WITH_UNIQUE_ID=true WITH_USERDIR=true WITH_USERTRACK=true WITH_VHOST_ALIAS=true WITH_FILTER=true WITH_VERSION=true WITH_PROXY=true WITH_PROXY_CONNECT=true WITH_PATCH_PROXY_CONNECT=true WITH_PROXY_FTP=true WITH_PROXY_HTTP=true WITH_PROXY_AJP=true WITH_PROXY_BALANCER=true WITHOUT_PROXY_SCGI=true WITH_SSL=true WITHOUT_SUEXEC=true WITHOUT_SUEXEC_RSRCLIMIT=true WITH_REQTIMEOUT=true WITH_CGID=true dns1# dns1# cd /usr/ports/www/mod_auth_ldap dns1# make clean ===> Cleaning for apache-2.2.15_9 ===> Cleaning for ap22-mod_auth_ldap-2.12_1 dns1# make ===> License check disabled, port has not defined LICENSE ===> Extracting for ap22-mod_auth_ldap-2.12_1 => MD5 Checksum OK for modauthldap_apache2.tar.gz. => SHA256 Checksum OK for modauthldap_apache2.tar.gz. ===> Patching for ap22-mod_auth_ldap-2.12_1 ===> ap22-mod_auth_ldap-2.12_1 depends on file: /usr/local/sbin/apxs - found ===> ap22-mod_auth_ldap-2.12_1 depends on shared library: ldap-2.4.7 - found ===> Configuring for ap22-mod_auth_ldap-2.12_1 creating cache ./config.cache checking whether make sets ${MAKE}... yes checking for gcc... cc checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe - march=nocona -DLDAP_DEPRECATED ) works... yes checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe - march=nocona -DLDAP_DEPRECATED ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for socket... yes checking for htonl... yes checking for gethostname... yes checking for gethostbyaddr... yes checking for yp_get_default_domain... yes checking for res_search... yes checking for inet_aton... yes checking for dn_skipname... no checking for __dn_skipname... yes checking for Apache 2.0 module support via DSO through APXS... no checking for path of LDAP SDK... /usr/local checking for 3 arg ldap_set_rebind_proc... no checking for ldap_start_tls_s... yes checking whether to enable SSL... no updating cache ./config.cache creating ./config.status creating Makefile creating mk_withldap ============================================================================== Only generating mk_withldap script for compiling in the ldap module with apache 2. cd to the apache2 source directory and run the script mk_withldap from there. Supply any needed flag you will supply with apache2 configure as the script will run the configure script with the flags. Example: $ pwd $ /home/muquit/modauth_apache2 $ cd ../httpd-2.0.43 $ sh ../modauth_apache2/mk_withldap --prefix=/usr/local/apache243 $ make $ ./httpd -l mod_auth_ldap.c must be in the list ============================================================================== ===> Building for ap22-mod_auth_ldap-2.12_1 ===> Generating apache plist /usr/local/share/apr/build-1/libtool --silent --mode=compile cc -prefer-pic - O2 -fno-strict-aliasing -pipe -march=nocona -I/usr/local/include - DLDAP_DEPRECATED -O2 -fno-strict-aliasing -pipe -march=nocona - I/usr/local/include -DLDAP_DEPRECATED -g -I/usr/local/include/apache22 - I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include - I/usr/include -I/usr/local/include/db42 -c -o mod_auth_ldap.lo mod_auth_ldap.c && touch mod_auth_ldap.slo mod_auth_ldap.c:61:24: error: apr_compat.h: No such file or directory mod_auth_ldap.c: In function 'create_ldap_auth_dir_config': mod_auth_ldap.c:303: warning: cast to pointer from integer of different size mod_auth_ldap.c:322: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c:337: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c: In function 'set_ldap_server': mod_auth_ldap.c:364: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c: In function 'set_ldap_deref': mod_auth_ldap.c:403: warning: initialization makes pointer from integer without a cast mod_auth_ldap.c: In function 'set_base_dn': mod_auth_ldap.c:445: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c: In function 'set_sub_dn': mod_auth_ldap.c:453: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c: In function 'set_bind_dn': mod_auth_ldap.c:461: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c: In function 'set_bind_pass': mod_auth_ldap.c:469: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c: In function 'set_uid_attr': mod_auth_ldap.c:501: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c: In function 'set_uid_attr_alt': mod_auth_ldap.c:509: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c: In function 'set_group_attr': mod_auth_ldap.c:517: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c: In function 'set_ldapauthoritative': mod_auth_ldap.c:525: warning: initialization makes pointer from integer without a cast mod_auth_ldap.c: At top level: mod_auth_ldap.c:558: error: expected expression before 'ldap_auth_config_rec' mod_auth_ldap.c:558: warning: cast to pointer from integer of different size mod_auth_ldap.c:558: error: initializer element is not constant mod_auth_ldap.c:558: error: (near initialization for 'ldap_auth_cmds[0].cmd_data') mod_auth_ldap.c:631: error: expected expression before 'ldap_auth_config_rec' mod_auth_ldap.c:631: warning: cast to pointer from integer of different size mod_auth_ldap.c:631: error: initializer element is not constant mod_auth_ldap.c:631: error: (near initialization for 'ldap_auth_cmds[14].cmd_data') mod_auth_ldap.c:635: error: expected expression before 'ldap_auth_config_rec' mod_auth_ldap.c:635: warning: cast to pointer from integer of different size mod_auth_ldap.c:635: error: initializer element is not constant mod_auth_ldap.c:635: error: (near initialization for 'ldap_auth_cmds[15].cmd_data') mod_auth_ldap.c:652: error: expected expression before 'ldap_auth_config_rec' mod_auth_ldap.c:652: warning: cast to pointer from integer of different size mod_auth_ldap.c:652: error: initializer element is not constant mod_auth_ldap.c:652: error: (near initialization for 'ldap_auth_cmds[16].cmd_data') mod_auth_ldap.c:656: error: expected expression before 'ldap_auth_config_rec' mod_auth_ldap.c:656: warning: cast to pointer from integer of different size mod_auth_ldap.c:656: error: initializer element is not constant mod_auth_ldap.c:656: error: (near initialization for 'ldap_auth_cmds[17].cmd_data') mod_auth_ldap.c: In function 'check_user_authentication': mod_auth_ldap.c:1348: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c: In function 'check_user_authorization': mod_auth_ldap.c:1751: error: 'ap_array_header_t' undeclared (first use in this function) mod_auth_ldap.c:1751: error: (Each undeclared identifier is reported only once mod_auth_ldap.c:1751: error: for each function it appears in.) mod_auth_ldap.c:1751: error: expected expression before ')' token mod_auth_ldap.c:1751: error: invalid operands to binary * mod_auth_ldap.c:1751: error: called object '' is not a function mod_auth_ldap.c:1751: warning: assignment from incompatible pointer type mod_auth_ldap.c:1927: warning: assignment makes pointer from integer without a cast mod_auth_ldap.c:2035: warning: assignment makes pointer from integer without a cast apxs:Error: Command failed with rc=65536 . *** Error code 1 Stop in /usr/ports/www/mod_auth_ldap. ____________________________________________ ***http-error.log Extract ______________________________________________- [Sun Jul 18 10:13:29 2010] [info] mod_ssl/2.2.15 compiled against Server: Apache/2.2.15, Library: OpenSSL/1.0.0a [Sun Jul 18 10:13:29 2010] [error] Module mod_ldap missing. Mod_ldap (aka. util_ldap) must be loaded in order for mod_auth_ldap to function properly Configuration Failed [Sun Jul 18 10:22:57 2010] [info] mod_unique_id: using ip addr 62.49.197.50 [Sun Jul 18 10:22:58 2010] [info] Init: Seeding PRNG with 144 bytes of entropy [Sun Jul 18 10:22:58 2010] [info] Loading certificate & private key of SSL- aware server [Sun Jul 18 10:22:58 2010] [info] Init: Requesting pass phrase via builtin terminal dialog [Sun Jul 18 10:23:06 2010] [debug] ssl_engine_pphrase.c(476): encrypted RSA private key - pass phrase requested [Sun Jul 18 10:23:06 2010] [info] Init: Wiped out the queried pass phrases from memory [Sun Jul 18 10:23:06 2010] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Sun Jul 18 10:23:07 2010] [info] Init: Generating temporary DH parameters (512/1024 bits) [Sun Jul 18 10:23:07 2010] [info] Init: Initializing (virtual) servers for SSL [Sun Jul 18 10:23:07 2010] [info] Configuring server for SSL protocol [Sun Jul 18 10:23:07 2010] [debug] ssl_engine_init.c(415): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1) [Sun Jul 18 10:23:07 2010] [debug] ssl_engine_init.c(611): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2: +EXP:+eNULL] [Sun Jul 18 10:23:07 2010] [debug] ssl_engine_init.c(370): Configuring TLS extension handling [Sun Jul 18 10:23:07 2010] [debug] ssl_engine_init.c(742): Configuring RSA server certificate [Sun Jul 18 10:23:07 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Sun Jul 18 10:23:07 2010] [debug] ssl_engine_init.c(781): Configuring RSA server private key [Sun Jul 18 10:23:07 2010] [info] mod_ssl/2.2.15 compiled against Server: Apache/2.2.15, Library: OpenSSL/1.0.0a [Sun Jul 18 10:23:07 2010] [error] Module mod_ldap missing. Mod_ldap (aka. util_ldap) must be loaded in order for mod_auth_ldap to function properly Configuration Failed Photographic Artist Permanent Installations & Design Creative Imagery and Advanced Digital Techniques High Dynamic Range Photography & Official Portraiture Combined darkroom & digital creations & Systems Adminstrator for the vizion2000.net network From owner-freebsd-apache@FreeBSD.ORG Mon Jul 19 03:16:49 2010 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A9E81065673 for ; Mon, 19 Jul 2010 03:16:49 +0000 (UTC) (envelope-from marc.ramirez@bluecirclesoft.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.125]) by mx1.freebsd.org (Postfix) with ESMTP id 3A1328FC1B for ; Mon, 19 Jul 2010 03:16:44 +0000 (UTC) X-Authority-Analysis: v=1.1 cv=yYDk9wvF9yILP8+WUBprz5rv2pbX1YDh8tMrnOgRP/g= c=1 sm=0 a=0x9HBRNglmAA:10 a=D3oK11fcvy1Nu/aWtUsaPw==:17 a=Abqotxv1AAAA:8 a=DyZlrfb4WN49mhTzaN0A:9 a=gRxP8WdyOJ1Xt93e_mQbxuFanzMA:4 a=wPNLvfGTeEIA:10 a=sv6hdeEzBIgA:10 a=mV9VRH-2AAAA:8 a=6I5d2MoRAAAA:8 a=KNBGuYVCOpACIY4A9SMA:9 a=pdeA4XmIyHhZrTKFZ1gA:7 a=_bSt1NJ91D-bWc5tAtdA_j5kNB8A:4 a=SV7veod9ZcQA:10 a=zdYsQzUXAAAA:8 a=MDhYF04ZwxoFLMfjxTMA:9 a=FuLZwS-gzw_1rWNMh8EA:7 a=mVV6tOsBo8DsoVyA1fvwuMWkM3cA:4 a=SYWKkyjG0Sq3Gn41O3AA:9 a=tTNeGHrQfbF446zWydeigro8XPMA:4 a=D3oK11fcvy1Nu/aWtUsaPw==:117 X-Cloudmark-Score: 0 X-Originating-IP: 74.218.151.118 Received: from [74.218.151.118] ([74.218.151.118:59734] helo=www.bluecirclesoft.com) by hrndva-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTP id 15/0B-14763-B93C34C4; Mon, 19 Jul 2010 03:16:44 +0000 Received: from [10.0.0.125] (s125.ghostmrami.com [10.0.0.125]) (authenticated bits=0) by www.bluecirclesoft.com (8.14.3/8.14.3) with ESMTP id o6J3GgCG032796 for ; Sun, 18 Jul 2010 23:16:43 -0400 (EDT) (envelope-from mrami@bluecirclesoft.com) Message-ID: <4C43C38B.7060808@bluecirclesoft.com> Date: Sun, 18 Jul 2010 23:16:27 -0400 From: Marc Ramirez User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: apache@freebsd.org Content-Type: multipart/mixed; boundary="------------040000090504040602020503" Cc: Subject: NEVER MIND: [Fwd: Problem building apache22] X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 03:16:49 -0000 This is a multi-part message in MIME format. --------------040000090504040602020503 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit reinstalled devel/apr1; seems to have fixed it. Thanks! Marc. -- Marc Ramirez Blue Circle Software, LLC 513-766-9166 (voice, fax) http://www.bluecirclesoft.com --------------040000090504040602020503 Content-Type: message/rfc822; name="Problem building apache22.eml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Problem building apache22.eml" Message-ID: <4C43C018.6000505@bluecirclesoft.com> Date: Sun, 18 Jul 2010 23:01:44 -0400 From: Marc Ramirez User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: apache@freebsd.org Subject: Problem building apache22 Content-Type: multipart/mixed; boundary="------------080503050206000508020804" This is a multi-part message in MIME format. --------------080503050206000508020804 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Just cvsup'd a fresh ports tree (as of about Jul 18, 10:00 EDT, about an hour before sending this message), and tried to build www/apache22, and got an error in configure. Here is the output of the make command, and I've attached the config.log Again, this is literally the first thing I did after a fresh cvsup. Feel free to let me know if there's any way I can help. Thanks! root@playground[/usr] # cd /usr/ports/www/apache22 root@playground[/usr/ports/www/apache22] # make install To enable a module category: WITH__MODULES To disable a module category: WITHOUT__MODULES Per default categories are: AUTH AUTHN AUTHZ DAV CACHE MISC Categories available: AUTH AUTHN AUTHZ CACHE DAV EXPERIMENTAL LDAP MISC PROXY SSL SUEXEC THREADS To see all available knobs, type make show-options To see all modules in different categories, type make show-categories You can check your modules configuration by using make show-modules ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for apache-2.2.15_9 => httpd-2.2.15.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/apache22. => Attempting to fetch from http://www.apache.org/dist/httpd/. httpd-2.2.15.tar.bz2 100% of 4843 kB 533 kBps ===> Extracting for apache-2.2.15_9 => MD5 Checksum OK for apache22/httpd-2.2.15.tar.bz2. => SHA256 Checksum OK for apache22/httpd-2.2.15.tar.bz2. ===> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.8.9 - found ===> Patching for apache-2.2.15_9 ===> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.8.9 - found ===> Applying FreeBSD patches for apache-2.2.15_9 ===> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.8.9 - found ===> apache-2.2.15_9 depends on file: /usr/local/bin/autoconf-2.62 - found ===> apache-2.2.15_9 depends on package: libtool>=2.2 - found ===> apache-2.2.15_9 depends on shared library: expat.6 - found ===> apache-2.2.15_9 depends on shared library: apr-1 - found ===> apache-2.2.15_9 depends on shared library: pcre.0 - found ===> apache-2.2.15_9 depends on shared library: iconv.3 - found ===> apache-2.2.15_9 depends on shared library: pq.5 - found ===> Configuring for apache-2.2.15_9 checking for chosen layout... FreeBSD checking for working mkdir -p... yes checking build system type... i386-portbld-freebsd8.0 checking host system type... i386-portbld-freebsd8.0 checking target system type... i386-portbld-freebsd8.0 Configuring Apache Portable Runtime library ... checking for APR... configure: error: the --with-apr parameter is incorrect. It must specify an install prefix, a build directory, or an apr-config file. ===> Script "configure" failed unexpectedly. Please report the problem to apache@FreeBSD.org [maintainer] and attach the "/usr/ports/www/apache22/work/httpd-2.2.15/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/www/apache22. *** Error code 1 Stop in /usr/ports/www/apache22. root@playground[/usr/ports/www/apache22] # -- Marc Ramirez Blue Circle Software, LLC 513-766-9166 (voice, fax) http://www.bluecirclesoft.com --------------080503050206000508020804 Content-Type: text/plain; name="config.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="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 configure, which was generated by GNU Autoconf 2.62. Invocation command line was $ ./configure --prefix=3D/usr/local --enable-layout=3DFreeBSD --with-pe= rl=3D/usr/local/bin/perl5.8.9 --with-port=3D80 --with-expat=3D/usr/local = --with-iconv=3D/usr/local --enable-http --with-pcre=3D/usr/local --with-a= pr=3D/usr/local/bin/apr-1-config --with-apr-util=3D/usr/local/bin/apu-1-c= onfig --disable-authn-file --disable-authn-default --disable-authz-host -= -disable-authz-groupfile --disable-authz-user --disable-authz-default --d= isable-auth-basic --disable-charset-lite --disable-include --disable-log-= config --disable-env --disable-setenvif --disable-mime --disable-status -= -disable-autoindex --disable-asis --disable-cgid --disable-cgi --disable-= negotiation --disable-dir --disable-imagemap --disable-actions --disable-= userdir --disable-alias --disable-filter --disable-proxy --disable-proxy-= connect --disable-proxy-ftp --disable-proxy-http --disable-proxy-ajp --di= sable-proxy-balancer --disable-proxy-scgi --disable-reqtimeout --enable-s= o --enable-mods-shared=3Dauth_basic auth_digest authn_file authn_dbm auth= n_anon authn_default authn_alias authz_host authz_groupfile authz_user au= thz_dbm authz_owner authz_default cache disk_cache file_cache dav dav_fs = actions alias asis autoindex cern_meta cgi charset_lite deflate dir dumpi= o env expires headers imagemap include info log_config logio mime mime_ma= gic negotiation rewrite setenvif speling status unique_id userdir usertra= ck vhost_alias filter version reqtimeout proxy proxy_connect proxy_http p= roxy_ajp ssl --with-dbm=3Dsdbm --with-ssl=3D/usr --enable-v4-mapped --wit= h-devrandom --with-mpm=3Dprefork --prefix=3D/usr/local --mandir=3D/usr/lo= cal/man --infodir=3D/usr/local/info/ --build=3Di386-portbld-freebsd8.0 ## --------- ## ## Platform. ## ## --------- ## hostname =3D playground.ghostmrami.com uname -m =3D i386 uname -r =3D 8.0-RELEASE-p4 uname -s =3D FreeBSD uname -v =3D FreeBSD 8.0-RELEASE-p4 #0: Sun Jul 18 00:16:26 EDT 2010 = mrami@playground.ghostmrami.com:/usr/obj/usr/src/sys/PLAYGROUND=20 /usr/bin/uname -p =3D i386 /bin/uname -X =3D unknown /bin/arch =3D unknown /usr/bin/arch -k =3D unknown /usr/convex/getsysinfo =3D unknown /usr/bin/hostinfo =3D unknown /bin/machine =3D unknown /usr/bin/oslevel =3D unknown /bin/universe =3D unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/home/mrami/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2504: checking for chosen layout configure:2506: result: FreeBSD configure:3311: checking for working mkdir -p configure:3327: result: yes configure:3344: checking build system type configure:3362: result: i386-portbld-freebsd8.0 configure:3384: checking host system type configure:3399: result: i386-portbld-freebsd8.0 configure:3421: checking target system type configure:3436: result: i386-portbld-freebsd8.0 configure:3508: checking for APR configure:3539: error: the --with-apr parameter is incorrect. It must spe= cify an install prefix, a build directory, or an apr-config file. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=3Di386-portbld-freebsd8.0 ac_cv_env_CC_set=3Dset ac_cv_env_CC_value=3Dcc ac_cv_env_CFLAGS_set=3Dset ac_cv_env_CFLAGS_value=3D'-O2 -pipe -I/usr/include -fno-strict-aliasing' ac_cv_env_CPPFLAGS_set=3Dset ac_cv_env_CPPFLAGS_value=3D-I/usr/local/include ac_cv_env_CPP_set=3D'' ac_cv_env_CPP_value=3D'' ac_cv_env_LDFLAGS_set=3Dset ac_cv_env_LDFLAGS_value=3D' -rpath=3D/usr/lib:/usr/local/lib -L/usr/lib -= L/usr/local/lib' ac_cv_env_LIBS_set=3D'' ac_cv_env_LIBS_value=3D'' ac_cv_env_build_alias_set=3Dset ac_cv_env_build_alias_value=3Di386-portbld-freebsd8.0 ac_cv_env_host_alias_set=3D'' ac_cv_env_host_alias_value=3D'' ac_cv_env_target_alias_set=3D'' ac_cv_env_target_alias_value=3D'' ac_cv_host=3Di386-portbld-freebsd8.0 ac_cv_mkdir_p=3Dyes ac_cv_target=3Di386-portbld-freebsd8.0 lt_cv_sys_max_cmd_len=3D262144 ## ----------------- ## ## Output variables. ## ## ----------------- ## APACHECTL_ULIMIT=3D'' APR_BINDIR=3D'' APR_CONFIG=3D'' APR_INCLUDEDIR=3D'' APR_VERSION=3D'' APU_BINDIR=3D'' APU_CONFIG=3D'' APU_INCLUDEDIR=3D'' APU_VERSION=3D'' AP_BUILD_SRCLIB_DIRS=3D'' AP_CLEAN_SRCLIB_DIRS=3D'' AP_LIBS=3D'' AWK=3D'' BUILTIN_LIBS=3D'' CC=3D'cc' CFLAGS=3D'-O2 -pipe -I/usr/include -fno-strict-aliasing' CORE_IMPLIB=3D'' CORE_IMPLIB_FILE=3D'' CPP=3D'' CPPFLAGS=3D'-I/usr/local/include' CXX=3D'c++' CXXFLAGS=3D'-O2 -pipe -I/usr/include -fno-strict-aliasing' DEFS=3D'' DSO_MODULES=3D'' ECHO_C=3D'' ECHO_N=3D'-n' ECHO_T=3D'' EGREP=3D'' EXEEXT=3D'' EXTRA_CFLAGS=3D'' EXTRA_CPPFLAGS=3D'' EXTRA_CXXFLAGS=3D'' EXTRA_INCLUDES=3D'' EXTRA_LDFLAGS=3D'' EXTRA_LIBS=3D'' GREP=3D'' HTTPD_LDFLAGS=3D'' HTTPD_VERSION=3D'' INCLUDES=3D'' INSTALL=3D'/usr/bin/install -c -o root -g wheel' INSTALL_DSO=3D'' INSTALL_PROG_FLAGS=3D'' LDFLAGS=3D' -rpath=3D/usr/lib:/usr/local/lib -L/usr/lib -L/usr/local/lib'= LIBOBJS=3D'' LIBS=3D'' LIBTOOL=3D'/usr/local/bin/libtool' LN_S=3D'' LTCFLAGS=3D'' LTFLAGS=3D'' LTLIBOBJS=3D'' LT_LDFLAGS=3D'' LYNX_PATH=3D'' MKDEP=3D'' MKINSTALLDIRS=3D'' MK_IMPLIB=3D'' MODULE_CLEANDIRS=3D'' MODULE_DIRS=3D'' MOD_ACTIONS_LDADD=3D'' MOD_ALIAS_LDADD=3D'' MOD_ASIS_LDADD=3D'' MOD_AUTHNZ_LDAP_LDADD=3D'' MOD_AUTHN_ALIAS_LDADD=3D'' MOD_AUTHN_ANON_LDADD=3D'' MOD_AUTHN_DBD_LDADD=3D'' MOD_AUTHN_DBM_LDADD=3D'' MOD_AUTHN_DEFAULT_LDADD=3D'' MOD_AUTHN_FILE_LDADD=3D'' MOD_AUTHZ_DBM_LDADD=3D'' MOD_AUTHZ_DEFAULT_LDADD=3D'' MOD_AUTHZ_GROUPFILE_LDADD=3D'' MOD_AUTHZ_HOST_LDADD=3D'' MOD_AUTHZ_OWNER_LDADD=3D'' MOD_AUTHZ_USER_LDADD=3D'' MOD_AUTH_BASIC_LDADD=3D'' MOD_AUTH_DIGEST_LDADD=3D'' MOD_AUTOINDEX_LDADD=3D'' MOD_BUCKETEER_LDADD=3D'' MOD_CACHE_LDADD=3D'' MOD_CASE_FILTER_IN_LDADD=3D'' MOD_CASE_FILTER_LDADD=3D'' MOD_CERN_META_LDADD=3D'' MOD_CGID_LDADD=3D'' MOD_CGI_LDADD=3D'' MOD_CHARSET_LITE_LDADD=3D'' MOD_DAV_FS_LDADD=3D'' MOD_DAV_LDADD=3D'' MOD_DAV_LOCK_LDADD=3D'' MOD_DBD_LDADD=3D'' MOD_DEFLATE_LDADD=3D'' MOD_DIR_LDADD=3D'' MOD_DISK_CACHE_LDADD=3D'' MOD_DUMPIO_LDADD=3D'' MOD_ECHO_LDADD=3D'' MOD_ENV_LDADD=3D'' MOD_EXAMPLE_LDADD=3D'' MOD_EXPIRES_LDADD=3D'' MOD_EXT_FILTER_LDADD=3D'' MOD_FILE_CACHE_LDADD=3D'' MOD_FILTER_LDADD=3D'' MOD_HEADERS_LDADD=3D'' MOD_HTTP_LDADD=3D'' MOD_IDENT_LDADD=3D'' MOD_IMAGEMAP_LDADD=3D'' MOD_INCLUDE_LDADD=3D'' MOD_INFO_LDADD=3D'' MOD_ISAPI_LDADD=3D'' MOD_LDAP_LDADD=3D'' MOD_LOGIO_LDADD=3D'' MOD_LOG_CONFIG_LDADD=3D'' MOD_LOG_FORENSIC_LDADD=3D'' MOD_MEM_CACHE_LDADD=3D'' MOD_MIME_LDADD=3D'' MOD_MIME_MAGIC_LDADD=3D'' MOD_NEGOTIATION_LDADD=3D'' MOD_OPTIONAL_FN_EXPORT_LDADD=3D'' MOD_OPTIONAL_FN_IMPORT_LDADD=3D'' MOD_OPTIONAL_HOOK_EXPORT_LDADD=3D'' MOD_OPTIONAL_HOOK_IMPORT_LDADD=3D'' MOD_PROXY_AJP_LDADD=3D'' MOD_PROXY_BALANCER_LDADD=3D'' MOD_PROXY_CONNECT_LDADD=3D'' MOD_PROXY_FTP_LDADD=3D'' MOD_PROXY_HTTP_LDADD=3D'' MOD_PROXY_LDADD=3D'' MOD_PROXY_SCGI_LDADD=3D'' MOD_REQTIMEOUT_LDADD=3D'' MOD_REWRITE_LDADD=3D'' MOD_SETENVIF_LDADD=3D'' MOD_SO_LDADD=3D'' MOD_SPELING_LDADD=3D'' MOD_SSL_LDADD=3D'' MOD_STATUS_LDADD=3D'' MOD_SUBSTITUTE_LDADD=3D'' MOD_SUEXEC_LDADD=3D'' MOD_UNIQUE_ID_LDADD=3D'' MOD_USERDIR_LDADD=3D'' MOD_USERTRACK_LDADD=3D'' MOD_VERSION_LDADD=3D'' MOD_VHOST_ALIAS_LDADD=3D'' MPM_LIB=3D'' MPM_NAME=3D'' MPM_SUBDIR_NAME=3D'' NOTEST_CFLAGS=3D'' NOTEST_CPPFLAGS=3D'' NOTEST_CXXFLAGS=3D'' NOTEST_LDFLAGS=3D'' NOTEST_LIBS=3D'' OBJEXT=3D'' OS=3D'' OS_DIR=3D'' OS_SPECIFIC_VARS=3D'' PACKAGE_BUGREPORT=3D'' PACKAGE_NAME=3D'' PACKAGE_STRING=3D'' PACKAGE_TARNAME=3D'' PACKAGE_VERSION=3D'' PATH_SEPARATOR=3D':' PCRE_CONFIG=3D'' PICFLAGS=3D'' PILDFLAGS=3D'' PKGCONFIG=3D'' PORT=3D'' POST_SHARED_CMDS=3D'' PRE_SHARED_CMDS=3D'' RANLIB=3D'' RM=3D'' RSYNC=3D'' SHELL=3D'/bin/sh' SHLIBPATH_VAR=3D'' SHLTCFLAGS=3D'' SH_LDFLAGS=3D'' SH_LIBS=3D'' SH_LIBTOOL=3D'' SSLPORT=3D'' SSL_LIBS=3D'' UTIL_LDFLAGS=3D'' ab_LTFLAGS=3D'' abs_srcdir=3D'' ac_ct_CC=3D'' ap_make_delimiter=3D'' ap_make_include=3D'' bindir=3D'${exec_prefix}/bin' build=3D'i386-portbld-freebsd8.0' build_alias=3D'i386-portbld-freebsd8.0' build_cpu=3D'i386' build_os=3D'freebsd8.0' build_vendor=3D'portbld' cgidir=3D'${datadir}/cgi-bin' checkgid_LTFLAGS=3D'' datadir=3D'${prefix}/www/apache22' datarootdir=3D'${prefix}/share' docdir=3D'${datarootdir}/doc/${PACKAGE}' dvidir=3D'${docdir}' errordir=3D'${datadir}/error' exec_prefix=3D'${prefix}' exp_bindir=3D'/usr/local/bin' exp_cgidir=3D'/usr/local/www/apache22/cgi-bin' exp_datadir=3D'/usr/local/www/apache22' exp_errordir=3D'/usr/local/www/apache22/error' exp_exec_prefix=3D'/usr/local' exp_htdocsdir=3D'/usr/local/www/apache22/data' exp_iconsdir=3D'/usr/local/www/apache22/icons' exp_includedir=3D'/usr/local/include/apache22' exp_installbuilddir=3D'/usr/local/share/apache22/build' exp_libdir=3D'/usr/local/lib' exp_libexecdir=3D'/usr/local/libexec/apache22' exp_localstatedir=3D'/var' exp_logfiledir=3D'/var/log' exp_mandir=3D'/usr/local/man' exp_manualdir=3D'/usr/local/share/doc/apache22' exp_proxycachedir=3D'/usr/local/www/apache22/proxy' exp_runtimedir=3D'/var/run' exp_sbindir=3D'/usr/local/sbin' exp_sysconfdir=3D'/usr/local/etc/apache22' host=3D'i386-portbld-freebsd8.0' host_alias=3D'' host_cpu=3D'i386' host_os=3D'freebsd8.0' host_vendor=3D'portbld' htcacheclean_LTFLAGS=3D'' htdbm_LTFLAGS=3D'' htdigest_LTFLAGS=3D'' htdocsdir=3D'${datadir}/data' htmldir=3D'${docdir}' htpasswd_LTFLAGS=3D'' httxt2dbm_LTFLAGS=3D'' iconsdir=3D'${datadir}/icons' includedir=3D'${prefix}/include/apache22' infodir=3D'/usr/local/info/' installbuilddir=3D'${prefix}/share/apache22/build' libdir=3D'${exec_prefix}/lib' libexecdir=3D'${exec_prefix}/libexec/apache22' localedir=3D'${datarootdir}/locale' localstatedir=3D'/var' logfiledir=3D'${localstatedir}/log' logresolve_LTFLAGS=3D'' mandir=3D'/usr/local/man' manualdir=3D'${prefix}/share/doc/apache22' nonssl_listen_stmt_1=3D'' nonssl_listen_stmt_2=3D'' oldincludedir=3D'/usr/include' other_targets=3D'' pdfdir=3D'${docdir}' perlbin=3D'' prefix=3D'/usr/local' progname=3D'' program_transform_name=3D's,x,x,' proxycachedir=3D'${datadir}/proxy' psdir=3D'${docdir}' rel_bindir=3D'bin' rel_cgidir=3D'www/apache22/cgi-bin' rel_datadir=3D'www/apache22' rel_errordir=3D'www/apache22/error' rel_exec_prefix=3D'' rel_htdocsdir=3D'www/apache22/data' rel_iconsdir=3D'www/apache22/icons' rel_includedir=3D'include/apache22' rel_installbuilddir=3D'share/apache22/build' rel_libdir=3D'lib' rel_libexecdir=3D'libexec/apache22' rel_localstatedir=3D'/var' rel_logfiledir=3D'/var/log' rel_mandir=3D'man' rel_manualdir=3D'share/doc/apache22' rel_proxycachedir=3D'www/apache22/proxy' rel_runtimedir=3D'/var/run' rel_sbindir=3D'sbin' rel_sysconfdir=3D'etc/apache22' rotatelogs_LTFLAGS=3D'' runtimedir=3D'${localstatedir}/run' sbindir=3D'${exec_prefix}/sbin' shared_build=3D'' sharedstatedir=3D'${prefix}/com' sysconfdir=3D'${prefix}/etc/apache22' target=3D'i386-portbld-freebsd8.0' target_alias=3D'' target_cpu=3D'i386' target_os=3D'freebsd8.0' target_vendor=3D'portbld' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" configure: exit 1 --------------080503050206000508020804 Content-Type: text/plain; name="current_packages.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="current_packages.txt" total 16596 drwxr-xr-x 2 root wheel 512 May 1 2009 HVSC-Update-2.8.4 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 ORBit-0.5.17_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 OpenEXR-1.6.1_2 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 OpenSP-1.5.2_1 -rw-r--r-- 1 root wheel 0 Oct 30 2007 START_REBUILD drwxr-xr-x 2 root wheel 512 Jul 18 09:54 aalib-1.4.r5_4 drwxr-xr-x 2 root wheel 512 Aug 7 2009 amspsfnt-1.0_5 drwxr-xr-x 2 root wheel 512 Jul 18 09:46 apache-ant-1.7.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 appres-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 apr-ipv6-devrandom-gdbm-db42-0.9.18.0.9.17 drwxr-xr-x 2 root wheel 512 Jul 17 20:23 apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 arts-1.5.10_2,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 artswrapper-1.5.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 aspell-0.60.6_2 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 atk-1.26.0 drwxr-xr-x 2 root wheel 512 Jul 18 20:15 autoconf-2.62 drwxr-xr-x 2 root wheel 512 Jul 18 20:15 autoconf-wrapper-20071109 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 bacula-client-3.0.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:20 bacula-server-3.0.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 bash-4.0.35 drwxr-xr-x 2 root wheel 512 May 1 2009 bdftopcf-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 beforelight-1.0.3_1 drwxr-xr-x 2 root wheel 512 May 1 2009 bigreqsproto-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 bison-2.4.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 bitmap-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 bitstream-vera-1.10_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 ca_root_nss-3.11.9_2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 cairo-1.8.8,1 drwxr-xr-x 2 root wheel 512 May 1 2009 cdparanoia-3.9.8_8 drwxr-xr-x 2 root wheel 512 May 1 2009 cdrtools-2.01_7 drwxr-xr-x 2 root wheel 512 Nov 27 2009 celt-0.7.0 drwxr-xr-x 2 root wheel 512 Aug 28 2009 chkrootkit-0.49 drwxr-xr-x 2 root wheel 512 Jul 18 10:02 clisp-2.48 drwxr-xr-x 2 root wheel 512 Aug 7 2009 cmpsfont-1.0_6 drwxr-xr-x 2 root wheel 512 May 1 2009 compat4x-i386-5.3_9 drwxr-xr-x 2 root wheel 512 Jul 18 09:45 compositeproto-0.4.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 consolekit-0.3.0_8 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 coreutils-7.5 drwxr-xr-x 2 root wheel 512 Jul 17 21:04 crimson-1.1.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 cups-base-1.3.10_4 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 cups-client-1.3.10_4 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 cups-image-1.3.10_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 curl-7.19.7 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 cvs2svn-2.2.0 drwxr-xr-x 2 root wheel 512 Jul 18 10:03 cvsup-16.1h_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 cyrus-sasl-2.1.23 drwxr-xr-x 2 root wheel 512 Nov 27 2009 damageproto-1.1.0_2 drwxr-xr-x 2 root wheel 512 May 1 2009 db3-3.3.11_3,1 drwxr-xr-x 2 root wheel 512 May 1 2009 db4-4.0.14_1,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 db41-4.1.25_4 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 db42-4.2.52_5 drwxr-xr-x 2 root wheel 512 May 1 2009 db43-4.3.29_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 dbus-1.2.4.6_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 dbus-glib-0.82 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 dbus-qt3-0.70_3 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 desktop-file-utils-0.15_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:46 diablo-jdk-1.6.0.07.02_4 drwxr-xr-x 2 root wheel 512 Aug 17 2009 djbfft-0.76_2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 dmidecode-2.10 drwxr-xr-x 2 root wheel 512 Jul 18 10:03 dmxproto-2.3 drwxr-xr-x 2 root wheel 512 May 1 2009 docbook-4.1_3 drwxr-xr-x 2 root wheel 512 May 1 2009 docbook-xml-4.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 docbook-xsl-1.75.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 doxygen-1.6.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 dri-7.4.4,2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 dri2proto-2.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 dvipsk-tetex-5.95a_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 e2fsprogs-libuuid-1.41.9 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 editres-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 encodings-1.0.2,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 esound-0.2.41 drwxr-xr-x 2 root wheel 512 Jul 18 09:46 evieext-1.1.0 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 expat-2.0.1_1 drwxr-xr-x 2 root wheel 512 May 1 2009 ezm3-1.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 faad2-2.7_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 faces-1.7.7_9 drwxr-xr-x 2 root wheel 512 May 1 2009 ffcall-1.10_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 ffmpeg-0.5_1,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 fftw3-3.2.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 fixesproto-4.0 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 flac-1.2.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-adobe-100dpi-1.0.0_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-adobe-75dpi-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-adobe-utopia-100dpi-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-adobe-utopia-75dpi-1.0.1 drwxr-xr-x 2 root wheel 512 May 1 2009 font-arabic-misc-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-bh-100dpi-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-bh-75dpi-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-bh-lucidatypewriter-100dpi-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-bh-lucidatypewriter-75dpi-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 font-bh-ttf-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-bitstream-100dpi-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-bitstream-75dpi-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-cursor-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-daewoo-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-dec-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-isas-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-jis-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-micro-misc-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 font-misc-ethiopic-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 font-misc-meltho-1.0.0_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-misc-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-mutt-misc-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-schumacher-misc-1.0.0_1 drwxr-xr-x 2 root wheel 512 May 1 2009 font-sony-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-sun-misc-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-util-1.0.2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 fontcacheproto-0.1.2 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 fontconfig-2.6.0,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 fontsproto-2.0.2 drwxr-xr-x 2 root wheel 512 May 1 2009 fonttosfnt-1.0.3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 freetype2-2.3.9_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 fslsfonts-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 fstobdf-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 gamin-0.1.10_3 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 gcc-3.4.6_3,1 drwxr-xr-x 2 root wheel 512 May 1 2009 gccmakedep-1.0.2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 gd-2.0.35_2,1 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 gdbm-1.8.3_3 drwxr-xr-x 2 root wheel 512 Jul 18 10:43 gettext-0.18_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 ghostscript8-8.64_7 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 gio-fam-backend-2.20.5 drwxr-xr-x 2 root wheel 512 Nov 27 2009 glib-1.2.10_13 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 glib-2.20.5 drwxr-xr-x 2 root wheel 512 Aug 7 2009 glproto-1.4.10 drwxr-xr-x 2 root wheel 512 Jul 18 10:29 gmake-3.81_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 gnome_subr-1.0 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 gnutls-2.8.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 gpac-libgpac-0.4.5_2,1 drwxr-xr-x 2 root wheel 512 May 1 2009 gperf-3.0.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 graphviz-2.24.0_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 gsfonts-8.11_5 drwxr-xr-x 2 root wheel 512 Nov 27 2009 gsm-1.0.13 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 gtk-1.2.10_21 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 gtk-2.16.6 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 hal-0.5.11_26 drwxr-xr-x 2 root wheel 512 Jul 18 10:43 help2man-1.38.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 hicolor-icon-theme-0.10_2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 iceauth-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 ico-1.0.2 drwxr-xr-x 2 root wheel 512 May 1 2009 id3mtag-0.78 drwxr-xr-x 2 root wheel 512 May 1 2009 id3tool-1.2a drwxr-xr-x 2 root wheel 512 Nov 27 2009 ilmbase-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 imake-1.0.2_4,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 inputproto-1.5.0 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 intltool-0.40.6 drwxr-xr-x 2 root wheel 512 May 1 2009 iso8879-1986_2 drwxr-xr-x 2 root wheel 512 Jul 18 10:02 jackit-0.116.2_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 jasper-1.900.1_8 drwxr-xr-x 2 root wheel 512 Jul 17 21:04 javavmwrapper-2.3.5 drwxr-xr-x 2 root wheel 512 Nov 27 2009 jbigkit-1.6 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 jigdo-0.7.3_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 jpeg-7 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 kbproto-1.0.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 kde-xdg-env-1.0_3,1 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 kdebase-3.5.10_4 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 kdebase-kompmgr-3.5.10_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 kdehier-1.0_11 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 kdelibs-3.5.10_2 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 kdiff3-0.9.92_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 lame-3.98.2_2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 lcms-1.18a_1,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libFS-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libGL-7.4.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libGLU-7.4.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libICE-1.0.4_1,1 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 libIDL-0.8.13 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libSM-1.1.0_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libX11-1.2.1_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libXScrnSaver-1.1.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXTrap-1.0.0 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libXau-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXaw-1.0.5_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXcomposite-0.4.0,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXcursor-1.1.9_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXdamage-1.1.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libXdmcp-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXevie-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXext-1.0.5,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXfixes-4.0.3_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libXfont-1.3.4,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXfontcache-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXft-2.1.13 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXi-1.2.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXinerama-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXmu-1.0.4,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXp-1.0.0,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXpm-3.5.7 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXprintAppUtil-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXprintUtil-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXrandr-1.3.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXrender-0.9.4_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXres-1.0.3_3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXt-1.0.5_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXtst-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXv-1.0.4,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXvMC-1.0.4_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libXxf86dga-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 libXxf86misc-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libXxf86vm-1.0.2 drwxr-xr-x 2 root wheel 512 Aug 17 2009 liba52-0.7.4_2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libao-0.8.8_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libart_lgpl-2.3.20,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libaudiofile-0.2.6_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libcheck-0.9.8 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libdlna-0.2.3 drwxr-xr-x 2 root wheel 512 Jul 18 10:03 libdmx-1.0.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libdrm-2.4.12 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libexecinfo-1.1_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libfontenc-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 libgcrypt-1.4.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libglut-7.4.4 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 libgpg-error-1.7 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 libiconv-1.13.1_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libid3tag-0.15.1b drwxr-xr-x 2 root wheel 512 Jul 17 20:09 libidn-1.15 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libltdl-2.2.6a_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libmad-0.15.1b_2 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 libmal-0.44.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libmng-1.0.10_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libogg-1.1.4,4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 liboil-0.3.16 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 liboldX-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 libpciaccess-0.10.6 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libpthread-stubs-0.3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libsamplerate-0.1.7_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libsigsegv-2.5 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libsndfile-1.0.20_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libthai-0.1.5_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libtheora-1.0_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:05 libtool-2.2.6b drwxr-xr-x 2 root wheel 512 Nov 27 2009 libusb-0.1.12_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libutempter-1.1.5_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libvolume_id-0.81.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libvorbis-1.2.3_1,3 drwxr-xr-x 2 root wheel 512 Aug 7 2009 libwww-5.4.0_4 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 libxcb-1.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libxkbfile-1.0.5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libxkbui-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 libxml2-2.7.6 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 libxslt-1.1.26 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 listres-1.0.1_1 drwxr-xr-x 2 root wheel 512 May 1 2009 localedata-5.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 lsof-4.83C,4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 luit-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 lynx-2.8.6.5_5,1 drwxr-xr-x 2 root wheel 512 Jul 18 20:15 m4-1.4.14_1,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 mDNSResponder-108 drwxr-xr-x 2 root wheel 512 May 1 2009 makedepend-1.0.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 mkcomposecache-1.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 mkfontdir-1.0.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 mkfontscale-1.0.6 drwxr-xr-x 2 root wheel 512 Nov 27 2009 mpg123-1.9.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 musepack-1.15v drwxr-xr-x 2 root wheel 512 Nov 27 2009 mysql-client-5.0.88 drwxr-xr-x 2 root wheel 512 Jul 17 20:20 nagios-3.0.6_3 drwxr-xr-x 2 root wheel 512 Jul 17 20:20 nagios-plugins-1.4.13,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 nas-1.9.1_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 nasm-2.07,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:49 ncftp-3.2.3 drwxr-xr-x 2 root wheel 512 Jul 18 10:42 neon28-0.28.6_1 drwxr-xr-x 2 root wheel 512 May 1 2009 nmh-1.2_2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 nspr-4.8.2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 nss-3.12.4_2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 oclock-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 open-motif-2.2.3_6 drwxr-xr-x 2 root wheel 512 Nov 27 2009 openldap-client-2.4.19 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Class-Accessor-0.34 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Compress-Raw-Zlib-2.023 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Compress-Zlib-2.015 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Config-General-2.44 drwxr-xr-x 2 root wheel 512 Nov 27 2009 p5-DBI-1.60.9 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Encode-HanExtra-0.23 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Encode-JIS2K-0.02 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-File-Temp-0.22 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 p5-HTML-Encoding-0.60 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-HTML-Parser-3.64 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-HTML-Tagset-3.20 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-HTML-Template-2.9_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 p5-HTML-Tidy-1.08_1 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-IO-Compress-Base-2.015 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-IO-Compress-Zlib-2.015 drwxr-xr-x 2 root wheel 512 Jan 27 19:23 p5-MP3-Tag-1.12 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Math-BigInt-1.89 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Net-IP-1.25_1 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 p5-SGML-Parser-OpenSP-0.994 drwxr-xr-x 2 root wheel 512 Nov 27 2009 p5-Storable-2.21 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-String-Approx-3.26_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 p5-URI-1.54 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 p5-XML-LibXML-1.70,1 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-XML-NamespaceSupport-1.10 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 p5-XML-Parser-2.36_1 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-XML-SAX-0.96 drwxr-xr-x 2 root wheel 512 Jul 18 10:43 p5-gettext-1.05_3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 p5-libwww-5.834 drwxr-xr-x 2 root wheel 512 Aug 7 2009 p5-type1inst-0.6.1_5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 pango-1.24.5 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 pciids-20091229 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 pcre-8.02 drwxr-xr-x 2 root wheel 512 Jul 18 20:15 perl-5.8.9_3 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 pilot-link-0.12.4,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 pixman-0.16.0 drwxr-xr-x 2 root wheel 512 Nov 27 2009 pkg-config-0.23_1 -rw-r--r-- 1 root wheel 15980544 Jul 18 10:45 pkgdb.db drwxr-xr-x 2 root wheel 512 Nov 27 2009 png-1.2.40 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 policykit-0.9_5 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 popt-1.14 drwxr-xr-x 2 root wheel 512 Nov 27 2009 portaudio-18.1_2 drwxr-xr-x 2 root wheel 512 Jul 17 19:48 portupgrade-devel-20091221_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 10:42 postgresql-client-8.3.11_1,1 drwxr-xr-x 2 root wheel 512 Jul 17 20:20 postgresql-server-8.3.7 drwxr-xr-x 2 root wheel 512 Nov 27 2009 printproto-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 py25-gdbm-2.5.4 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 python-2.5,2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 python24-2.4.5_5 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 python25-2.5.5 drwxr-xr-x 2 root wheel 512 May 1 2009 qmake-3.3.8_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 qt-3.3.8_10 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 qt4-corelib-4.5.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 qt4-gui-4.5.3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 qt4-moc-4.5.3 drwxr-xr-x 2 root wheel 512 Jul 17 21:21 qt4-qmake-4.6.3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 qt4-rcc-4.5.3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 qt4-uic-4.5.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 qt4-xml-4.5.3 drwxr-xr-x 2 root wheel 512 Jul 17 21:04 randrproto-1.3.1 drwxr-xr-x 2 root wheel 512 Jul 18 10:02 readline-6.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 recordproto-1.13.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:52 renderproto-0.11 drwxr-xr-x 2 root wheel 512 May 1 2009 resourceproto-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 rgb-1.0.1 drwxr-xr-x 2 root wheel 512 May 1 2009 rplay-3.3.2_2 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 rpm-3.0.6_14 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 rstart-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:50 rsync-3.0.7 drwxr-xr-x 2 root wheel 512 Jul 17 19:47 ruby+nopthreads-1.8.7.160_5,1 drwxr-xr-x 2 root wheel 512 Jul 17 19:48 ruby18-bdb-0.6.5_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 ruby18-bdb1-0.2.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 samba-3.0.37,1 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 samba-libsmbclient-3.0.37 drwxr-xr-x 2 root wheel 512 Nov 27 2009 schroedinger-1.0.7_2 drwxr-xr-x 2 root wheel 512 Jul 18 09:47 screen-4.0.3_7 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 scripts-1.0.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 scrnsaverproto-1.1.0 drwxr-xr-x 2 root wheel 512 May 1 2009 sdocbook-xml-1.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 sessreg-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 setxkbmap-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 shared-mime-info-0.60_1 drwxr-xr-x 2 root wheel 512 May 1 2009 showfont-1.0.2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 smartmontools-5.38_8 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 smproxy-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 sox-14.3.0 drwxr-xr-x 2 root wheel 512 Aug 17 2009 speex-1.2.r1_2,1 drwxr-xr-x 2 root wheel 512 May 1 2009 sqlite-2.8.17_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:42 sqlite3-3.6.23.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:43 subversion-1.6.12 drwxr-xr-x 2 root wheel 512 Jul 18 09:51 sudo-1.7.3 drwxr-xr-x 2 root wheel 512 May 1 2009 svgalib-1.4.3_5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 t1lib-5.1.2_1,1 drwxr-xr-x 2 root wheel 512 May 1 2009 tcl-8.3.5_8 drwxr-xr-x 2 root wheel 512 Jul 18 10:21 tcl-8.4.19_3,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 teTeX-base-3.0_16 drwxr-xr-x 2 root wheel 512 Aug 7 2009 teTeX-texmf-3.0_6 drwxr-xr-x 2 root wheel 512 Aug 7 2009 tex-texmflocal-1.9 drwxr-xr-x 2 root wheel 512 Aug 7 2009 texi2html-1.82,1 drwxr-xr-x 2 root wheel 512 Nov 28 2009 tidy-lib-090315.c drwxr-xr-x 2 root wheel 512 Nov 27 2009 tiff-3.9.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 tk-8.3.5_9 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 tk-8.4.19_2,2 drwxr-xr-x 2 root wheel 512 Aug 7 2009 tmake-1.7_5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 trapproto-3.4.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 twm-1.0.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 unzip-6.0 drwxr-xr-x 2 root wheel 512 May 1 2009 upnp-1.6.6,1 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 urwfonts-1.0_3 drwxr-xr-x 2 root wheel 512 May 1 2009 uulib-0.5.20_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 validator-0.8.5_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 videoproto-2.2.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 viewres-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 vorbis-tools-1.2.0_5,3 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 wget-1.11.4_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 x11perf-1.5 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 x264-0.0.20081218 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xanim-2.92.0_2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xauth-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xbacklight-1.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 xbiff-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 xbitmaps-1.1.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xcalc-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 xcb-proto-1.5 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 xcb-util-0.3.6_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xclipboard-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xclock-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:03 xcmiscproto-1.2.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xcmsdb-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xconsole-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xcursorgen-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xdbedizzy-1.0.2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 xdg-utils-1.0.2_4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xditview-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xdm-1.1.8_2 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xdpyinfo-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xdriinfo-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xedit-1.1.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 xemacs-mule-21.4.21_4 drwxr-xr-x 2 root wheel 512 Aug 17 2009 xemacs-mule-packages-4.6 drwxr-xr-x 2 root wheel 512 May 1 2009 xemacs-packages-14.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xev-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:46 xextproto-7.1.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xeyes-1.0.1 drwxr-xr-x 2 root wheel 512 May 1 2009 xf86bigfontproto-1.1.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xf86dga-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xf86dgaproto-2.1 drwxr-xr-x 2 root wheel 512 May 1 2009 xf86driproto-2.0.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 xf86miscproto-0.9.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xf86vidmodeproto-2.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xfd-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xfindproxy-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xfontsel-1.0.2_1 drwxr-xr-x 2 root wheel 512 May 1 2009 xfs-1.0.8_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xfsinfo-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xfwp-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xgamma-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xgc-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xhost-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 17 21:21 xineramaproto-1.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xinit-1.1.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xinput-1.4.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xkbcomp-1.0.5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xkbevd-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xkbprint-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xkbutils-1.0.1_2 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 xkeyboard-config-1.6_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xkill-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xload-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xlogo-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xlsatoms-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xlsclients-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xlsfonts-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xmag-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xman-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xmessage-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xmh-1.0.1_1 drwxr-xr-x 2 root wheel 512 May 1 2009 xmlcatmgr-2.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xmodmap-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xmore-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xorg-apps-7.4_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 xorg-cf-files-1.0.3 drwxr-xr-x 2 root wheel 512 May 1 2009 xorg-docs-1.4,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 xorg-fonts-100dpi-7.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 xorg-fonts-75dpi-7.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 xorg-fonts-miscbitmaps-7.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 xorg-fonts-truetype-7.4 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xorg-libraries-7.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:51 xorg-macros-1.6.0 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xorg-server-1.6.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xorg-vfbserver-1.6.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xplsprinters-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xpr-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xprehashprinterlist-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xprop-1.0.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 xproto-7.0.15 drwxr-xr-x 2 root wheel 512 May 1 2009 xproxymanagementprotocol-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xrandr-1.3.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xrdb-1.0.5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xrefresh-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xrx-1.0.1_2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xset-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xsetmode-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xsetpointer-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 xsetroot-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xsm-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xstdcmap-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xterm-251 drwxr-xr-x 2 root wheel 512 Nov 27 2009 xtrans-1.2.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xtrap-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xvidtune-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xvinfo-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xwd-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xwininfo-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xwud-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 10:21 xz-4.999.9_1 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 yasm-0.8.0 drwxr-xr-x 2 root wheel 512 May 1 2009 zip-3.0 --------------080503050206000508020804-- --------------040000090504040602020503-- From owner-freebsd-apache@FreeBSD.ORG Mon Jul 19 03:19:56 2010 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A58151065674 for ; Mon, 19 Jul 2010 03:19:56 +0000 (UTC) (envelope-from marc.ramirez@bluecirclesoft.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by mx1.freebsd.org (Postfix) with ESMTP id 52B438FC0A for ; Mon, 19 Jul 2010 03:19:56 +0000 (UTC) Received: from hrndva-omtalb.mail.rr.com ([10.128.143.54]) by hrndva-qmta04.mail.rr.com with ESMTP id <20100719030311109.XLUU3317@hrndva-qmta04.mail.rr.com> for ; Mon, 19 Jul 2010 03:03:11 +0000 X-Authority-Analysis: v=1.1 cv=Wd4F0Mu8V05kqqt67pyjJbbzQCzSsR+BbLtAgo88TiY= c=1 sm=0 a=D3oK11fcvy1Nu/aWtUsaPw==:17 a=mV9VRH-2AAAA:8 a=6I5d2MoRAAAA:8 a=Abqotxv1AAAA:8 a=KNBGuYVCOpACIY4A9SMA:9 a=pdeA4XmIyHhZrTKFZ1gA:7 a=_bSt1NJ91D-bWc5tAtdA_j5kNB8A:4 a=wPNLvfGTeEIA:10 a=sv6hdeEzBIgA:10 a=SV7veod9ZcQA:10 a=zdYsQzUXAAAA:8 a=MDhYF04ZwxoFLMfjxTMA:9 a=FuLZwS-gzw_1rWNMh8EA:7 a=mVV6tOsBo8DsoVyA1fvwuMWkM3cA:4 a=SYWKkyjG0Sq3Gn41O3AA:9 a=tTNeGHrQfbF446zWydeigro8XPMA:4 a=D3oK11fcvy1Nu/aWtUsaPw==:117 X-Cloudmark-Score: 0 X-Originating-IP: 74.218.151.118 Received: from [74.218.151.118] ([74.218.151.118:59586] helo=www.bluecirclesoft.com) by hrndva-oedge04.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTP id 4F/24-25499-D20C34C4; Mon, 19 Jul 2010 03:02:05 +0000 Received: from [10.0.0.125] (s125.ghostmrami.com [10.0.0.125]) (authenticated bits=0) by www.bluecirclesoft.com (8.14.3/8.14.3) with ESMTP id o6J3204F032430 for ; Sun, 18 Jul 2010 23:02:04 -0400 (EDT) (envelope-from mrami@bluecirclesoft.com) Message-ID: <4C43C018.6000505@bluecirclesoft.com> Date: Sun, 18 Jul 2010 23:01:44 -0400 From: Marc Ramirez User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: apache@freebsd.org Content-Type: multipart/mixed; boundary="------------080503050206000508020804" Cc: Subject: Problem building apache22 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 03:19:56 -0000 This is a multi-part message in MIME format. --------------080503050206000508020804 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Just cvsup'd a fresh ports tree (as of about Jul 18, 10:00 EDT, about an hour before sending this message), and tried to build www/apache22, and got an error in configure. Here is the output of the make command, and I've attached the config.log Again, this is literally the first thing I did after a fresh cvsup. Feel free to let me know if there's any way I can help. Thanks! root@playground[/usr] # cd /usr/ports/www/apache22 root@playground[/usr/ports/www/apache22] # make install To enable a module category: WITH__MODULES To disable a module category: WITHOUT__MODULES Per default categories are: AUTH AUTHN AUTHZ DAV CACHE MISC Categories available: AUTH AUTHN AUTHZ CACHE DAV EXPERIMENTAL LDAP MISC PROXY SSL SUEXEC THREADS To see all available knobs, type make show-options To see all modules in different categories, type make show-categories You can check your modules configuration by using make show-modules ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for apache-2.2.15_9 => httpd-2.2.15.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/apache22. => Attempting to fetch from http://www.apache.org/dist/httpd/. httpd-2.2.15.tar.bz2 100% of 4843 kB 533 kBps ===> Extracting for apache-2.2.15_9 => MD5 Checksum OK for apache22/httpd-2.2.15.tar.bz2. => SHA256 Checksum OK for apache22/httpd-2.2.15.tar.bz2. ===> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.8.9 - found ===> Patching for apache-2.2.15_9 ===> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.8.9 - found ===> Applying FreeBSD patches for apache-2.2.15_9 ===> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.8.9 - found ===> apache-2.2.15_9 depends on file: /usr/local/bin/autoconf-2.62 - found ===> apache-2.2.15_9 depends on package: libtool>=2.2 - found ===> apache-2.2.15_9 depends on shared library: expat.6 - found ===> apache-2.2.15_9 depends on shared library: apr-1 - found ===> apache-2.2.15_9 depends on shared library: pcre.0 - found ===> apache-2.2.15_9 depends on shared library: iconv.3 - found ===> apache-2.2.15_9 depends on shared library: pq.5 - found ===> Configuring for apache-2.2.15_9 checking for chosen layout... FreeBSD checking for working mkdir -p... yes checking build system type... i386-portbld-freebsd8.0 checking host system type... i386-portbld-freebsd8.0 checking target system type... i386-portbld-freebsd8.0 Configuring Apache Portable Runtime library ... checking for APR... configure: error: the --with-apr parameter is incorrect. It must specify an install prefix, a build directory, or an apr-config file. ===> Script "configure" failed unexpectedly. Please report the problem to apache@FreeBSD.org [maintainer] and attach the "/usr/ports/www/apache22/work/httpd-2.2.15/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/www/apache22. *** Error code 1 Stop in /usr/ports/www/apache22. root@playground[/usr/ports/www/apache22] # -- Marc Ramirez Blue Circle Software, LLC 513-766-9166 (voice, fax) http://www.bluecirclesoft.com --------------080503050206000508020804 Content-Type: text/plain; name="config.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="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 configure, which was generated by GNU Autoconf 2.62. Invocation command line was $ ./configure --prefix=3D/usr/local --enable-layout=3DFreeBSD --with-pe= rl=3D/usr/local/bin/perl5.8.9 --with-port=3D80 --with-expat=3D/usr/local = --with-iconv=3D/usr/local --enable-http --with-pcre=3D/usr/local --with-a= pr=3D/usr/local/bin/apr-1-config --with-apr-util=3D/usr/local/bin/apu-1-c= onfig --disable-authn-file --disable-authn-default --disable-authz-host -= -disable-authz-groupfile --disable-authz-user --disable-authz-default --d= isable-auth-basic --disable-charset-lite --disable-include --disable-log-= config --disable-env --disable-setenvif --disable-mime --disable-status -= -disable-autoindex --disable-asis --disable-cgid --disable-cgi --disable-= negotiation --disable-dir --disable-imagemap --disable-actions --disable-= userdir --disable-alias --disable-filter --disable-proxy --disable-proxy-= connect --disable-proxy-ftp --disable-proxy-http --disable-proxy-ajp --di= sable-proxy-balancer --disable-proxy-scgi --disable-reqtimeout --enable-s= o --enable-mods-shared=3Dauth_basic auth_digest authn_file authn_dbm auth= n_anon authn_default authn_alias authz_host authz_groupfile authz_user au= thz_dbm authz_owner authz_default cache disk_cache file_cache dav dav_fs = actions alias asis autoindex cern_meta cgi charset_lite deflate dir dumpi= o env expires headers imagemap include info log_config logio mime mime_ma= gic negotiation rewrite setenvif speling status unique_id userdir usertra= ck vhost_alias filter version reqtimeout proxy proxy_connect proxy_http p= roxy_ajp ssl --with-dbm=3Dsdbm --with-ssl=3D/usr --enable-v4-mapped --wit= h-devrandom --with-mpm=3Dprefork --prefix=3D/usr/local --mandir=3D/usr/lo= cal/man --infodir=3D/usr/local/info/ --build=3Di386-portbld-freebsd8.0 ## --------- ## ## Platform. ## ## --------- ## hostname =3D playground.ghostmrami.com uname -m =3D i386 uname -r =3D 8.0-RELEASE-p4 uname -s =3D FreeBSD uname -v =3D FreeBSD 8.0-RELEASE-p4 #0: Sun Jul 18 00:16:26 EDT 2010 = mrami@playground.ghostmrami.com:/usr/obj/usr/src/sys/PLAYGROUND=20 /usr/bin/uname -p =3D i386 /bin/uname -X =3D unknown /bin/arch =3D unknown /usr/bin/arch -k =3D unknown /usr/convex/getsysinfo =3D unknown /usr/bin/hostinfo =3D unknown /bin/machine =3D unknown /usr/bin/oslevel =3D unknown /bin/universe =3D unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/home/mrami/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2504: checking for chosen layout configure:2506: result: FreeBSD configure:3311: checking for working mkdir -p configure:3327: result: yes configure:3344: checking build system type configure:3362: result: i386-portbld-freebsd8.0 configure:3384: checking host system type configure:3399: result: i386-portbld-freebsd8.0 configure:3421: checking target system type configure:3436: result: i386-portbld-freebsd8.0 configure:3508: checking for APR configure:3539: error: the --with-apr parameter is incorrect. It must spe= cify an install prefix, a build directory, or an apr-config file. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=3Di386-portbld-freebsd8.0 ac_cv_env_CC_set=3Dset ac_cv_env_CC_value=3Dcc ac_cv_env_CFLAGS_set=3Dset ac_cv_env_CFLAGS_value=3D'-O2 -pipe -I/usr/include -fno-strict-aliasing' ac_cv_env_CPPFLAGS_set=3Dset ac_cv_env_CPPFLAGS_value=3D-I/usr/local/include ac_cv_env_CPP_set=3D'' ac_cv_env_CPP_value=3D'' ac_cv_env_LDFLAGS_set=3Dset ac_cv_env_LDFLAGS_value=3D' -rpath=3D/usr/lib:/usr/local/lib -L/usr/lib -= L/usr/local/lib' ac_cv_env_LIBS_set=3D'' ac_cv_env_LIBS_value=3D'' ac_cv_env_build_alias_set=3Dset ac_cv_env_build_alias_value=3Di386-portbld-freebsd8.0 ac_cv_env_host_alias_set=3D'' ac_cv_env_host_alias_value=3D'' ac_cv_env_target_alias_set=3D'' ac_cv_env_target_alias_value=3D'' ac_cv_host=3Di386-portbld-freebsd8.0 ac_cv_mkdir_p=3Dyes ac_cv_target=3Di386-portbld-freebsd8.0 lt_cv_sys_max_cmd_len=3D262144 ## ----------------- ## ## Output variables. ## ## ----------------- ## APACHECTL_ULIMIT=3D'' APR_BINDIR=3D'' APR_CONFIG=3D'' APR_INCLUDEDIR=3D'' APR_VERSION=3D'' APU_BINDIR=3D'' APU_CONFIG=3D'' APU_INCLUDEDIR=3D'' APU_VERSION=3D'' AP_BUILD_SRCLIB_DIRS=3D'' AP_CLEAN_SRCLIB_DIRS=3D'' AP_LIBS=3D'' AWK=3D'' BUILTIN_LIBS=3D'' CC=3D'cc' CFLAGS=3D'-O2 -pipe -I/usr/include -fno-strict-aliasing' CORE_IMPLIB=3D'' CORE_IMPLIB_FILE=3D'' CPP=3D'' CPPFLAGS=3D'-I/usr/local/include' CXX=3D'c++' CXXFLAGS=3D'-O2 -pipe -I/usr/include -fno-strict-aliasing' DEFS=3D'' DSO_MODULES=3D'' ECHO_C=3D'' ECHO_N=3D'-n' ECHO_T=3D'' EGREP=3D'' EXEEXT=3D'' EXTRA_CFLAGS=3D'' EXTRA_CPPFLAGS=3D'' EXTRA_CXXFLAGS=3D'' EXTRA_INCLUDES=3D'' EXTRA_LDFLAGS=3D'' EXTRA_LIBS=3D'' GREP=3D'' HTTPD_LDFLAGS=3D'' HTTPD_VERSION=3D'' INCLUDES=3D'' INSTALL=3D'/usr/bin/install -c -o root -g wheel' INSTALL_DSO=3D'' INSTALL_PROG_FLAGS=3D'' LDFLAGS=3D' -rpath=3D/usr/lib:/usr/local/lib -L/usr/lib -L/usr/local/lib'= LIBOBJS=3D'' LIBS=3D'' LIBTOOL=3D'/usr/local/bin/libtool' LN_S=3D'' LTCFLAGS=3D'' LTFLAGS=3D'' LTLIBOBJS=3D'' LT_LDFLAGS=3D'' LYNX_PATH=3D'' MKDEP=3D'' MKINSTALLDIRS=3D'' MK_IMPLIB=3D'' MODULE_CLEANDIRS=3D'' MODULE_DIRS=3D'' MOD_ACTIONS_LDADD=3D'' MOD_ALIAS_LDADD=3D'' MOD_ASIS_LDADD=3D'' MOD_AUTHNZ_LDAP_LDADD=3D'' MOD_AUTHN_ALIAS_LDADD=3D'' MOD_AUTHN_ANON_LDADD=3D'' MOD_AUTHN_DBD_LDADD=3D'' MOD_AUTHN_DBM_LDADD=3D'' MOD_AUTHN_DEFAULT_LDADD=3D'' MOD_AUTHN_FILE_LDADD=3D'' MOD_AUTHZ_DBM_LDADD=3D'' MOD_AUTHZ_DEFAULT_LDADD=3D'' MOD_AUTHZ_GROUPFILE_LDADD=3D'' MOD_AUTHZ_HOST_LDADD=3D'' MOD_AUTHZ_OWNER_LDADD=3D'' MOD_AUTHZ_USER_LDADD=3D'' MOD_AUTH_BASIC_LDADD=3D'' MOD_AUTH_DIGEST_LDADD=3D'' MOD_AUTOINDEX_LDADD=3D'' MOD_BUCKETEER_LDADD=3D'' MOD_CACHE_LDADD=3D'' MOD_CASE_FILTER_IN_LDADD=3D'' MOD_CASE_FILTER_LDADD=3D'' MOD_CERN_META_LDADD=3D'' MOD_CGID_LDADD=3D'' MOD_CGI_LDADD=3D'' MOD_CHARSET_LITE_LDADD=3D'' MOD_DAV_FS_LDADD=3D'' MOD_DAV_LDADD=3D'' MOD_DAV_LOCK_LDADD=3D'' MOD_DBD_LDADD=3D'' MOD_DEFLATE_LDADD=3D'' MOD_DIR_LDADD=3D'' MOD_DISK_CACHE_LDADD=3D'' MOD_DUMPIO_LDADD=3D'' MOD_ECHO_LDADD=3D'' MOD_ENV_LDADD=3D'' MOD_EXAMPLE_LDADD=3D'' MOD_EXPIRES_LDADD=3D'' MOD_EXT_FILTER_LDADD=3D'' MOD_FILE_CACHE_LDADD=3D'' MOD_FILTER_LDADD=3D'' MOD_HEADERS_LDADD=3D'' MOD_HTTP_LDADD=3D'' MOD_IDENT_LDADD=3D'' MOD_IMAGEMAP_LDADD=3D'' MOD_INCLUDE_LDADD=3D'' MOD_INFO_LDADD=3D'' MOD_ISAPI_LDADD=3D'' MOD_LDAP_LDADD=3D'' MOD_LOGIO_LDADD=3D'' MOD_LOG_CONFIG_LDADD=3D'' MOD_LOG_FORENSIC_LDADD=3D'' MOD_MEM_CACHE_LDADD=3D'' MOD_MIME_LDADD=3D'' MOD_MIME_MAGIC_LDADD=3D'' MOD_NEGOTIATION_LDADD=3D'' MOD_OPTIONAL_FN_EXPORT_LDADD=3D'' MOD_OPTIONAL_FN_IMPORT_LDADD=3D'' MOD_OPTIONAL_HOOK_EXPORT_LDADD=3D'' MOD_OPTIONAL_HOOK_IMPORT_LDADD=3D'' MOD_PROXY_AJP_LDADD=3D'' MOD_PROXY_BALANCER_LDADD=3D'' MOD_PROXY_CONNECT_LDADD=3D'' MOD_PROXY_FTP_LDADD=3D'' MOD_PROXY_HTTP_LDADD=3D'' MOD_PROXY_LDADD=3D'' MOD_PROXY_SCGI_LDADD=3D'' MOD_REQTIMEOUT_LDADD=3D'' MOD_REWRITE_LDADD=3D'' MOD_SETENVIF_LDADD=3D'' MOD_SO_LDADD=3D'' MOD_SPELING_LDADD=3D'' MOD_SSL_LDADD=3D'' MOD_STATUS_LDADD=3D'' MOD_SUBSTITUTE_LDADD=3D'' MOD_SUEXEC_LDADD=3D'' MOD_UNIQUE_ID_LDADD=3D'' MOD_USERDIR_LDADD=3D'' MOD_USERTRACK_LDADD=3D'' MOD_VERSION_LDADD=3D'' MOD_VHOST_ALIAS_LDADD=3D'' MPM_LIB=3D'' MPM_NAME=3D'' MPM_SUBDIR_NAME=3D'' NOTEST_CFLAGS=3D'' NOTEST_CPPFLAGS=3D'' NOTEST_CXXFLAGS=3D'' NOTEST_LDFLAGS=3D'' NOTEST_LIBS=3D'' OBJEXT=3D'' OS=3D'' OS_DIR=3D'' OS_SPECIFIC_VARS=3D'' PACKAGE_BUGREPORT=3D'' PACKAGE_NAME=3D'' PACKAGE_STRING=3D'' PACKAGE_TARNAME=3D'' PACKAGE_VERSION=3D'' PATH_SEPARATOR=3D':' PCRE_CONFIG=3D'' PICFLAGS=3D'' PILDFLAGS=3D'' PKGCONFIG=3D'' PORT=3D'' POST_SHARED_CMDS=3D'' PRE_SHARED_CMDS=3D'' RANLIB=3D'' RM=3D'' RSYNC=3D'' SHELL=3D'/bin/sh' SHLIBPATH_VAR=3D'' SHLTCFLAGS=3D'' SH_LDFLAGS=3D'' SH_LIBS=3D'' SH_LIBTOOL=3D'' SSLPORT=3D'' SSL_LIBS=3D'' UTIL_LDFLAGS=3D'' ab_LTFLAGS=3D'' abs_srcdir=3D'' ac_ct_CC=3D'' ap_make_delimiter=3D'' ap_make_include=3D'' bindir=3D'${exec_prefix}/bin' build=3D'i386-portbld-freebsd8.0' build_alias=3D'i386-portbld-freebsd8.0' build_cpu=3D'i386' build_os=3D'freebsd8.0' build_vendor=3D'portbld' cgidir=3D'${datadir}/cgi-bin' checkgid_LTFLAGS=3D'' datadir=3D'${prefix}/www/apache22' datarootdir=3D'${prefix}/share' docdir=3D'${datarootdir}/doc/${PACKAGE}' dvidir=3D'${docdir}' errordir=3D'${datadir}/error' exec_prefix=3D'${prefix}' exp_bindir=3D'/usr/local/bin' exp_cgidir=3D'/usr/local/www/apache22/cgi-bin' exp_datadir=3D'/usr/local/www/apache22' exp_errordir=3D'/usr/local/www/apache22/error' exp_exec_prefix=3D'/usr/local' exp_htdocsdir=3D'/usr/local/www/apache22/data' exp_iconsdir=3D'/usr/local/www/apache22/icons' exp_includedir=3D'/usr/local/include/apache22' exp_installbuilddir=3D'/usr/local/share/apache22/build' exp_libdir=3D'/usr/local/lib' exp_libexecdir=3D'/usr/local/libexec/apache22' exp_localstatedir=3D'/var' exp_logfiledir=3D'/var/log' exp_mandir=3D'/usr/local/man' exp_manualdir=3D'/usr/local/share/doc/apache22' exp_proxycachedir=3D'/usr/local/www/apache22/proxy' exp_runtimedir=3D'/var/run' exp_sbindir=3D'/usr/local/sbin' exp_sysconfdir=3D'/usr/local/etc/apache22' host=3D'i386-portbld-freebsd8.0' host_alias=3D'' host_cpu=3D'i386' host_os=3D'freebsd8.0' host_vendor=3D'portbld' htcacheclean_LTFLAGS=3D'' htdbm_LTFLAGS=3D'' htdigest_LTFLAGS=3D'' htdocsdir=3D'${datadir}/data' htmldir=3D'${docdir}' htpasswd_LTFLAGS=3D'' httxt2dbm_LTFLAGS=3D'' iconsdir=3D'${datadir}/icons' includedir=3D'${prefix}/include/apache22' infodir=3D'/usr/local/info/' installbuilddir=3D'${prefix}/share/apache22/build' libdir=3D'${exec_prefix}/lib' libexecdir=3D'${exec_prefix}/libexec/apache22' localedir=3D'${datarootdir}/locale' localstatedir=3D'/var' logfiledir=3D'${localstatedir}/log' logresolve_LTFLAGS=3D'' mandir=3D'/usr/local/man' manualdir=3D'${prefix}/share/doc/apache22' nonssl_listen_stmt_1=3D'' nonssl_listen_stmt_2=3D'' oldincludedir=3D'/usr/include' other_targets=3D'' pdfdir=3D'${docdir}' perlbin=3D'' prefix=3D'/usr/local' progname=3D'' program_transform_name=3D's,x,x,' proxycachedir=3D'${datadir}/proxy' psdir=3D'${docdir}' rel_bindir=3D'bin' rel_cgidir=3D'www/apache22/cgi-bin' rel_datadir=3D'www/apache22' rel_errordir=3D'www/apache22/error' rel_exec_prefix=3D'' rel_htdocsdir=3D'www/apache22/data' rel_iconsdir=3D'www/apache22/icons' rel_includedir=3D'include/apache22' rel_installbuilddir=3D'share/apache22/build' rel_libdir=3D'lib' rel_libexecdir=3D'libexec/apache22' rel_localstatedir=3D'/var' rel_logfiledir=3D'/var/log' rel_mandir=3D'man' rel_manualdir=3D'share/doc/apache22' rel_proxycachedir=3D'www/apache22/proxy' rel_runtimedir=3D'/var/run' rel_sbindir=3D'sbin' rel_sysconfdir=3D'etc/apache22' rotatelogs_LTFLAGS=3D'' runtimedir=3D'${localstatedir}/run' sbindir=3D'${exec_prefix}/sbin' shared_build=3D'' sharedstatedir=3D'${prefix}/com' sysconfdir=3D'${prefix}/etc/apache22' target=3D'i386-portbld-freebsd8.0' target_alias=3D'' target_cpu=3D'i386' target_os=3D'freebsd8.0' target_vendor=3D'portbld' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" configure: exit 1 --------------080503050206000508020804 Content-Type: text/plain; name="current_packages.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="current_packages.txt" total 16596 drwxr-xr-x 2 root wheel 512 May 1 2009 HVSC-Update-2.8.4 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 ORBit-0.5.17_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 OpenEXR-1.6.1_2 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 OpenSP-1.5.2_1 -rw-r--r-- 1 root wheel 0 Oct 30 2007 START_REBUILD drwxr-xr-x 2 root wheel 512 Jul 18 09:54 aalib-1.4.r5_4 drwxr-xr-x 2 root wheel 512 Aug 7 2009 amspsfnt-1.0_5 drwxr-xr-x 2 root wheel 512 Jul 18 09:46 apache-ant-1.7.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 appres-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 apr-ipv6-devrandom-gdbm-db42-0.9.18.0.9.17 drwxr-xr-x 2 root wheel 512 Jul 17 20:23 apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 arts-1.5.10_2,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 artswrapper-1.5.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 aspell-0.60.6_2 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 atk-1.26.0 drwxr-xr-x 2 root wheel 512 Jul 18 20:15 autoconf-2.62 drwxr-xr-x 2 root wheel 512 Jul 18 20:15 autoconf-wrapper-20071109 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 bacula-client-3.0.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:20 bacula-server-3.0.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 bash-4.0.35 drwxr-xr-x 2 root wheel 512 May 1 2009 bdftopcf-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 beforelight-1.0.3_1 drwxr-xr-x 2 root wheel 512 May 1 2009 bigreqsproto-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 bison-2.4.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 bitmap-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 bitstream-vera-1.10_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 ca_root_nss-3.11.9_2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 cairo-1.8.8,1 drwxr-xr-x 2 root wheel 512 May 1 2009 cdparanoia-3.9.8_8 drwxr-xr-x 2 root wheel 512 May 1 2009 cdrtools-2.01_7 drwxr-xr-x 2 root wheel 512 Nov 27 2009 celt-0.7.0 drwxr-xr-x 2 root wheel 512 Aug 28 2009 chkrootkit-0.49 drwxr-xr-x 2 root wheel 512 Jul 18 10:02 clisp-2.48 drwxr-xr-x 2 root wheel 512 Aug 7 2009 cmpsfont-1.0_6 drwxr-xr-x 2 root wheel 512 May 1 2009 compat4x-i386-5.3_9 drwxr-xr-x 2 root wheel 512 Jul 18 09:45 compositeproto-0.4.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 consolekit-0.3.0_8 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 coreutils-7.5 drwxr-xr-x 2 root wheel 512 Jul 17 21:04 crimson-1.1.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 cups-base-1.3.10_4 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 cups-client-1.3.10_4 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 cups-image-1.3.10_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 curl-7.19.7 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 cvs2svn-2.2.0 drwxr-xr-x 2 root wheel 512 Jul 18 10:03 cvsup-16.1h_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 cyrus-sasl-2.1.23 drwxr-xr-x 2 root wheel 512 Nov 27 2009 damageproto-1.1.0_2 drwxr-xr-x 2 root wheel 512 May 1 2009 db3-3.3.11_3,1 drwxr-xr-x 2 root wheel 512 May 1 2009 db4-4.0.14_1,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 db41-4.1.25_4 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 db42-4.2.52_5 drwxr-xr-x 2 root wheel 512 May 1 2009 db43-4.3.29_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 dbus-1.2.4.6_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 dbus-glib-0.82 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 dbus-qt3-0.70_3 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 desktop-file-utils-0.15_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:46 diablo-jdk-1.6.0.07.02_4 drwxr-xr-x 2 root wheel 512 Aug 17 2009 djbfft-0.76_2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 dmidecode-2.10 drwxr-xr-x 2 root wheel 512 Jul 18 10:03 dmxproto-2.3 drwxr-xr-x 2 root wheel 512 May 1 2009 docbook-4.1_3 drwxr-xr-x 2 root wheel 512 May 1 2009 docbook-xml-4.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 docbook-xsl-1.75.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 doxygen-1.6.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 dri-7.4.4,2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 dri2proto-2.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 dvipsk-tetex-5.95a_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 e2fsprogs-libuuid-1.41.9 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 editres-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 encodings-1.0.2,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 esound-0.2.41 drwxr-xr-x 2 root wheel 512 Jul 18 09:46 evieext-1.1.0 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 expat-2.0.1_1 drwxr-xr-x 2 root wheel 512 May 1 2009 ezm3-1.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 faad2-2.7_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 faces-1.7.7_9 drwxr-xr-x 2 root wheel 512 May 1 2009 ffcall-1.10_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 ffmpeg-0.5_1,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 fftw3-3.2.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 fixesproto-4.0 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 flac-1.2.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-adobe-100dpi-1.0.0_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-adobe-75dpi-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-adobe-utopia-100dpi-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-adobe-utopia-75dpi-1.0.1 drwxr-xr-x 2 root wheel 512 May 1 2009 font-arabic-misc-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-bh-100dpi-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-bh-75dpi-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-bh-lucidatypewriter-100dpi-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-bh-lucidatypewriter-75dpi-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 font-bh-ttf-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-bitstream-100dpi-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-bitstream-75dpi-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-cursor-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-daewoo-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-dec-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-isas-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-jis-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-micro-misc-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 font-misc-ethiopic-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 font-misc-meltho-1.0.0_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-misc-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-mutt-misc-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-schumacher-misc-1.0.0_1 drwxr-xr-x 2 root wheel 512 May 1 2009 font-sony-misc-1.0.0 drwxr-xr-x 2 root wheel 512 May 1 2009 font-sun-misc-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 font-util-1.0.2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 fontcacheproto-0.1.2 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 fontconfig-2.6.0,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 fontsproto-2.0.2 drwxr-xr-x 2 root wheel 512 May 1 2009 fonttosfnt-1.0.3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 freetype2-2.3.9_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 fslsfonts-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 fstobdf-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 gamin-0.1.10_3 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 gcc-3.4.6_3,1 drwxr-xr-x 2 root wheel 512 May 1 2009 gccmakedep-1.0.2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 gd-2.0.35_2,1 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 gdbm-1.8.3_3 drwxr-xr-x 2 root wheel 512 Jul 18 10:43 gettext-0.18_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 ghostscript8-8.64_7 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 gio-fam-backend-2.20.5 drwxr-xr-x 2 root wheel 512 Nov 27 2009 glib-1.2.10_13 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 glib-2.20.5 drwxr-xr-x 2 root wheel 512 Aug 7 2009 glproto-1.4.10 drwxr-xr-x 2 root wheel 512 Jul 18 10:29 gmake-3.81_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 gnome_subr-1.0 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 gnutls-2.8.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 gpac-libgpac-0.4.5_2,1 drwxr-xr-x 2 root wheel 512 May 1 2009 gperf-3.0.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 graphviz-2.24.0_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 gsfonts-8.11_5 drwxr-xr-x 2 root wheel 512 Nov 27 2009 gsm-1.0.13 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 gtk-1.2.10_21 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 gtk-2.16.6 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 hal-0.5.11_26 drwxr-xr-x 2 root wheel 512 Jul 18 10:43 help2man-1.38.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 hicolor-icon-theme-0.10_2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 iceauth-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 ico-1.0.2 drwxr-xr-x 2 root wheel 512 May 1 2009 id3mtag-0.78 drwxr-xr-x 2 root wheel 512 May 1 2009 id3tool-1.2a drwxr-xr-x 2 root wheel 512 Nov 27 2009 ilmbase-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 imake-1.0.2_4,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 inputproto-1.5.0 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 intltool-0.40.6 drwxr-xr-x 2 root wheel 512 May 1 2009 iso8879-1986_2 drwxr-xr-x 2 root wheel 512 Jul 18 10:02 jackit-0.116.2_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 jasper-1.900.1_8 drwxr-xr-x 2 root wheel 512 Jul 17 21:04 javavmwrapper-2.3.5 drwxr-xr-x 2 root wheel 512 Nov 27 2009 jbigkit-1.6 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 jigdo-0.7.3_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 jpeg-7 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 kbproto-1.0.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 kde-xdg-env-1.0_3,1 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 kdebase-3.5.10_4 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 kdebase-kompmgr-3.5.10_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 kdehier-1.0_11 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 kdelibs-3.5.10_2 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 kdiff3-0.9.92_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 lame-3.98.2_2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 lcms-1.18a_1,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libFS-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libGL-7.4.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libGLU-7.4.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libICE-1.0.4_1,1 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 libIDL-0.8.13 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libSM-1.1.0_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libX11-1.2.1_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libXScrnSaver-1.1.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXTrap-1.0.0 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libXau-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXaw-1.0.5_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXcomposite-0.4.0,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXcursor-1.1.9_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXdamage-1.1.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libXdmcp-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXevie-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXext-1.0.5,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXfixes-4.0.3_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libXfont-1.3.4,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXfontcache-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXft-2.1.13 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXi-1.2.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXinerama-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXmu-1.0.4,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXp-1.0.0,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXpm-3.5.7 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXprintAppUtil-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXprintUtil-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXrandr-1.3.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXrender-0.9.4_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXres-1.0.3_3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXt-1.0.5_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXtst-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXv-1.0.4,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libXvMC-1.0.4_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libXxf86dga-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 libXxf86misc-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libXxf86vm-1.0.2 drwxr-xr-x 2 root wheel 512 Aug 17 2009 liba52-0.7.4_2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libao-0.8.8_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libart_lgpl-2.3.20,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libaudiofile-0.2.6_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libcheck-0.9.8 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libdlna-0.2.3 drwxr-xr-x 2 root wheel 512 Jul 18 10:03 libdmx-1.0.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libdrm-2.4.12 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libexecinfo-1.1_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libfontenc-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 libgcrypt-1.4.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 libglut-7.4.4 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 libgpg-error-1.7 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 libiconv-1.13.1_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libid3tag-0.15.1b drwxr-xr-x 2 root wheel 512 Jul 17 20:09 libidn-1.15 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libltdl-2.2.6a_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libmad-0.15.1b_2 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 libmal-0.44.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libmng-1.0.10_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libogg-1.1.4,4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 liboil-0.3.16 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 liboldX-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 libpciaccess-0.10.6 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libpthread-stubs-0.3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libsamplerate-0.1.7_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libsigsegv-2.5 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libsndfile-1.0.20_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libthai-0.1.5_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libtheora-1.0_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:05 libtool-2.2.6b drwxr-xr-x 2 root wheel 512 Nov 27 2009 libusb-0.1.12_4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libutempter-1.1.5_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libvolume_id-0.81.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 libvorbis-1.2.3_1,3 drwxr-xr-x 2 root wheel 512 Aug 7 2009 libwww-5.4.0_4 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 libxcb-1.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libxkbfile-1.0.5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 libxkbui-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 libxml2-2.7.6 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 libxslt-1.1.26 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 listres-1.0.1_1 drwxr-xr-x 2 root wheel 512 May 1 2009 localedata-5.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 lsof-4.83C,4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 luit-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 lynx-2.8.6.5_5,1 drwxr-xr-x 2 root wheel 512 Jul 18 20:15 m4-1.4.14_1,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 mDNSResponder-108 drwxr-xr-x 2 root wheel 512 May 1 2009 makedepend-1.0.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 mkcomposecache-1.2_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 mkfontdir-1.0.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 mkfontscale-1.0.6 drwxr-xr-x 2 root wheel 512 Nov 27 2009 mpg123-1.9.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 musepack-1.15v drwxr-xr-x 2 root wheel 512 Nov 27 2009 mysql-client-5.0.88 drwxr-xr-x 2 root wheel 512 Jul 17 20:20 nagios-3.0.6_3 drwxr-xr-x 2 root wheel 512 Jul 17 20:20 nagios-plugins-1.4.13,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 nas-1.9.1_3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 nasm-2.07,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:49 ncftp-3.2.3 drwxr-xr-x 2 root wheel 512 Jul 18 10:42 neon28-0.28.6_1 drwxr-xr-x 2 root wheel 512 May 1 2009 nmh-1.2_2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 nspr-4.8.2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 nss-3.12.4_2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 oclock-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 open-motif-2.2.3_6 drwxr-xr-x 2 root wheel 512 Nov 27 2009 openldap-client-2.4.19 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Class-Accessor-0.34 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Compress-Raw-Zlib-2.023 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Compress-Zlib-2.015 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Config-General-2.44 drwxr-xr-x 2 root wheel 512 Nov 27 2009 p5-DBI-1.60.9 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Encode-HanExtra-0.23 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Encode-JIS2K-0.02 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-File-Temp-0.22 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 p5-HTML-Encoding-0.60 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-HTML-Parser-3.64 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-HTML-Tagset-3.20 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-HTML-Template-2.9_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 p5-HTML-Tidy-1.08_1 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-IO-Compress-Base-2.015 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-IO-Compress-Zlib-2.015 drwxr-xr-x 2 root wheel 512 Jan 27 19:23 p5-MP3-Tag-1.12 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Math-BigInt-1.89 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-Net-IP-1.25_1 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 p5-SGML-Parser-OpenSP-0.994 drwxr-xr-x 2 root wheel 512 Nov 27 2009 p5-Storable-2.21 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-String-Approx-3.26_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 p5-URI-1.54 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 p5-XML-LibXML-1.70,1 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-XML-NamespaceSupport-1.10 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 p5-XML-Parser-2.36_1 drwxr-xr-x 2 root wheel 512 Nov 28 2009 p5-XML-SAX-0.96 drwxr-xr-x 2 root wheel 512 Jul 18 10:43 p5-gettext-1.05_3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 p5-libwww-5.834 drwxr-xr-x 2 root wheel 512 Aug 7 2009 p5-type1inst-0.6.1_5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 pango-1.24.5 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 pciids-20091229 drwxr-xr-x 2 root wheel 512 Jul 18 20:14 pcre-8.02 drwxr-xr-x 2 root wheel 512 Jul 18 20:15 perl-5.8.9_3 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 pilot-link-0.12.4,1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 pixman-0.16.0 drwxr-xr-x 2 root wheel 512 Nov 27 2009 pkg-config-0.23_1 -rw-r--r-- 1 root wheel 15980544 Jul 18 10:45 pkgdb.db drwxr-xr-x 2 root wheel 512 Nov 27 2009 png-1.2.40 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 policykit-0.9_5 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 popt-1.14 drwxr-xr-x 2 root wheel 512 Nov 27 2009 portaudio-18.1_2 drwxr-xr-x 2 root wheel 512 Jul 17 19:48 portupgrade-devel-20091221_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 10:42 postgresql-client-8.3.11_1,1 drwxr-xr-x 2 root wheel 512 Jul 17 20:20 postgresql-server-8.3.7 drwxr-xr-x 2 root wheel 512 Nov 27 2009 printproto-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 py25-gdbm-2.5.4 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 python-2.5,2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 python24-2.4.5_5 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 python25-2.5.5 drwxr-xr-x 2 root wheel 512 May 1 2009 qmake-3.3.8_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 qt-3.3.8_10 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 qt4-corelib-4.5.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 qt4-gui-4.5.3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 qt4-moc-4.5.3 drwxr-xr-x 2 root wheel 512 Jul 17 21:21 qt4-qmake-4.6.3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 qt4-rcc-4.5.3 drwxr-xr-x 2 root wheel 512 Nov 27 2009 qt4-uic-4.5.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 qt4-xml-4.5.3 drwxr-xr-x 2 root wheel 512 Jul 17 21:04 randrproto-1.3.1 drwxr-xr-x 2 root wheel 512 Jul 18 10:02 readline-6.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 recordproto-1.13.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:52 renderproto-0.11 drwxr-xr-x 2 root wheel 512 May 1 2009 resourceproto-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 rgb-1.0.1 drwxr-xr-x 2 root wheel 512 May 1 2009 rplay-3.3.2_2 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 rpm-3.0.6_14 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 rstart-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:50 rsync-3.0.7 drwxr-xr-x 2 root wheel 512 Jul 17 19:47 ruby+nopthreads-1.8.7.160_5,1 drwxr-xr-x 2 root wheel 512 Jul 17 19:48 ruby18-bdb-0.6.5_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 ruby18-bdb1-0.2.3 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 samba-3.0.37,1 drwxr-xr-x 2 root wheel 512 Jul 17 20:08 samba-libsmbclient-3.0.37 drwxr-xr-x 2 root wheel 512 Nov 27 2009 schroedinger-1.0.7_2 drwxr-xr-x 2 root wheel 512 Jul 18 09:47 screen-4.0.3_7 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 scripts-1.0.1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 scrnsaverproto-1.1.0 drwxr-xr-x 2 root wheel 512 May 1 2009 sdocbook-xml-1.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 sessreg-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 setxkbmap-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 17 20:17 shared-mime-info-0.60_1 drwxr-xr-x 2 root wheel 512 May 1 2009 showfont-1.0.2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 smartmontools-5.38_8 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 smproxy-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 sox-14.3.0 drwxr-xr-x 2 root wheel 512 Aug 17 2009 speex-1.2.r1_2,1 drwxr-xr-x 2 root wheel 512 May 1 2009 sqlite-2.8.17_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:42 sqlite3-3.6.23.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:43 subversion-1.6.12 drwxr-xr-x 2 root wheel 512 Jul 18 09:51 sudo-1.7.3 drwxr-xr-x 2 root wheel 512 May 1 2009 svgalib-1.4.3_5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 t1lib-5.1.2_1,1 drwxr-xr-x 2 root wheel 512 May 1 2009 tcl-8.3.5_8 drwxr-xr-x 2 root wheel 512 Jul 18 10:21 tcl-8.4.19_3,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 teTeX-base-3.0_16 drwxr-xr-x 2 root wheel 512 Aug 7 2009 teTeX-texmf-3.0_6 drwxr-xr-x 2 root wheel 512 Aug 7 2009 tex-texmflocal-1.9 drwxr-xr-x 2 root wheel 512 Aug 7 2009 texi2html-1.82,1 drwxr-xr-x 2 root wheel 512 Nov 28 2009 tidy-lib-090315.c drwxr-xr-x 2 root wheel 512 Nov 27 2009 tiff-3.9.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 tk-8.3.5_9 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 tk-8.4.19_2,2 drwxr-xr-x 2 root wheel 512 Aug 7 2009 tmake-1.7_5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 trapproto-3.4.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 twm-1.0.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 unzip-6.0 drwxr-xr-x 2 root wheel 512 May 1 2009 upnp-1.6.6,1 drwxr-xr-x 2 root wheel 512 Jul 17 19:59 urwfonts-1.0_3 drwxr-xr-x 2 root wheel 512 May 1 2009 uulib-0.5.20_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 validator-0.8.5_1 drwxr-xr-x 2 root wheel 512 Nov 27 2009 videoproto-2.2.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 viewres-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 vorbis-tools-1.2.0_5,3 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 wget-1.11.4_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 x11perf-1.5 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 x264-0.0.20081218 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xanim-2.92.0_2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xauth-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xbacklight-1.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 xbiff-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 xbitmaps-1.1.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xcalc-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 xcb-proto-1.5 drwxr-xr-x 2 root wheel 512 Jul 17 19:57 xcb-util-0.3.6_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xclipboard-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xclock-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:03 xcmiscproto-1.2.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xcmsdb-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xconsole-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xcursorgen-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xdbedizzy-1.0.2 drwxr-xr-x 2 root wheel 512 Nov 27 2009 xdg-utils-1.0.2_4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xditview-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xdm-1.1.8_2 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xdpyinfo-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xdriinfo-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xedit-1.1.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 xemacs-mule-21.4.21_4 drwxr-xr-x 2 root wheel 512 Aug 17 2009 xemacs-mule-packages-4.6 drwxr-xr-x 2 root wheel 512 May 1 2009 xemacs-packages-14.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xev-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:46 xextproto-7.1.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xeyes-1.0.1 drwxr-xr-x 2 root wheel 512 May 1 2009 xf86bigfontproto-1.1.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xf86dga-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xf86dgaproto-2.1 drwxr-xr-x 2 root wheel 512 May 1 2009 xf86driproto-2.0.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 xf86miscproto-0.9.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xf86vidmodeproto-2.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xfd-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xfindproxy-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xfontsel-1.0.2_1 drwxr-xr-x 2 root wheel 512 May 1 2009 xfs-1.0.8_1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xfsinfo-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xfwp-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xgamma-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xgc-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xhost-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 17 21:21 xineramaproto-1.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xinit-1.1.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xinput-1.4.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xkbcomp-1.0.5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xkbevd-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xkbprint-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xkbutils-1.0.1_2 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 xkeyboard-config-1.6_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xkill-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xload-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xlogo-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xlsatoms-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xlsclients-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xlsfonts-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xmag-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xman-1.0.3_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xmessage-1.0.2_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xmh-1.0.1_1 drwxr-xr-x 2 root wheel 512 May 1 2009 xmlcatmgr-2.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xmodmap-1.0.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xmore-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xorg-apps-7.4_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 xorg-cf-files-1.0.3 drwxr-xr-x 2 root wheel 512 May 1 2009 xorg-docs-1.4,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 xorg-fonts-100dpi-7.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 xorg-fonts-75dpi-7.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 xorg-fonts-miscbitmaps-7.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:53 xorg-fonts-truetype-7.4 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xorg-libraries-7.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:51 xorg-macros-1.6.0 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xorg-server-1.6.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 10:04 xorg-vfbserver-1.6.1,1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xplsprinters-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xpr-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xprehashprinterlist-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xprop-1.0.4 drwxr-xr-x 2 root wheel 512 Nov 27 2009 xproto-7.0.15 drwxr-xr-x 2 root wheel 512 May 1 2009 xproxymanagementprotocol-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xrandr-1.3.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xrdb-1.0.5 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xrefresh-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xrx-1.0.1_2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xset-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xsetmode-1.0.0 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xsetpointer-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:55 xsetroot-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xsm-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xstdcmap-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xterm-251 drwxr-xr-x 2 root wheel 512 Nov 27 2009 xtrans-1.2.3 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xtrap-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:56 xvidtune-1.0.1_1 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xvinfo-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xwd-1.0.2 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xwininfo-1.0.4 drwxr-xr-x 2 root wheel 512 Jul 18 09:54 xwud-1.0.1 drwxr-xr-x 2 root wheel 512 Jul 18 10:21 xz-4.999.9_1 drwxr-xr-x 2 root wheel 512 Jul 17 20:09 yasm-0.8.0 drwxr-xr-x 2 root wheel 512 May 1 2009 zip-3.0 --------------080503050206000508020804-- From owner-freebsd-apache@FreeBSD.ORG Mon Jul 19 11:06:16 2010 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4D2F106564A for ; Mon, 19 Jul 2010 11:06:16 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C39DA8FC13 for ; Mon, 19 Jul 2010 11:06:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6JB6G1x065093 for ; Mon, 19 Jul 2010 11:06:16 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6JB6G4d065091 for apache@FreeBSD.org; Mon, 19 Jul 2010 11:06:16 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 Jul 2010 11:06:16 GMT Message-Id: <201007191106.o6JB6G4d065091@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Cc: Subject: Current problem reports assigned to apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 11:06:16 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/148248 apache [NEW PORT]: www/mod_rivet - Apache Rivet (inline Tcl s o ports/147806 apache [PATCH] www/apache20: httpd doesn't start with WITH_LD o ports/147634 apache [PATCH] www/mod_memcache: Conver to AP_FAST_BUILD / AP o ports/147282 apache errors when starting www/apache22 after installation o o ports/147147 apache [PATCH] www/mod_log_dbd: cleanups o ports/147145 apache [PATCH] www/mod_clamav: clean sup o ports/146199 apache www/apache20: port does not use make config o ports/144010 apache devel/apr1 tries to use SYSVIPC even in jails o ports/130479 apache www/apache20 and www/apache22 configure_args busted o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT p ports/116984 apache [patch] www/apache13-modssl missing perl5.8 as RUN_DEP s ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC 12 problems total. From owner-freebsd-apache@FreeBSD.ORG Mon Jul 19 22:20:50 2010 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2DE31065780 for ; Mon, 19 Jul 2010 22:20:50 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from cell.p6m7g8.net (static-71-178-236-107.washdc.fios.verizon.net [71.178.236.107]) by mx1.freebsd.org (Postfix) with ESMTP id 53C828FC2A for ; Mon, 19 Jul 2010 22:20:49 +0000 (UTC) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) (authenticated bits=0) by cell.p6m7g8.net (8.14.4/8.14.3) with ESMTP id o6JMKhgO024402 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Mon, 19 Jul 2010 22:20:44 GMT (envelope-from pgollucci@p6m7g8.com) Message-ID: <4C44CFBB.5060802@p6m7g8.com> Date: Mon, 19 Jul 2010 22:20:43 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100607 Thunderbird/3.0.4 MIME-Version: 1.0 To: David Southwell References: <201007181234.01144.david@vizion2000.net> In-Reply-To: <201007181234.01144.david@vizion2000.net> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on cell.p6m7g8.net Cc: apache@freebsd.org Subject: Re: Confusing ldap problem - apache22 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 22:20:50 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147806 Does that fix it. Yes, I'm behind. On 07/18/10 11:34, David Southwell wrote: > Hi > > My apache22 server has been running fine until recent upgrade. Now apache22 > would not start due to ldap loading problems producing http-error.log entry #1 > shown below. > > If I then add > > LoadModule mod_auth_ldap libexec/apache22/mod_ldap.so > to http.conf > I get the same http-error.log entry #1 with this output from apachectl start: > > dns1# /usr/local/sbin/apachectl start > httpd: Syntax error on line 110 of /usr/local/etc/apache22/httpd.conf: Can't > locate API module structure `mod_auth_ldap' in file > /usr/local/libexec/apache22/mod_ldap.so: Undefined symbol "mod_auth_ldap" > > > I tried to recompile /usr/ports/www/mod_auth_ldap but make fails. Console > output shown below. > > Apache22 options are shown below > > Thanks in advance for any advice > > David > ______________________________________________________________ > HERE IS WHATS BELOW: > > extracts from search in this posting > apache options ***apache_options*** > http-error.log (#1) ***http-error.log#1*** > make www/mod_auth_ldap ***mod_auth_ldap*** > > > > > _____________________________________________________ > ***apache_options*** > ______________________________________________ > > dns1# cat /var/db/ports/apache22/options > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for apache-2.2.15_9 > _OPTIONS_READ=apache-2.2.15_9 > WITH_THREADS=true > WITH_MYSQL=true > WITHOUT_PGSQL=true > WITHOUT_SQLITE=true > WITH_IPV6=true > WITHOUT_BDB=true > WITH_AUTH_BASIC=true > WITH_AUTH_DIGEST=true > WITH_AUTHN_FILE=true > WITHOUT_AUTHN_DBD=true > WITH_AUTHN_DBM=true > WITH_AUTHN_ANON=true > WITH_AUTHN_DEFAULT=true > WITH_AUTHN_ALIAS=true > WITH_AUTHZ_HOST=true > WITH_AUTHZ_GROUPFILE=true > WITH_AUTHZ_USER=true > WITH_AUTHZ_DBM=true > WITH_AUTHZ_OWNER=true > WITH_AUTHZ_DEFAULT=true > WITH_CACHE=true > WITH_DISK_CACHE=true > WITH_FILE_CACHE=true > WITH_MEM_CACHE=true > WITH_DAV=true > WITH_DAV_FS=true > WITHOUT_BUCKETEER=true > WITH_CASE_FILTER=true > WITH_CASE_FILTER_IN=true > WITHOUT_EXT_FILTER=true > WITHOUT_LOG_FORENSIC=true > WITHOUT_OPTIONAL_HOOK_EXPORT=true > WITHOUT_OPTIONAL_HOOK_IMPORT=true > WITHOUT_OPTIONAL_FN_IMPORT=true > WITHOUT_OPTIONAL_FN_EXPORT=true > WITH_LDAP=true > WITHOUT_AUTHNZ_LDAP=true > WITH_ACTIONS=true > WITH_ALIAS=true > WITH_ASIS=true > WITH_AUTOINDEX=true > WITH_CERN_META=true > WITH_CGI=true > WITH_CHARSET_LITE=true > WITHOUT_DBD=true > WITH_DEFLATE=true > WITH_DIR=true > WITH_DUMPIO=true > WITH_ENV=true > WITH_EXPIRES=true > WITH_HEADERS=true > WITH_IMAGEMAP=true > WITH_INCLUDE=true > WITH_INFO=true > WITH_LOG_CONFIG=true > WITH_LOGIO=true > WITH_MIME=true > WITH_MIME_MAGIC=true > WITH_NEGOTIATION=true > WITH_REWRITE=true > WITH_SETENVIF=true > WITH_SPELING=true > WITH_STATUS=true > WITH_UNIQUE_ID=true > WITH_USERDIR=true > WITH_USERTRACK=true > WITH_VHOST_ALIAS=true > WITH_FILTER=true > WITH_VERSION=true > WITH_PROXY=true > WITH_PROXY_CONNECT=true > WITH_PATCH_PROXY_CONNECT=true > WITH_PROXY_FTP=true > WITH_PROXY_HTTP=true > WITH_PROXY_AJP=true > WITH_PROXY_BALANCER=true > WITHOUT_PROXY_SCGI=true > WITH_SSL=true > WITHOUT_SUEXEC=true > WITHOUT_SUEXEC_RSRCLIMIT=true > WITH_REQTIMEOUT=true > WITH_CGID=true > dns1# > > > > > > dns1# cd /usr/ports/www/mod_auth_ldap > dns1# make clean > ===> Cleaning for apache-2.2.15_9 > ===> Cleaning for ap22-mod_auth_ldap-2.12_1 > dns1# make > ===> License check disabled, port has not defined LICENSE > ===> Extracting for ap22-mod_auth_ldap-2.12_1 > => MD5 Checksum OK for modauthldap_apache2.tar.gz. > => SHA256 Checksum OK for modauthldap_apache2.tar.gz. > ===> Patching for ap22-mod_auth_ldap-2.12_1 > ===> ap22-mod_auth_ldap-2.12_1 depends on file: /usr/local/sbin/apxs - found > ===> ap22-mod_auth_ldap-2.12_1 depends on shared library: ldap-2.4.7 - found > ===> Configuring for ap22-mod_auth_ldap-2.12_1 > creating cache ./config.cache > checking whether make sets ${MAKE}... yes > checking for gcc... cc > checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe - > march=nocona -DLDAP_DEPRECATED ) works... yes > checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe - > march=nocona -DLDAP_DEPRECATED ) is a cross-compiler... no > checking whether we are using GNU C... yes > checking whether cc accepts -g... yes > checking for socket... yes > checking for htonl... yes > checking for gethostname... yes > checking for gethostbyaddr... yes > checking for yp_get_default_domain... yes > checking for res_search... yes > checking for inet_aton... yes > checking for dn_skipname... no > checking for __dn_skipname... yes > checking for Apache 2.0 module support via DSO through APXS... no > checking for path of LDAP SDK... /usr/local > checking for 3 arg ldap_set_rebind_proc... no > checking for ldap_start_tls_s... yes > checking whether to enable SSL... no > updating cache ./config.cache > creating ./config.status > creating Makefile > creating mk_withldap > > ============================================================================== > Only generating mk_withldap script for compiling in the ldap module > with apache 2. cd to the apache2 source directory and run the script > mk_withldap from there. Supply any needed flag you will supply with > apache2 configure as the script will run the configure script with the flags. > Example: > $ pwd > $ /home/muquit/modauth_apache2 > $ cd ../httpd-2.0.43 > $ sh ../modauth_apache2/mk_withldap --prefix=/usr/local/apache243 > $ make > $ ./httpd -l > mod_auth_ldap.c must be in the list > ============================================================================== > > ===> Building for ap22-mod_auth_ldap-2.12_1 > ===> Generating apache plist > /usr/local/share/apr/build-1/libtool --silent --mode=compile cc -prefer-pic - > O2 -fno-strict-aliasing -pipe -march=nocona -I/usr/local/include - > DLDAP_DEPRECATED -O2 -fno-strict-aliasing -pipe -march=nocona - > I/usr/local/include -DLDAP_DEPRECATED -g -I/usr/local/include/apache22 - > I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include - > I/usr/include -I/usr/local/include/db42 -c -o mod_auth_ldap.lo > mod_auth_ldap.c && touch mod_auth_ldap.slo > mod_auth_ldap.c:61:24: error: apr_compat.h: No such file or directory > mod_auth_ldap.c: In function 'create_ldap_auth_dir_config': > mod_auth_ldap.c:303: warning: cast to pointer from integer of different size > mod_auth_ldap.c:322: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c:337: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c: In function 'set_ldap_server': > mod_auth_ldap.c:364: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c: In function 'set_ldap_deref': > mod_auth_ldap.c:403: warning: initialization makes pointer from integer > without a cast > mod_auth_ldap.c: In function 'set_base_dn': > mod_auth_ldap.c:445: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c: In function 'set_sub_dn': > mod_auth_ldap.c:453: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c: In function 'set_bind_dn': > mod_auth_ldap.c:461: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c: In function 'set_bind_pass': > mod_auth_ldap.c:469: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c: In function 'set_uid_attr': > mod_auth_ldap.c:501: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c: In function 'set_uid_attr_alt': > mod_auth_ldap.c:509: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c: In function 'set_group_attr': > mod_auth_ldap.c:517: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c: In function 'set_ldapauthoritative': > mod_auth_ldap.c:525: warning: initialization makes pointer from integer > without a cast > mod_auth_ldap.c: At top level: > mod_auth_ldap.c:558: error: expected expression before 'ldap_auth_config_rec' > mod_auth_ldap.c:558: warning: cast to pointer from integer of different size > mod_auth_ldap.c:558: error: initializer element is not constant > mod_auth_ldap.c:558: error: (near initialization for > 'ldap_auth_cmds[0].cmd_data') > mod_auth_ldap.c:631: error: expected expression before 'ldap_auth_config_rec' > mod_auth_ldap.c:631: warning: cast to pointer from integer of different size > mod_auth_ldap.c:631: error: initializer element is not constant > mod_auth_ldap.c:631: error: (near initialization for > 'ldap_auth_cmds[14].cmd_data') > mod_auth_ldap.c:635: error: expected expression before 'ldap_auth_config_rec' > mod_auth_ldap.c:635: warning: cast to pointer from integer of different size > mod_auth_ldap.c:635: error: initializer element is not constant > mod_auth_ldap.c:635: error: (near initialization for > 'ldap_auth_cmds[15].cmd_data') > mod_auth_ldap.c:652: error: expected expression before 'ldap_auth_config_rec' > mod_auth_ldap.c:652: warning: cast to pointer from integer of different size > mod_auth_ldap.c:652: error: initializer element is not constant > mod_auth_ldap.c:652: error: (near initialization for > 'ldap_auth_cmds[16].cmd_data') > mod_auth_ldap.c:656: error: expected expression before 'ldap_auth_config_rec' > mod_auth_ldap.c:656: warning: cast to pointer from integer of different size > mod_auth_ldap.c:656: error: initializer element is not constant > mod_auth_ldap.c:656: error: (near initialization for > 'ldap_auth_cmds[17].cmd_data') > mod_auth_ldap.c: In function 'check_user_authentication': > mod_auth_ldap.c:1348: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c: In function 'check_user_authorization': > mod_auth_ldap.c:1751: error: 'ap_array_header_t' undeclared (first use in this > function) > mod_auth_ldap.c:1751: error: (Each undeclared identifier is reported only once > mod_auth_ldap.c:1751: error: for each function it appears in.) > mod_auth_ldap.c:1751: error: expected expression before ')' token > mod_auth_ldap.c:1751: error: invalid operands to binary * > mod_auth_ldap.c:1751: error: called object '' is not a > function > mod_auth_ldap.c:1751: warning: assignment from incompatible pointer type > mod_auth_ldap.c:1927: warning: assignment makes pointer from integer without a > cast > mod_auth_ldap.c:2035: warning: assignment makes pointer from integer without a > cast > apxs:Error: Command failed with rc=65536 > . > *** Error code 1 > > Stop in /usr/ports/www/mod_auth_ldap. > > > > > ____________________________________________ > ***http-error.log > Extract > ______________________________________________- > [Sun Jul 18 10:13:29 2010] [info] mod_ssl/2.2.15 compiled against Server: > Apache/2.2.15, Library: OpenSSL/1.0.0a > [Sun Jul 18 10:13:29 2010] [error] Module mod_ldap missing. Mod_ldap (aka. > util_ldap) must be loaded in order for mod_auth_ldap to function properly > Configuration Failed > [Sun Jul 18 10:22:57 2010] [info] mod_unique_id: using ip addr 62.49.197.50 > [Sun Jul 18 10:22:58 2010] [info] Init: Seeding PRNG with 144 bytes of entropy > [Sun Jul 18 10:22:58 2010] [info] Loading certificate & private key of SSL- > aware server > [Sun Jul 18 10:22:58 2010] [info] Init: Requesting pass phrase via builtin > terminal dialog > [Sun Jul 18 10:23:06 2010] [debug] ssl_engine_pphrase.c(476): encrypted RSA > private key - pass phrase requested > [Sun Jul 18 10:23:06 2010] [info] Init: Wiped out the queried pass phrases > from memory > [Sun Jul 18 10:23:06 2010] [info] Init: Generating temporary RSA private keys > (512/1024 bits) > [Sun Jul 18 10:23:07 2010] [info] Init: Generating temporary DH parameters > (512/1024 bits) > [Sun Jul 18 10:23:07 2010] [info] Init: Initializing (virtual) servers for SSL > [Sun Jul 18 10:23:07 2010] [info] Configuring server for SSL protocol > [Sun Jul 18 10:23:07 2010] [debug] ssl_engine_init.c(415): Creating new SSL > context (protocols: SSLv2, SSLv3, TLSv1) > [Sun Jul 18 10:23:07 2010] [debug] ssl_engine_init.c(611): Configuring > permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2: > +EXP:+eNULL] > [Sun Jul 18 10:23:07 2010] [debug] ssl_engine_init.c(370): Configuring TLS > extension handling > [Sun Jul 18 10:23:07 2010] [debug] ssl_engine_init.c(742): Configuring RSA > server certificate > [Sun Jul 18 10:23:07 2010] [warn] RSA server certificate is a CA certificate > (BasicConstraints: CA == TRUE !?) > [Sun Jul 18 10:23:07 2010] [debug] ssl_engine_init.c(781): Configuring RSA > server private key > [Sun Jul 18 10:23:07 2010] [info] mod_ssl/2.2.15 compiled against Server: > Apache/2.2.15, Library: OpenSSL/1.0.0a > [Sun Jul 18 10:23:07 2010] [error] Module mod_ldap missing. Mod_ldap (aka. > util_ldap) must be loaded in order for mod_auth_ldap to function properly > Configuration Failed > > > Photographic Artist > Permanent Installations & Design > Creative Imagery and Advanced Digital Techniques > High Dynamic Range Photography & Official Portraiture > Combined darkroom & digital creations > & Systems Adminstrator for the vizion2000.net network > _______________________________________________ > freebsd-apache@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-apache > To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org" - -- - ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iD8DBQFMRM+7dbiP+9ubjBwRAtSVAJ9ejDXVvVvhg69Sc/O7tjC/rD2s2ACeMbdM bqm4m2rxYX2dNrDakeYDBt8= =Hdby -----END PGP SIGNATURE----- From owner-freebsd-apache@FreeBSD.ORG Mon Jul 19 22:41:27 2010 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7551B1065675 for ; Mon, 19 Jul 2010 22:41:27 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from cell.p6m7g8.net (static-71-178-236-107.washdc.fios.verizon.net [71.178.236.107]) by mx1.freebsd.org (Postfix) with ESMTP id 18FF08FC20 for ; Mon, 19 Jul 2010 22:41:26 +0000 (UTC) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) (authenticated bits=0) by cell.p6m7g8.net (8.14.4/8.14.3) with ESMTP id o6JMfLXK024837 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 19 Jul 2010 22:41:21 GMT (envelope-from pgollucci@p6m7g8.com) Message-ID: <4C44D491.7000901@p6m7g8.com> Date: Mon, 19 Jul 2010 22:41:21 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100607 Thunderbird/3.0.4 MIME-Version: 1.0 To: apache@FreeBSD.org X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC, TO_NO_BRKTS_DYNIP autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on cell.p6m7g8.net Cc: Subject: Fwd: Re: 2.3 upgrade on apache.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 22:41:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 FYI - -------- Original Message -------- Subject: Re: 2.3 upgrade on apache.org Date: Sun, 18 Jul 2010 10:58:45 -0700 From: Paul Querna Reply-To: dev@httpd.apache.org To: dev@httpd.apache.org A small update: We thought the load average was a little high, in the 70+ range. We observed massive CPU usage from the httpd processes, but IO wise the machine was fine -- tons of IO bandwidth to go around -- it seemed to be something spinning inside httpd itself. At first I thought it might of been the event mpm bug, so with the awesome MPMs as a module, we switched to worker. Didn't help. I dug out ktrace, and started seeing what we were doing. Every httpd processes I looked at was spinning on sendfile: 33893 httpd CALL sendfile(0x33,0x23,0x1d3000,0xbe6201,0x7ffffd1e9bd0,0x7ffffd1e9bf8,) 33893 httpd RET sendfile -1 errno 35 Resource temporarily unavailable ktrace/dtrace dumps available to any committer who wants to take a look. A similar problem is described in this thread from 2002, about running 2.0.x on Daedalus: I've started tuning up the FreeBSD sysctls for network buffers etc, but it didn't seem to have a significant effect. We have now disabled Sendfile on apache.org, and the load average dropped from ~80 to 0.35. On Sun, Jul 18, 2010 at 3:08 AM, Paul Querna wrote: > www.apache.org is now running trunk @ r965127, using the Event MPM on > FreeBSD 8.1, on a new x86 box. > > Previously it was running on Solaris 10, with 2.2.x on sparc t2000s. > > I have also enabled OCSP stapling on the SSL side: > > > Anyways, I've made a list of the 2.3-ish issues seen during the upgrade. > > httpd itself: > - Using the Define directive to enable SSL was a bad idea. The SSL > init code was only being called once in post_config instead of twice > This is only 'new' because the Define directive is new, so I tried to > use it. Example of how it was used: > > Define SSL > Listen 1.2.3.4: > > > > LoadModule ssl_module .. > > > We do -D MACHINE_NAME at the command line, and I was hoping to just > enable SSL from within the config file, but that didn't work. Adding > -D SSL to the command line fixed the issue. > > - Lots of warnings in our configurations about "Ignoring deprecated > use of DefaultType". > > - Infra already had lots of changes, and those seem to stil be working fine. > > 3rd party: > > - APR's detection of BDB was funky again, I had --with-dbm=db48, which > it was happy about, but until I added --with-berkeley-db=/usr/local, > it wouldn't actually compile up the shared objects for the DB DBM, but > configure reported success. > > - mod_wsgi: Needed to comment out 2 lines debug logging, that were > accessing server_rec->loglevel (which has been removed from 2.3.x). > > - mod_mbox/mod_allowmethods/mod_asf_cgi: Needed build system > adjustments to not look for apr-util. > > Surprisingly painless upgrade after I figured out the mod_ssl config > issue; Most of the work was around moving Solaris -> FreeBSD for our > various rsyncs and crontabs, of course let infra know if you see > anything busted! > > Thanks, > > Paul > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iD8DBQFMRNSRdbiP+9ubjBwRAippAJ49ODp6c+w8RsGTKYVf0yQblTbpYwCfSt6c od7KirxvHpV2dPTcWxi6wyI= =wrVg -----END PGP SIGNATURE----- From owner-freebsd-apache@FreeBSD.ORG Wed Jul 21 16:42:00 2010 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95300106566C; Wed, 21 Jul 2010 16:42:00 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6E59D8FC1D; Wed, 21 Jul 2010 16:42:00 +0000 (UTC) Received: by pxi8 with SMTP id 8so3264660pxi.13 for ; Wed, 21 Jul 2010 09:41:59 -0700 (PDT) Received: by 10.142.214.17 with SMTP id m17mr534360wfg.83.1279730519589; Wed, 21 Jul 2010 09:41:59 -0700 (PDT) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx.google.com with ESMTPS id v38sm9266705wfh.12.2010.07.21.09.41.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Jul 2010 09:41:58 -0700 (PDT) Received: by sunpoet.net (Postfix, from userid 1000) id 778672AEC49A; Thu, 22 Jul 2010 00:42:05 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20100721164205.778672AEC49A@sunpoet.net> Date: Thu, 22 Jul 2010 00:42:05 +0800 (CST) Cc: apache@FreeBSD.org Subject: [PATCH] devel/apr1: fix build with databases/db50 (WITH_BDB_VER=50) X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2010 16:42:00 -0000 >Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: SUNPOET.net >Confidential: no >Synopsis: [PATCH] devel/apr1: fix build with databases/db50 (WITH_BDB_VER=50) >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.1-PRERELEASE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Sun Jun 20 12:49:47 CST 2010 >Description: Though devel/apr1/files/patch-bdb5 provides db50 detection during configure phase, user who is willing to use db50 may still get build failures. In apr-util-1.3.9/dbm/apr_dbm_berkeleydb.c, DB_VERSION_MAJOR for db50 is not properly handled. Thus, it has been recognized as 1.x. Added file(s): - files/patch-apr-util-1.3.9-dbm-apr_dbm_berkeleydb.c Port maintainer (apache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- apr-1.4.2.1.3.9_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/apr1/files/patch-apr-util-1.3.9-dbm-apr_dbm_berkeleydb.c /usr/ports/sunpoet/apr1/files/patch-apr-util-1.3.9-dbm-apr_dbm_berkeleydb.c --- /usr/ports/devel/apr1/files/patch-apr-util-1.3.9-dbm-apr_dbm_berkeleydb.c 1970-01-01 08:00:00.000000000 +0800 +++ /usr/ports/sunpoet/apr1/files/patch-apr-util-1.3.9-dbm-apr_dbm_berkeleydb.c 2010-07-21 16:20:48.000000000 +0800 @@ -0,0 +1,22 @@ +--- apr-util-1.3.9/dbm/apr_dbm_berkeleydb.c.orig 2008-11-21 16:22:35.000000000 +0800 ++++ apr-util-1.3.9/dbm/apr_dbm_berkeleydb.c 2010-07-21 16:20:02.000000000 +0800 +@@ -37,7 +37,9 @@ + * DB_185, DB2, DB3, and DB4. + */ + +-#if defined(DB_VERSION_MAJOR) && (DB_VERSION_MAJOR == 4) ++#if defined(DB_VERSION_MAJOR) && (DB_VERSION_MAJOR == 5) ++#define DB_VER 5 ++#elif defined(DB_VERSION_MAJOR) && (DB_VERSION_MAJOR == 4) + /* We will treat anything greater than 4.1 as DB4. + * We can treat 4.0 as DB3. + */ +@@ -166,7 +168,7 @@ + #if DB_VER >= 3 + if ((dberr = db_create(&file.bdb, NULL, 0)) == 0) { + if ((dberr = (*file.bdb->open)(file.bdb, +-#if DB_VER == 4 ++#if DB_VER == 4 || DB_VER == 5 + NULL, + #endif + pathname, NULL, --- apr-1.4.2.1.3.9_1.patch ends here --- From owner-freebsd-apache@FreeBSD.ORG Wed Jul 21 16:50:17 2010 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C4921065677; Wed, 21 Jul 2010 16:50:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53F6B8FC17; Wed, 21 Jul 2010 16:50:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6LGoHmZ034615; Wed, 21 Jul 2010 16:50:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6LGoHuO034606; Wed, 21 Jul 2010 16:50:17 GMT (envelope-from edwin) Date: Wed, 21 Jul 2010 16:50:17 GMT Message-Id: <201007211650.o6LGoHuO034606@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/148824: [PATCH] devel/apr1: fix build with databases/db50 (WITH_BDB_VER=50) X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2010 16:50:17 -0000 Synopsis: [PATCH] devel/apr1: fix build with databases/db50 (WITH_BDB_VER=50) Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 21 16:50:16 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=148824 From owner-freebsd-apache@FreeBSD.ORG Wed Jul 21 20:54:10 2010 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D82D5106564A for ; Wed, 21 Jul 2010 20:54:10 +0000 (UTC) (envelope-from grodriguez@grupodeca.com.mx) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9ECB68FC16 for ; Wed, 21 Jul 2010 20:54:10 +0000 (UTC) Received: by ywf9 with SMTP id 9so961623ywf.13 for ; Wed, 21 Jul 2010 13:54:09 -0700 (PDT) Received: by 10.150.214.21 with SMTP id m21mr2671395ybg.143.1279744089038; Wed, 21 Jul 2010 13:28:09 -0700 (PDT) Received: from [192.168.1.23] ([201.159.100.90]) by mx.google.com with ESMTPS id e7sm6477309ybe.4.2010.07.21.13.28.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Jul 2010 13:28:08 -0700 (PDT) From: =?iso-8859-1?Q?=22Ing._Gerardo_Rodr=EDguez_Guti=E9rrez=22?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Wed, 21 Jul 2010 15:28:01 -0500 Message-Id: <77B7004B-DD79-4449-B6F3-A816C4329E29@grupodeca.com.mx> To: apache@FreeBSD.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Cc: Subject: Script "configure" failed unexpectedly. X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2010 20:54:10 -0000 I don't have the file = /usr/ports/www/apache22/work/httpd-2.2.15/config.log --- root@ibm /usr/ports/www/apache22$ make install clean To enable a module category: WITH__MODULES To disable a module category: WITHOUT__MODULES Per default categories are: AUTH AUTHN AUTHZ DAV CACHE MISC Categories available: AUTH AUTHN AUTHZ CACHE DAV EXPERIMENTAL LDAP MISC PROXY SSL SUEXEC = THREADS To see all available knobs, type make show-options To see all modules in different categories, type make show-categories You can check your modules configuration by using make show-modules =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> License check disabled, port has not defined LICENSE =3D=3D=3D> Found saved configuration for apache-2.2.15_9 =3D=3D=3D> Extracting for apache-2.2.15_9 =3D> MD5 Checksum OK for apache22/httpd-2.2.15.tar.bz2. =3D> SHA256 Checksum OK for apache22/httpd-2.2.15.tar.bz2. =3D=3D=3D> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.10.1 = - found =3D=3D=3D> Patching for apache-2.2.15_9 =3D=3D=3D> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.10.1 = - found =3D=3D=3D> Applying FreeBSD patches for apache-2.2.15_9 =3D=3D=3D> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.10.1 = - found =3D=3D=3D> apache-2.2.15_9 depends on file: = /usr/local/bin/autoconf-2.62 - found =3D=3D=3D> apache-2.2.15_9 depends on package: libtool>=3D2.2 - found =3D=3D=3D> apache-2.2.15_9 depends on shared library: expat.6 - found =3D=3D=3D> apache-2.2.15_9 depends on shared library: apr-1 - found =3D=3D=3D> apache-2.2.15_9 depends on shared library: pcre.0 - found =3D=3D=3D> apache-2.2.15_9 depends on shared library: iconv.3 - found =3D=3D=3D> Configuring for apache-2.2.15_9 checking for chosen layout... FreeBSD checking for working mkdir -p... yes checking build system type... i386-portbld-freebsd8.0 checking host system type... i386-portbld-freebsd8.0 checking target system type... i386-portbld-freebsd8.0 Configuring Apache Portable Runtime library ... checking for APR... configure: error: the --with-apr parameter is = incorrect. It must specify an install prefix, a build directory, or an = apr-config file. =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to apache@FreeBSD.org [maintainer] and attach = the "/usr/ports/www/apache22/work/httpd-2.2.15/config.log" including the = output of the failure of your make command. Also, it might be a good idea to = provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/www/apache22. *** Error code 1 root@ibm /usr/ports/www/apache22$ ls /var/db/pkg aalib-1.4.r5_5 gnutls-2.8.6_1 = netpbm-10.26.64_4 adobe-cmaps-20051217_1 gsfonts-8.11_5 = nl-freebsd-doc-20100625 agg-2.5_5 help2man-1.38.2_1 = open-motif-2.2.3_6 amspsfnt-1.0_5 html-4.01_2 = p5-XML-Parser-2.36_1 apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1 html2text-1.3.2a = p5-gettext-1.05_3 aspell-0.60.6_3 hu-freebsd-doc-20100625 = p5-type1inst-0.6.1_5 autoconf-2.62 icu-3.8.1_3 = pcre-8.02 autoconf-wrapper-20071109 inputproto-2.0 = peps-2.0_4 automake-1.10.1 iso8879-1986_2 = perl-5.10.1_2 automake-1.5_5,1 it-freebsd-doc-20100625 = php52-5.2.13 automake-1.9.6_3 ja-freebsd-doc-20100625 = pico-alpine-2.00_1 automake-wrapper-20071109 jade-1.2.1_9 = pkg-config-0.23_1 bash-4.1.7 jadetex-3.13_6 = pkgdb.db bigreqsproto-1.1.0 jasper-1.900.1_9 = pl-freebsd-doc-20100625 bison-2.4.1_1,1 java-commapi-2.0.3_3 = png-1.4.3 bn-freebsd-doc-20100625 javavmwrapper-2.3.5 = portmanager-0.4.1_9 cm-super-0.3.4_3 jbigkit-1.6 = portupgrade-2.4.6_4,2 cmpsfont-1.0_6 jdk-1.6.0.3p4_15 = printproto-1.0.4 compat7x-i386-7.2.702000.200906.1 jpeg-8_3 = proj-4.7.0 cups-client-1.4.3 kbproto-1.0.4 = pt-freebsd-doc-20100625 cups-image-1.4.3 latex-cjk-4.8.2_4 = python26-2.6.5_1 da-freebsd-doc-20100625 libGL-7.4.4 = randrproto-1.3.1 damageproto-1.2.0 libGLU-7.4.4 = recordproto-1.14 db42-4.2.52_5 libICE-1.0.6,1 = renderproto-0.11 de-freebsd-doc-20100625 libSM-1.1.1_1,1 = ru-freebsd-doc-20100625 desktop-file-utils-0.15_2 libX11-1.3.3,1 = ruby-1.8.7.248_2,1 diablo-jdk-1.6.0.07.02_9 libXau-1.0.5 = ruby18-bdb-0.6.5_1 docbook-1.4 libXaw-1.0.7,1 = scr2png-1.2_4 docbook-4.1_4 libXdamage-1.1.2 = scr2txt-1.2 docbook-4.2 libXdmcp-1.0.3 = sdl-1.2.14_1,2 docbook-4.3 libXext-1.1.1,1 = sr-freebsd-doc-20100625 docbook-4.4_2 libXfixes-4.0.4 = sysbench-0.4.12 docbook-4.5_2 libXi-1.3,1 = t1lib-5.1.2_1,1 docbook-5.0_1 libXmu-1.0.5,1 = t1utils-1.32 docbook-sk-4.1.2_4 libXp-1.0.0,1 = teTeX-3.0_4 docbook-xml-4.2_1 libXpm-3.5.7 = teTeX-base-3.0_20 docbook-xml-4.3 libXrandr-1.3.0 = teTeX-texmf-3.0_6 docbook-xml-4.4_1 libXrender-0.9.5 = tex-texmflocal-1.9 docbook-xml-4.5 libXt-1.0.7 = texi2html-1.82,1 docbook-xsl-1.75.2 libXtst-1.1.0 = tidy-20000804_2 docproj-jadetex-1.17_4 libXxf86vm-1.1.0 = tiff-3.9.4 dri2proto-2.2 libcheck-0.9.8 = tr-freebsd-doc-20100625 dsssl-docbook-modular-1.79_1,1 libdrm-2.4.12_1 = ttf2pt1-3.4.4_2 dvipdfmx-20100328 libfontenc-1.0.5 = unzip-6.0 dvipsk-tetex-5.95a_5 libgcrypt-1.4.5_1 = xbitmaps-1.1.0 el-freebsd-doc-20100625 libgpg-error-1.8 = xcb-proto-1.6 en-freebsd-doc-20100625 libiconv-1.13.1_1 = xcmiscproto-1.2.0 es-freebsd-doc-20100625 libpaper-1.1.24 = xdvik-tetex-22.84.16_2 expat-2.0.1_1 libpthread-stubs-0.3_3 = xextproto-7.1.1 fixesproto-4.1.1 libsigsegv-2.8 = xf86bigfontproto-1.2.0 fixrtf-0.1.20060303_1 libstatgrab-0.17 = xf86vidmodeproto-2.3 fontconfig-2.8.0,1 libtool-2.2.6b = xhtml-1.0.20020801_4 fr-freebsd-doc-20100625 libwww-5.4.0_4 = xmlcatmgr-2.2 freecolor-0.8.8 libxcb-1.6 = xmlcharent-0.3_2 freetype-1.3.1_4 libxml2-2.7.7 = xorg-macros-1.6.0 freetype-tools-1.3.1_8 libxslt-1.1.26_1 = xproto-7.0.16 freetype2-2.3.12 links-0.98,1 = xtrans-1.2.5 gamin-0.1.10_4 linuxdoc-1.1_1 = xz-4.999.9_1 gd-2.0.35_7,1 m4-1.4.14_1,1 = zh-arphicttf-2.11_2 gdbm-1.8.3_3 makedepend-1.0.2,1 = zh-docproj-0.1.20060303_4 gettext-0.18_1 mkfontdir-1.0.5 = zh-ttf2pt1-3.4.0 ghostscript8-8.71_2 mkfontscale-1.0.7 = zh-ttfm-0.9.5_3 gio-fam-backend-2.24.1_1 mn-freebsd-doc-20100625 = zh_cn-freebsd-doc-20100625 glib-2.24.1_1 mysql-client-5.1.48 = zh_tw-freebsd-doc-20100625 glproto-1.4.11 mysql-server-5.1.48 = zip-3.0 gmake-3.81_4 nasm-2.08.02,1 root@ibm /usr/ports/www/apache22$=20 --- I= From owner-freebsd-apache@FreeBSD.ORG Wed Jul 21 21:00:46 2010 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD1F01065674 for ; Wed, 21 Jul 2010 21:00:46 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from cell.p6m7g8.net (static-71-178-236-107.washdc.fios.verizon.net [71.178.236.107]) by mx1.freebsd.org (Postfix) with ESMTP id 42EBB8FC13 for ; Wed, 21 Jul 2010 21:00:45 +0000 (UTC) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) (authenticated bits=0) by cell.p6m7g8.net (8.14.4/8.14.3) with ESMTP id o6LL0hmt078963 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Wed, 21 Jul 2010 21:00:43 GMT (envelope-from pgollucci@p6m7g8.com) Message-ID: <4C475FFB.4060300@p6m7g8.com> Date: Wed, 21 Jul 2010 21:00:43 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100607 Thunderbird/3.0.4 MIME-Version: 1.0 To: "" References: <77B7004B-DD79-4449-B6F3-A816C4329E29@grupodeca.com.mx> In-Reply-To: <77B7004B-DD79-4449-B6F3-A816C4329E29@grupodeca.com.mx> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on cell.p6m7g8.net Cc: apache@freebsd.org Subject: Re: Script "configure" failed unexpectedly. X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2010 21:00:46 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Go read ports/UPDATING and follow entry 20100518 On 07/21/10 20:28, "Ing. Gerardo Rodríguez Gutiérrez" wrote: > I don't have the file /usr/ports/www/apache22/work/httpd-2.2.15/config.log > --- > > root@ibm /usr/ports/www/apache22$ make install clean > > To enable a module category: WITH__MODULES > To disable a module category: WITHOUT__MODULES > > Per default categories are: > AUTH AUTHN AUTHZ DAV CACHE MISC > Categories available: > AUTH AUTHN AUTHZ CACHE DAV EXPERIMENTAL LDAP MISC PROXY SSL SUEXEC THREADS > > To see all available knobs, type make show-options > To see all modules in different categories, type make show-categories > You can check your modules configuration by using make show-modules > > ===> Vulnerability check disabled, database not found > ===> License check disabled, port has not defined LICENSE > ===> Found saved configuration for apache-2.2.15_9 > ===> Extracting for apache-2.2.15_9 > => MD5 Checksum OK for apache22/httpd-2.2.15.tar.bz2. > => SHA256 Checksum OK for apache22/httpd-2.2.15.tar.bz2. > ===> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.10.1 - found > ===> Patching for apache-2.2.15_9 > ===> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.10.1 - found > ===> Applying FreeBSD patches for apache-2.2.15_9 > ===> apache-2.2.15_9 depends on file: /usr/local/bin/perl5.10.1 - found > ===> apache-2.2.15_9 depends on file: /usr/local/bin/autoconf-2.62 - found > ===> apache-2.2.15_9 depends on package: libtool>=2.2 - found > ===> apache-2.2.15_9 depends on shared library: expat.6 - found > ===> apache-2.2.15_9 depends on shared library: apr-1 - found > ===> apache-2.2.15_9 depends on shared library: pcre.0 - found > ===> apache-2.2.15_9 depends on shared library: iconv.3 - found > ===> Configuring for apache-2.2.15_9 > checking for chosen layout... FreeBSD > checking for working mkdir -p... yes > checking build system type... i386-portbld-freebsd8.0 > checking host system type... i386-portbld-freebsd8.0 > checking target system type... i386-portbld-freebsd8.0 > > Configuring Apache Portable Runtime library ... > > checking for APR... configure: error: the --with-apr parameter is incorrect. It must specify an install prefix, a build directory, or an apr-config file. > ===> Script "configure" failed unexpectedly. > Please report the problem to apache@FreeBSD.org [maintainer] and attach the > "/usr/ports/www/apache22/work/httpd-2.2.15/config.log" including the output > of the failure of your make command. Also, it might be a good idea to provide > an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/www/apache22. > *** Error code 1 > > root@ibm /usr/ports/www/apache22$ ls /var/db/pkg > aalib-1.4.r5_5 gnutls-2.8.6_1 netpbm-10.26.64_4 > adobe-cmaps-20051217_1 gsfonts-8.11_5 nl-freebsd-doc-20100625 > agg-2.5_5 help2man-1.38.2_1 open-motif-2.2.3_6 > amspsfnt-1.0_5 html-4.01_2 p5-XML-Parser-2.36_1 > apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1 html2text-1.3.2a p5-gettext-1.05_3 > aspell-0.60.6_3 hu-freebsd-doc-20100625 p5-type1inst-0.6.1_5 > autoconf-2.62 icu-3.8.1_3 pcre-8.02 > autoconf-wrapper-20071109 inputproto-2.0 peps-2.0_4 > automake-1.10.1 iso8879-1986_2 perl-5.10.1_2 > automake-1.5_5,1 it-freebsd-doc-20100625 php52-5.2.13 > automake-1.9.6_3 ja-freebsd-doc-20100625 pico-alpine-2.00_1 > automake-wrapper-20071109 jade-1.2.1_9 pkg-config-0.23_1 > bash-4.1.7 jadetex-3.13_6 pkgdb.db > bigreqsproto-1.1.0 jasper-1.900.1_9 pl-freebsd-doc-20100625 > bison-2.4.1_1,1 java-commapi-2.0.3_3 png-1.4.3 > bn-freebsd-doc-20100625 javavmwrapper-2.3.5 portmanager-0.4.1_9 > cm-super-0.3.4_3 jbigkit-1.6 portupgrade-2.4.6_4,2 > cmpsfont-1.0_6 jdk-1.6.0.3p4_15 printproto-1.0.4 > compat7x-i386-7.2.702000.200906.1 jpeg-8_3 proj-4.7.0 > cups-client-1.4.3 kbproto-1.0.4 pt-freebsd-doc-20100625 > cups-image-1.4.3 latex-cjk-4.8.2_4 python26-2.6.5_1 > da-freebsd-doc-20100625 libGL-7.4.4 randrproto-1.3.1 > damageproto-1.2.0 libGLU-7.4.4 recordproto-1.14 > db42-4.2.52_5 libICE-1.0.6,1 renderproto-0.11 > de-freebsd-doc-20100625 libSM-1.1.1_1,1 ru-freebsd-doc-20100625 > desktop-file-utils-0.15_2 libX11-1.3.3,1 ruby-1.8.7.248_2,1 > diablo-jdk-1.6.0.07.02_9 libXau-1.0.5 ruby18-bdb-0.6.5_1 > docbook-1.4 libXaw-1.0.7,1 scr2png-1.2_4 > docbook-4.1_4 libXdamage-1.1.2 scr2txt-1.2 > docbook-4.2 libXdmcp-1.0.3 sdl-1.2.14_1,2 > docbook-4.3 libXext-1.1.1,1 sr-freebsd-doc-20100625 > docbook-4.4_2 libXfixes-4.0.4 sysbench-0.4.12 > docbook-4.5_2 libXi-1.3,1 t1lib-5.1.2_1,1 > docbook-5.0_1 libXmu-1.0.5,1 t1utils-1.32 > docbook-sk-4.1.2_4 libXp-1.0.0,1 teTeX-3.0_4 > docbook-xml-4.2_1 libXpm-3.5.7 teTeX-base-3.0_20 > docbook-xml-4.3 libXrandr-1.3.0 teTeX-texmf-3.0_6 > docbook-xml-4.4_1 libXrender-0.9.5 tex-texmflocal-1.9 > docbook-xml-4.5 libXt-1.0.7 texi2html-1.82,1 > docbook-xsl-1.75.2 libXtst-1.1.0 tidy-20000804_2 > docproj-jadetex-1.17_4 libXxf86vm-1.1.0 tiff-3.9.4 > dri2proto-2.2 libcheck-0.9.8 tr-freebsd-doc-20100625 > dsssl-docbook-modular-1.79_1,1 libdrm-2.4.12_1 ttf2pt1-3.4.4_2 > dvipdfmx-20100328 libfontenc-1.0.5 unzip-6.0 > dvipsk-tetex-5.95a_5 libgcrypt-1.4.5_1 xbitmaps-1.1.0 > el-freebsd-doc-20100625 libgpg-error-1.8 xcb-proto-1.6 > en-freebsd-doc-20100625 libiconv-1.13.1_1 xcmiscproto-1.2.0 > es-freebsd-doc-20100625 libpaper-1.1.24 xdvik-tetex-22.84.16_2 > expat-2.0.1_1 libpthread-stubs-0.3_3 xextproto-7.1.1 > fixesproto-4.1.1 libsigsegv-2.8 xf86bigfontproto-1.2.0 > fixrtf-0.1.20060303_1 libstatgrab-0.17 xf86vidmodeproto-2.3 > fontconfig-2.8.0,1 libtool-2.2.6b xhtml-1.0.20020801_4 > fr-freebsd-doc-20100625 libwww-5.4.0_4 xmlcatmgr-2.2 > freecolor-0.8.8 libxcb-1.6 xmlcharent-0.3_2 > freetype-1.3.1_4 libxml2-2.7.7 xorg-macros-1.6.0 > freetype-tools-1.3.1_8 libxslt-1.1.26_1 xproto-7.0.16 > freetype2-2.3.12 links-0.98,1 xtrans-1.2.5 > gamin-0.1.10_4 linuxdoc-1.1_1 xz-4.999.9_1 > gd-2.0.35_7,1 m4-1.4.14_1,1 zh-arphicttf-2.11_2 > gdbm-1.8.3_3 makedepend-1.0.2,1 zh-docproj-0.1.20060303_4 > gettext-0.18_1 mkfontdir-1.0.5 zh-ttf2pt1-3.4.0 > ghostscript8-8.71_2 mkfontscale-1.0.7 zh-ttfm-0.9.5_3 > gio-fam-backend-2.24.1_1 mn-freebsd-doc-20100625 zh_cn-freebsd-doc-20100625 > glib-2.24.1_1 mysql-client-5.1.48 zh_tw-freebsd-doc-20100625 > glproto-1.4.11 mysql-server-5.1.48 zip-3.0 > gmake-3.81_4 nasm-2.08.02,1 > root@ibm /usr/ports/www/apache22$ > --- > I_______________________________________________ > freebsd-apache@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-apache > To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org" - -- - ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iD8DBQFMR1/7dbiP+9ubjBwRAqMHAKCAGd45ku88ctOsNOJAlSAp0BlBIgCeOmYU auT8REToJ8BXILN8s/h2akI= =Az6P -----END PGP SIGNATURE-----