From owner-freebsd-isp@FreeBSD.ORG Fri Mar 19 11:36:22 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAFBD16A4CE for ; Fri, 19 Mar 2004 11:36:22 -0800 (PST) Received: from mail.egation.com (frhemail.colo.egation.com [216.218.216.14]) by mx1.FreeBSD.org (Postfix) with SMTP id B831F43D39 for ; Fri, 19 Mar 2004 11:36:22 -0800 (PST) (envelope-from david@mail.egation.com) Received: (qmail 36150 invoked by uid 98); 19 Mar 2004 19:36:22 -0000 Received: from david@mail.egation.com by egation.com by uid 0 with qmail-scanner-1.20 (clamuko: 0.65. uvscan: v4.3.20/v4319. Clear:RC:1(66.220.15.53):. Processed in 0.021298 secs); 19 Mar 2004 19:36:22 -0000 X-Qmail-Scanner-Mail-From: david@mail.egation.com via egation.com X-Qmail-Scanner: 1.20 (Clear:RC:1(66.220.15.53):. Processed in 0.021298 secs) Received: from frecnocpc2.noc.egation.com (66.220.15.53) by frhemail.colo.egation.com with SMTP; 19 Mar 2004 19:36:22 -0000 Received: from frecnocpc2.noc.egation.com (localhost [127.0.0.1]) i2JJaLik081925 for ; Fri, 19 Mar 2004 11:36:21 -0800 (PST) (envelope-from david@frecnocpc2.noc.egation.com) Received: (from david@localhost)i2JJaLwq081924 for isp@freebsd.org; Fri, 19 Mar 2004 11:36:21 -0800 (PST) (envelope-from david) Date: Fri, 19 Mar 2004 11:36:21 -0800 From: David Wolfskill To: isp@freebsd.org Message-ID: <20040319193621.GL79601@frecnocpc2.noc.egation.com> References: <1079705422.21805.65.camel@tessa.mysmt.net> <1079717033.12153.16.camel@work.gusalmighty.com> <009501c40dd9$431a2df0$6400a8c0@chivas> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009501c40dd9$431a2df0$6400a8c0@chivas> User-Agent: Mutt/1.4.2.1i Subject: Re: mod_frontpage + apache2 X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 19:36:22 -0000 On Fri, Mar 19, 2004 at 09:40:15AM -0800, Gustavo A. Baratto wrote: >just remembered one catch for freebsd 5.X: >you will have to symlink: >libc_r.so.4 -> libc_r.so.5 >libc.so.4 -> libc.so.5 Caveat: I have not tried to run a Web server with FP extensions, nor have I tried running Apache 2 -- let alone a combination of the two. However, a perceived need to make that set of symlinks looks very much as if what is really needed is COMPAT4X= yes in /etc/make.conf (or install the 4.x compatibility package via sysinstall). For example, on my laptop, I have slice 3 as the most-recent -CURRENT, and: g1-15(4.9-S)[1] cd /S3 g1-15(4.9-S)[2] grep COMPAT etc/make.conf COMPAT3X= yes COMPAT4X= yes g1-15(4.9-S)[3] ls -l {,usr/}lib/{,compat/}libc{,_r}.so* -r--r--r-- 1 root wheel 829912 Mar 19 10:17 lib/libc.so.5 -r--r--r-- 1 root wheel 522106 Mar 19 10:17 usr/lib/compat/libc.so.3 -r--r--r-- 1 root wheel 578964 Mar 19 10:17 usr/lib/compat/libc.so.4 -r--r--r-- 1 root wheel 600881 Mar 19 10:17 usr/lib/compat/libc_r.so.3 -r--r--r-- 1 root wheel 677416 Mar 19 10:17 usr/lib/compat/libc_r.so.4 lrwxrwxr-x 1 root wheel 14 Mar 19 10:17 usr/lib/libc.so -> /lib/libc.so.5 lrwxrwxr-x 1 root wheel 11 Mar 19 10:17 usr/lib/libc_r.so -> libc_r.so.5 -r--r--r-- 1 root wheel 102824 Mar 19 10:17 usr/lib/libc_r.so.5 g1-15(4.9-S)[4] [The laptop is presently booted from slice 1, which is recent -STABLE.] Peace, david -- David H. Wolfskill david@egation.com