[GH-ISSUE #17] [solved] It works on Fedora, too #14

Closed
opened 2026-02-27 21:01:12 +03:00 by kerem · 2 comments
Owner

Originally created by @francescor on GitHub (Aug 8, 2021).
Original GitHub issue: https://github.com/sg4r/proxmox-backup-client/issues/17

I just successfully installed it on Fedora 34

I had to add the following:

yum install sg3_utils-devel sg3_utils-libs sg3_utils

to get rid of the error:

  = note: /usr/bin/ld: cannot find -lsgutils2
          collect2: error: ld returned 1 exit status

many thanks!

Originally created by @francescor on GitHub (Aug 8, 2021). Original GitHub issue: https://github.com/sg4r/proxmox-backup-client/issues/17 I just successfully installed it on Fedora 34 I had to add the following: ``` yum install sg3_utils-devel sg3_utils-libs sg3_utils ``` to get rid of the error: ``` = note: /usr/bin/ld: cannot find -lsgutils2 collect2: error: ld returned 1 exit status ``` many thanks!
kerem closed this issue 2026-02-27 21:01:13 +03:00
Author
Owner

@francescor commented on GitHub (Aug 26, 2021):

I just had to do the same in CentOS 7 (7.9.2009); to get rid of it

# yum install -y ./proxmox-backup-1.0.11-2.x86_64.el7.rpm
# /usr/local/sbin/proxmox-backup-client version
/usr/local/sbin/proxmox-backup-client: error while loading shared libraries: libsgutils2.so.2: cannot open shared object file: No such file or directory
# yum install -y sg3_utils-devel sg3_utils-libs sg3_utils
# /usr/local/sbin/proxmox-backup-client version
client version: 1.0.11

thanks once more

<!-- gh-comment-id:906090253 --> @francescor commented on GitHub (Aug 26, 2021): I just had to do the same in CentOS 7 (7.9.2009); to get rid of it ``` # yum install -y ./proxmox-backup-1.0.11-2.x86_64.el7.rpm # /usr/local/sbin/proxmox-backup-client version /usr/local/sbin/proxmox-backup-client: error while loading shared libraries: libsgutils2.so.2: cannot open shared object file: No such file or directory # yum install -y sg3_utils-devel sg3_utils-libs sg3_utils # /usr/local/sbin/proxmox-backup-client version client version: 1.0.11 ``` thanks once more
Author
Owner

@sg4r commented on GitHub (Dec 25, 2021):

hi, thank for this feedback

<!-- gh-comment-id:1001069922 --> @sg4r commented on GitHub (Dec 25, 2021): hi, thank for this feedback
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-backup-client#14
No description provided.