From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 03:44:20 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FE916A41C for ; Tue, 5 Jul 2005 03:44:20 +0000 (GMT) (envelope-from larsen.nick@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD9B43D49 for ; Tue, 5 Jul 2005 03:44:19 +0000 (GMT) (envelope-from larsen.nick@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so430631nzd for ; Mon, 04 Jul 2005 20:44:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gUK/rkAau/A/nzTCu8CTTPd2LImZ6F/qMTFXoJiUjfdhJV/VPhvHFerulq9QDywYwIiuxWoAXuzoKB1I0wPjq6fFTNdi7rn8gccQZJmVw83i0Hy8zf+OHmf9TCzUq/OtBioDJNqzMhI2W0QOs+M3Tdhq4GZ+X2IBx8WvAXdyLjk= Received: by 10.36.43.4 with SMTP id q4mr1340161nzq; Mon, 04 Jul 2005 20:44:19 -0700 (PDT) Received: by 10.36.103.9 with HTTP; Mon, 4 Jul 2005 20:44:19 -0700 (PDT) Message-ID: Date: Tue, 5 Jul 2005 15:44:19 +1200 From: Nick Larsen To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Programs and lib's disappearing, FreeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Larsen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 03:44:20 -0000 Hi, I love FreeBSD, but lately I've found in version 5.4-RELEASE every so often I won't be able to run a program as it depends on a library (which used to be there). Eg: today i tried to access my webserver...Failed... So I SSH'd into the box and ran # apachectl start It complained that it couldn't find libsasl2.so.2 which was needed by modules/libphp4.so, but my web server had been working fine other days, with absolutely no changes. I fixed this problem, and then it couldnt find some *expat*.so.5 file, which i then created sym links in /lib and /usr/lib (as it resides in /usr/local/lib) Later on today, I tried to sudo a command, and got... bash: sudo: command not found I had to reinstall sudo. I'm extremely cofused, and have checked auth.log (My passwords are quite difficult to crack as they have no meaning).