FreeBSD 8.1 64bit logrotate - ELF interpreter /libexec/ld-elf-so.1 not found

Posted by Richard Knop on Server Fault See other posts from Server Fault or by Richard Knop
Published on 2011-11-15T17:37:39Z Indexed on 2011/11/15 17:54 UTC
Read the original article Hit count: 763

Filed under:
|
|

I am trying to get logrotate running on a FreeBSD 8.1 virtual machine. I installed the logrotate with pkg_add, I have created the logrotate.config file and also run:

mkdir /var/lib/

touch /var/lib/logrotate.status

Now when I do:

/usr/local/sbin/logrotate -d /usr/local/etc/logrotate.conf

I get this error:

ELF interpreter /libexec/ld-elf-so.1 not found
Abort

The file ld-elf-so.1 exists:

locate ld-elf.so.1
/libexec/ld-elf.so.1
/usr/libexec/ld-elf.so.1
/usr/share/man/man1/ld-elf.so.1.1.gz

© Server Fault or respective owner

Related posts about linux

Related posts about freebsd