Le 12/01/16 06:40, Bjørn Forsman a écrit : > > On Jan 12, 2016 00:27, "Augustin Borsu" <[email protected] > <mailto:[email protected]>> wrote: > > > > Hello, > > > > I'm a bit stuck so I thought I would try and ask the community if > any one has an idea. > > I'm trying to make a package to run SonarQube on a nixos server and > so far I"ve gotten this far : > ... > > But now I have a very cryptic file not found error when I try to > launch the ./bin/wrapper file that is supposed to launch it all. > > I guess the binary still refers to /lib/ld-linux.so (or something) as > its interpreter. What you want is patchelf. See examples in nixpkgs repo. > ./bin/wrapper is indeed a precompiled executable. You will find more explanations on how to use patchelf in https://nixos.org/wiki/How_to_package_closed-source_software
Regards, Guillaume.
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
