-
tozhuI have upgrade pkgin to use trunk, now all software is upgraded to latest by pkgin, but for uuid.node, it had issue, pastebin.com/4Y7KLAKU , it require “libuuid.so.1 (SUNW_1.1)” , where is it?
-
jperkintozhu: it looks like you built it against the platform libuuid but are trying to run it on a different platform that doesn't have that version
-
jperkinthe libraries in pkgsrc don't use symbol versioning, so if you see SUNW_* stuff then it's related to the platform libraries in /usr/lib
-
tozhuis it possible to fix that?
-
jperkinif you're building software for multiple hosts then you need to ensure that you build the software on the host running the oldest platform image
-
jperkinit's one of the reasons I always build our packages on a 20210826 PI, it ensures that they will run on pretty much any host out there
-
tozhuokay, got it, I’ll back the PI to 20210826, that could be used for most platform,
-
jperkinno need to go back that far, I'd recommend not tbh as you want to be on the most recent PI possible, just ensure that you build on whichever is the oldest
-
tozhuokay, got it
-
jperkinfor builds it's less of an issue, my hosts are well hidden and don't run any external services
-
tozhuthank you very much, and have a nice weekend :-)
-
jperkinyou too!