M Muhammad Fawad New Member Dec 11, 2023 26 0 1 Dec 11, 2023 #1 Hi team i am trying to build the proxmox backup server from the source. but when i run the cargo build it says hex package not found. can you help me?
Hi team i am trying to build the proxmox backup server from the source. but when i run the cargo build it says hex package not found. can you help me?
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,283 1,550 273 36 Vienna Dec 11, 2023 #2 did you install the build dependencies? e.g. to install the hex crate from the dev repo you must install the package 'librust-hex-dev' Reactions: Muhammad Fawad
did you install the build dependencies? e.g. to install the hex crate from the dev repo you must install the package 'librust-hex-dev'
M Muhammad Fawad New Member Dec 11, 2023 26 0 1 Dec 11, 2023 #3 dcsapak said: did you install the build dependencies? e.g. to install the hex crate from the dev repo you must install the package 'librust-hex-dev' Click to expand... yes i have done that . Thanks for the help. Now i am facing the new issue package proxmox-acme
dcsapak said: did you install the build dependencies? e.g. to install the hex crate from the dev repo you must install the package 'librust-hex-dev' Click to expand... yes i have done that . Thanks for the help. Now i am facing the new issue package proxmox-acme
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,283 1,550 273 36 Vienna Dec 11, 2023 #4 yes the package should be 'librust-proxmox-acme-dev' (do you see the pattern of the packages? librust-<package-name>-dev') you have to install all (transitive) build dependencies
yes the package should be 'librust-proxmox-acme-dev' (do you see the pattern of the packages? librust-<package-name>-dev') you have to install all (transitive) build dependencies