| 24 Mar 2025 |
Moritz Sanft | Are you sure that removing the OpenSSL1.1 compatibility libraries from the NVIDIA driver package is correct?
see: https://github.com/NixOS/nixpkgs/blob/a13cc0bc42a89a025f545c4a17f25e6300710f39/pkgs/os-specific/linux/nvidia-x11/builder.sh#L81-L82
I ran into PyTorch 2.6 trying to open that library today, hence the question. | 15:41:42 |
Moritz Sanft | * Are we sure that removing the OpenSSL1.1 compatibility libraries from the NVIDIA driver package is correct?
see: https://github.com/NixOS/nixpkgs/blob/a13cc0bc42a89a025f545c4a17f25e6300710f39/pkgs/os-specific/linux/nvidia-x11/builder.sh#L81-L82
I ran into PyTorch 2.6 trying to open that library today, hence the question. | 15:41:49 |
SomeoneSerge (back on matrix) | Hm. The user would have to manually enable patchelfing the paths to openssl 1.1 anyway, I'd say we shouldn't include them y default because then everything goes behind permittedInsecurePackages or what's the name | 15:43:20 |
SomeoneSerge (back on matrix) |
I ran into PyTorch 2.6 trying to open that library today, hence the question.
Can you also file a report with the logs on github?
| 15:43:58 |
Moritz Sanft | Sure! | 15:47:58 |
Gaétan Lepage | Hi,
I'm looking at mistral-rs and trying to make autoAddDriverRunPath and autoPatchelfHook work, but I get this at runtime:
Unable to dynamically load the "cuda" shared library - searched for library names: ["cuda", "nvcuda"]. Ensure that `LD_LIBRARY_PATH` has the correct path to the installed library. If the shared library is present on the system under a different name than one of those listed above, please open a GitHub issue.
| 16:30:22 |
SomeoneSerge (back on matrix) | They probably CDLL on the python side? | 17:26:26 |
Gaétan Lepage | It's rust | 17:43:35 |
Gaétan Lepage | But yeah, they surely DLopen | 17:43:40 |