Date: Wed, 4 Nov 1998 10:16:08 +0100 (MET) From: Becaris DEI <becadei@etse.urv.es> To: freebsd-questions@FreeBSD.ORG Cc: jgrau@etse.urv.es Subject: logrotate port Message-ID: <Pine.LNX.3.93.981104091125.3912A-100000@etse.urv.es>
next in thread | raw e-mail | index | archive | help
hello, i've a machine with the 2.2.7 release installed and the linux module loaded. i want to use a (red hat) linux application called logrotate version 2.5. i can't compile it because some include (.h) files are missing and copying the needed .h files doesn't work. so i compiled successfully logrotate on a slackware linux 2.0.35 and i'm trying to use the linux emulation on free bsd. i've followed the handbook instructions but doesn't work and the problem is confusing: * executing 'ldd logrotate' on the linux machine i get: libc.so.5 => /lib/libc.so.5 (/lib/libc.so.5 is a link to /lib/libc.5.4.23) * and if i execute 'ldd-linux logrotate' or 'logrotate' i get: ELF interpreter /compat/linux/lib/ld-linux.so.1 not found Abort Trap * i've installed (copied) both libc.so.5 and ld-linux.so.1 (the links and the libraries) and configured properly /compat/linux/etc/ld.so.config. do you know what i'm doing wrong? any help will be appreciated. ---------------------------- becadei'98-99 Universitat Rovira i Virgili ---------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.93.981104091125.3912A-100000>