From owner-freebsd-questions Wed Nov 4 01:16:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22607 for freebsd-questions-outgoing; Wed, 4 Nov 1998 01:16:42 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from etse.urv.es (etse.urv.es [193.144.20.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22593 for ; Wed, 4 Nov 1998 01:16:39 -0800 (PST) (envelope-from becadei@etse.urv.es) Received: from localhost (becadei@localhost) by etse.urv.es (8.8.8/8.8.0) with SMTP id KAA05442; Wed, 4 Nov 1998 10:16:08 +0100 Date: Wed, 4 Nov 1998 10:16:08 +0100 (MET) From: Becaris DEI To: freebsd-questions@FreeBSD.ORG cc: jgrau@etse.urv.es Subject: logrotate port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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