mirror of
https://github.com/sg4r/proxmox-backup-client.git
synced 2026-04-25 23:45:48 +03:00
[GH-ISSUE #18] Centos 7 build errors #15
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-backup-client#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @robkthx on GitHub (Dec 9, 2021).
Original GitHub issue: https://github.com/sg4r/proxmox-backup-client/issues/18
Following the instructions, running
bash ./pbs.build.shfails with the following errors:@JoRoSouth commented on GitHub (Dec 19, 2021):
Same issue. Was trying to add the client to a centos based system.
The rustc --explain E0308
--Below
Expected type did not match the received type.
Erroneous code examples:
This error occurs when an expression was used in a place where the compiler
expected an expression of a different type. It can occur in several cases, the
most common being when calling a function and passing an argument which has a
different type than the matching type in the function declaration.
@sg4r commented on GitHub (Dec 25, 2021):
i have check version 2.1.2, but i have build error
openssl::pkcs5::scrypt(
| ^^^^^^ not found in
openssl::pkcs5it work for centos8
@sg4r commented on GitHub (Jan 23, 2022):
hi, must use openssl11 from epel and i work afert set varoable path. i must refresh the build script in 2 files for centos7 and centos8. you can find the centos7 rpm at https://github.com/sg4r/proxmox-backup-client/releases/tag/v2.1.2
@robkthx commented on GitHub (Jan 24, 2022):
Those RPMs worked, thanks.