From owner-freebsd-questions Wed Mar 14 17:10:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id F415A37B718 for ; Wed, 14 Mar 2001 17:10:38 -0800 (PST) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0GA700F01SLJLQ@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Wed, 14 Mar 2001 17:10:34 -0800 (PST) Received: from tagalong ([165.107.42.167]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0GA700H3KSLC44@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Wed, 14 Mar 2001 17:10:24 -0800 (PST) Date: Wed, 14 Mar 2001 17:10:17 -0800 From: Drew Tomlinson Subject: Adding FP Extensions to Apache 1.3.12 To: "FreeBSD Questions (E-mail)" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am attempting to add FrontPage extensions to my Apache 1.3.12 server I installed from the ports collection back in July of 2000. I have acquired the FP extension tarball from Microsoft and initiated the install script ./fp_install.sh. The script cruises along until it asks to install a root web. I answer the questions and then it attempts to continue but gets the following error: Will chown web to nobody as part of install. Will chgrp web to nogroup as part of install. /usr/libexec/ld-elf.so.1: Shared object "libc.so.3" not found ERROR: / installation failed. I searched my drive for libc.so.3 but did not find it. I did find these items that are close: /usr/src/lib/compat/compat3x.i386/libc.so.3.gz.uu /usr/src/lib/compat/compat22/libc.so.3.1.gz.uu So I'm guessing that I need to install "FreeBSD 3.x binary compatibility" from /stand/sysinstall? Does this make sense? I'm a newbie and this is my first *nix OS I have ever worked with. I'm not a programmer so I don't understand all the connections between source, objects, linking, libraries, etc. so I apologize if this question seems "dumb". I've searched the list archives and have only found that installing Apache and assorted modules can be quite tricky. I was not successful in finding anything that related to my specific problem. Thanks in advance for your help! Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message