From owner-freebsd-questions@FreeBSD.ORG Mon Jun 18 13:20:14 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8F16106564A for ; Mon, 18 Jun 2012 13:20:14 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 905CD8FC15 for ; Mon, 18 Jun 2012 13:20:14 +0000 (UTC) Received: by yenl8 with SMTP id l8so4302505yen.13 for ; Mon, 18 Jun 2012 06:20:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:disposition-notification-to:content-type:date :message-id:mime-version:x-mailer; bh=qT5DFkLEGXW7QG79XH+oSXdRhsTIt9kMHVJoZ/rlXQo=; b=jeyij8iqMG8gUbKj2R8Bq2DFDIvxg4++sF+WABpmaJk9LmEvZPGk6RAlPJv2/izf2e AUe0KPkeGCxTdP6Bj8D0UJ5i7UySSpM3jGlMxvQmu8+4hTYvfON8Df0qtNg/EGX6nBta d/IPzxsQS0CZI0Wc2rgUOVkZEhn10SbXOQmaembhKZow7MXBt/JZs79mtRCqBA402DQO 78Ws8lftFhDY5WP2jg4KdKhx0OHKNYlkd8j2miAiXCLeLm83HIkQ5btrkLUtBvDoOiX2 jZ2UysnKR4yNS7NJtMCLxUU7PNjMxDxOfTxIB6xQK+n/56xpGdSFXtSJ2qkxryvi/hrZ rb5g== Received: by 10.236.75.6 with SMTP id y6mr18202073yhd.24.1340025614128; Mon, 18 Jun 2012 06:20:14 -0700 (PDT) Received: from [192.168.6.230] ([201.21.143.8]) by mx.google.com with ESMTPS id n37sm29626756anq.0.2012.06.18.06.20.11 (version=SSLv3 cipher=OTHER); Mon, 18 Jun 2012 06:20:13 -0700 (PDT) From: Sergio de Almeida Lenzi To: freebsd-questions@freebsd.org Date: Mon, 18 Jun 2012 10:20:09 -0300 Message-ID: <1340025609.95799.4.camel@z6000.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: libc version 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: Mon, 18 Jun 2012 13:20:14 -0000 Hello... I upgrade the server from version 8.2 to 8.3, and rebuild all packages.. it all works... Then I installed a binary package (8.3) in an old 8.2 ... every package works... gnome, nautilus, wget.... about 800 of them the only one that does not work is postgesql84-server when I try to run it it I got the message: /libexec/ld-elf.so.1: /lib/libc.so.7: version FBSD_1.3 required by /usr/local/bin/postgres not found seems that only postgres is check for the libc version??? is there a compile switch to check for that??? Of course, if I compile postgres in the 8.2 or upgrade to 8.3 it works... Thanks for any help,