27.03.20 19:29, Alexander Leidinger пишет:

Quoting Alexandr Krivulya <shur...@shurik.kiev.ua> (from Fri, 27 Mar 2020 15:21:49 +0200):

Hi, emulation@ !

I'm trying to start Linux version of Zoom client [1] on my FreeBSD (latest head) and I have two questions:

1. Why I need to copy all libraries from Zoom binary folder to /compat/linux/lib64 because they are not found when application starts.

Libraries (no matter if for FreeBSD or Linux) are searched in fixed locations (if they are linked into a binary the normal way). You can add other locations either globally by adding it to the ldconfig path (for linux it is a different setting than for FreeBSD binaries), or you can set the LD_LIBRARY_PATH variable to add the new location per program.

Is it true even when executable and needed libraries are in the same directory? In my case it is a same directory.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Reply via email to