Re: libmap.conf: mapping directories?

2005-12-19 Thread Antoine Pelisse
The patch attached is implementing a freebsd32 prefix thing like we do for the linux compatibility. It would be nice if you could try it and report me any errors or bugs you may find. The patch is meant to be applied against current and might work on the 6- branch. It won't be enough and some

libmap.conf: mapping directories?

2005-09-02 Thread Vladimir Kushnir
Hi all, Is it doable to teach rtld (via libmap.conf) to map directories rather than libraries one-by-one? My problem is: I'm trying to use i386-built packages on my amd64 box. Most of them don't work 'cause of RPATH set to /usr/{X11R6,local}/lib where (obviously) 64-bit libs reside. And this

Re: libmap.conf: mapping directories?

2005-09-02 Thread Pascal Hofstee
On Sat, 2005-09-03 at 01:01 +0300, Vladimir Kushnir wrote: Hi all, [snip] One way: to completely remove RPATH (with chrpath, for example - BTW, this is nice enough utility but to make it work with 32-bit objects one has to use some workarounds). It's not always convenient, though. Much, much

Re: libmap.conf: mapping directories?

2005-09-02 Thread Vladimir Kushnir
On Saturday 03 September 2005 01:13, Pascal Hofstee wrote: [snip] There is actually an effort underway right now to make happen exactly what you suggested: making a /compat/ia32 available with a freebsd32-syscall table similarly to how we treat Linux. The last word i got from the main person