Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2003 11:50:34 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        FreeBSD Ports <ports@FreeBSD.ORG>
Cc:        freebsd-emulation@FreeBSD.ORG
Subject:   linux_base :: $LINUXBASE and reinstall woes
Message-ID:  <20030121145034.GB30087@iib.unsam.edu.ar>

next in thread | raw e-mail | index | archive | help
I have installed rpm packages manually in the past, using
some sort of:

rpm --ignoreos --root /compat/linux ...

Just to be sure I had no problem with these, I wanted to
clean everything = get a fresh linux_base again.

umount /compat/linux/proc
pkg_delete 'linux_base*' 
and just to be sure (because there were some stuff left)
rm -rf /compat/linux
then 
cd /usr/ports/emulators/linux_base
make clean && make install clean

now for example acroread refuses to launch
[fernan@pi] acroread
ELF interpreter /compat/linux/lib/ld-linux.so.1 not found

However I noticed that a ld-linux.so is indeed present but in
/usr/compat/linux/lib/ld-linux.so.2 -> ld-2.2.4.so



Now the questions:

Is this the same one that acroread needs? 

Why is a complete compat tree under /usr, shouldn't it be under /
(i.e. /compat/linux/...)? 

Thanks in advance,

Fernan

-- 
F e r n a n   A g u e r o
http://genoma.unsam.edu.ar/~fernan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




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