Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2009 22:05:27 +0100 (BST)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        AN <andy@neu.net>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: ELF interpreter /libexec/ld-elf.so.1 not found
Message-ID:  <20091011220341.U7003@ury.york.ac.uk>
In-Reply-To: <alpine.BSF.1.10.0910111814030.19314@neu.net>
References:  <alpine.BSF.1.10.0910111814030.19314@neu.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 11 Oct 2009, AN wrote:

> On a recently installed 8.0RC1 system I am getting this when trying to start 
> the cups printing daemon:
>
> # cupsd
> ELF interpreter /libexec/ld-elf.so.1 not found
> Abort trap: 6
>
> A listing of the directory shows the following:
> ls -l /libexec/
> total 544
> -r-xr-xr-x  1 root  wheel  249544 Oct 10 07:14 ld-elf.so.1

I'm assuming there are a lot more files than this in there?

Can you show the following output:
   uname -a
   file `which cupsd`
   file /libexec/ld-elf.so.1
   ldd `which cupsd`

Is it possible you've somehow installed amd64 packages on an i386 system?

Gavin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091011220341.U7003>