Setting up shared libraries
How to get to know which shared libraries Linux binaries need, and where to get them? Basically, there are 3 possibilities. (When following these instructions, root privileges are required on the OpenBSD system to perform the necessary installation steps).
Access to the OpenBSD ports(7) system: Install the port named redhat/base in the emulators category. The redhat/base port contains the shared libraries, binaries, and other related files necessary to run Linux applications. Access to a Linux system is not needed.
Donc il semble qu'il y a bien dans les ports une couche de comptabilité base sur RedHat non ?
[^] # Re: Petits détails...
Posté par patrick_g (site web personnel) . En réponse à la dépêche Bitfrost : Un nouveau modèle de sécurité. Évalué à 5.
Mais je croyais pourtant qu'il y avait une couche de compatibilité Linux ?
Bon je vais voir sur le site OpenBSD et je tombe sur cette man page : http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&am(...)
On y lit ceci :
Setting up shared libraries
How to get to know which shared libraries Linux binaries need, and where to get them? Basically, there are 3 possibilities. (When following these instructions, root privileges are required on the OpenBSD system to perform the necessary installation steps).
Access to the OpenBSD ports(7) system: Install the port named redhat/base in the emulators category. The redhat/base port contains the shared libraries, binaries, and other related files necessary to run Linux applications. Access to a Linux system is not needed.
Donc il semble qu'il y a bien dans les ports une couche de comptabilité base sur RedHat non ?