From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:53:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 582E116A468 for ; Fri, 9 Nov 2007 13:53:05 +0000 (UTC) (envelope-from beyondran@gmail.com) Received: from rn-out-0102.google.com (rn-out-0910.google.com [64.233.170.189]) by mx1.freebsd.org (Postfix) with ESMTP id E283513C4A6 for ; Fri, 9 Nov 2007 13:53:04 +0000 (UTC) (envelope-from beyondran@gmail.com) Received: by rn-out-0102.google.com with SMTP id s42so299417rnb for ; Fri, 09 Nov 2007 05:52:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=rRUk8gOg9FrQRjp3qMsX0ipPmPQaNwEPEJa0/5D0AP4=; b=V2rfKcQiBmnXEe3W10UTjlJm3eShCb1F9UCV5vM+KBzO7TwOemHlZLqUijVR8d0Hn9zt1QaO268XLKuqtgsgwaLUS3OF/oJx7BANvkyRBKHOjtZJZmIdnNGtam91jsP98Z2zdmHsxCRMpxCuC17EIkrA1aAEI43BNGErBht2Ucc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=cT7Id/j9RkRCcCKQtKhxwPf0Ncey0RTS1v1t0ciR2gX7p3Kd+6kLJe9HZGUpw7pyL4JzNroQTgBnp/rse/9j40B2EEKr9PzGiK1APE0RQa/eKXycjiZyEu9B94rYQPKz7IUB0BZim/PzG9wKdsIO+oO+KwAR/L40krkBDZximzk= Received: by 10.142.239.11 with SMTP id m11mr630859wfh.1194616377103; Fri, 09 Nov 2007 05:52:57 -0800 (PST) Received: by 10.142.165.7 with HTTP; Fri, 9 Nov 2007 05:52:57 -0800 (PST) Message-ID: Date: Fri, 9 Nov 2007 21:52:57 +0800 From: "=?GB2312?B?yL2/odDj?=" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Help:Install RPMS on FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 13:53:05 -0000 Hello,I have just install rpm-3.0.6 via /usr/ports/archivers/rpm. And I get some ERROR like below when trying to install libc5compat-1.0-5.i586.rpm via rpm. host# /usr/local/bin/rpm -Uvh libc5compat-1.0-5.i586.rpm error: failed dependencies: /bin/sh is needed by libc5compat-1.0-5 /sbin/ldconfig is needed by libc5compat-1.0-5 But I can find /bin/sh and /sbin/ldconfig on my FreeBSD 6.2. How can I solve this problem,could anyone help me. Many thanks. --Beyond4ever