I'm using a linux program which is dynamically linked. When I tried to start it, I now get the message: ELF interpreter /compat/linuxlib/ld-linux.so.2 not found Abort trap There is no /compat/linuxlib directory and there is no ld-linux.so.2 under the whole compat tree. Fix: How about changing the path /compat/linuxlib to /compat/linux/lib and actually providing a ld-linux.so there (like the previous version of linux_base)? How-To-Repeat: Start a dynamically linked linux program that uses ld-linux.
Responsible Changed From-To: freebsd-ports-bugs->trevor Over to maintainer.
State Changed From-To: open->feedback What is the application you are trying to run? What Linux distribution was it compiled for? Can I download it from somewhere? The command "find /compat/linux/* -name ld-linux.so.2" turns up /compat/linux/lib/ld-linux.so.2 for me. Could you please double-check that you don't have that file? If it's missing, what (if any) error messages did you see while installing the linux_base port?
State Changed From-To: feedback->open Submitter thinks the problem may have been due to a failed portupgrade. I should try portupgrade with this port, to try to reproduce the bug.
Responsible Changed From-To: trevor->freebsd-emulation port was taken away from me
State Changed From-To: open->closed The port changed a lot. If you still have a problem with the current port, please open a new PR and specify how you installed the newest linux_base-8 port and which programs you tried to run.