From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753034Ab0C2O51 (ORCPT ); Mon, 29 Mar 2010 10:57:27 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:46739 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750902Ab0C2O50 (ORCPT ); Mon, 29 Mar 2010 10:57:26 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=SgWjfEwgtqwol0w+1bBtnmBdKrYHlT9jMj+394Z5H71BqP4OAVSwx4kYdaUF6wjROq k5zPxWQ9swdCKK7tH61rFLnw0pVEJbWFBnbnr7/QdgPca+NJ90kKdQ7PQIHT0V6biDi2 Pkt0kxzexOQ37ZlPJrb1U6c++0cx9PVeQE3Cc= MIME-Version: 1.0 In-Reply-To: References: From: Ulrich Drepper Date: Mon, 29 Mar 2010 07:57:05 -0700 Message-ID: Subject: Re: execve() returns ENOENT when ld-linux.so isn't found To: Olaf van der Spek Cc: Luca Barbieri , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 29, 2010 at 07:40, Olaf van der Spek wrote: > File not found is a very common error message with a pretty will > understood meaning. Overloading it in this way causes confusion. Again and again: this is not the message the user should ever see. On its own. Once you precede it with the message about the dynamic linker not being found and the name the ENOENT string is the right one.