Standalone backup agents for Linux, Mac, AIX & Solaris workloads on-premises or in the public cloud
Post Reply
baber
Veteran
Posts: 665
Liked: 4 times
Joined: Nov 21, 2013 12:02 pm
Full Name: Babak Seyedi nejad
Contact:

error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by baber »

i want install veeam agent for linux and appear this error

rpm -ivh veeam-1.0.0.499-1.el6.i386.rpm
Preparing... ########################################### [100%]
1:veeam ########################################### [100%]
Starting veeamservice: /usr/sbin/veeamservice: error while loading shared libraries: libblkid.so.1: cannot open shared object file: No such file or directory
[FAILED]
nielsengelen
Product Manager
Posts: 5619
Liked: 1177 times
Joined: Jul 15, 2013 11:09 am
Full Name: Niels Engelen
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by nielsengelen »

Can you try the following:

Code: Select all

yum install libblkid-devel 
And then try to start the service again?
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
baber
Veteran
Posts: 665
Liked: 4 times
Joined: Nov 21, 2013 12:02 pm
Full Name: Babak Seyedi nejad
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by baber »

vmniels wrote:Can you try the following:

Code: Select all

yum install libblkid-devel 
And then try to start the service again?
thsnks it has been successfully installed and this message appear :

rpm -ivh veeam-1.0.0.499-1.el6.i386.rpm
Preparing... ########################################### [100%]
package veeam-1.0.0.499-1.el6.i386 is already installed
You have new mail in /var/spool/mail/root
[root@redhat rpm]# veeam
veeam: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory


veeam can not run
nielsengelen
Product Manager
Posts: 5619
Liked: 1177 times
Joined: Jul 15, 2013 11:09 am
Full Name: Niels Engelen
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by nielsengelen »

It seems you are missing quite some development libraries.

For libfuse this should be:

Code: Select all

yum install  fuse fuse-devel
Please take a look at the list below and make sure you have these packages installed or else veeam won't run.
Software Dependencies
Protected Linux installation must have the following components installed:
• dkms*
• gcc
• make
• perl
• kernel-headers**
• kernel-devel**
• libudev
• libacl
• libattr
• lvm2
• libfuse
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
baber
Veteran
Posts: 665
Liked: 4 times
Joined: Nov 21, 2013 12:02 pm
Full Name: Babak Seyedi nejad
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by baber »

vmniels wrote:It seems you are missing quite some development libraries.

For libfuse this should be:

Code: Select all

yum install  fuse fuse-devel
Please take a look at the list below and make sure you have these packages installed or else veeam won't run.
Software Dependencies
Protected Linux installation must have the following components installed:
• dkms*
• gcc
• make
• perl
• kernel-headers**
• kernel-devel**
• libudev
• libacl
• libattr
• lvm2
• libfuse
these packages has been installed but not work

rpm -qa fuse*
fuse-devel-2.8.3-4.el6.x86_64
fuse-libs-2.8.3-4.el6.x86_64
fuse-libs-2.8.3-4.el6.i686
fuse-2.8.3-4.el6.x86_64
fuse-devel-2.8.3-4.el6.i686
[root@redhat rpm]# veeam
veeam: error while loading shared libraries: libacl.so.1: cannot open shared object file: No such file or directory
nielsengelen
Product Manager
Posts: 5619
Liked: 1177 times
Joined: Jul 15, 2013 11:09 am
Full Name: Niels Engelen
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by nielsengelen »

The list states you need libacl as well which you are missing.

Code: Select all

yum install libacl-devel libattr-devel libudevel
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
baber
Veteran
Posts: 665
Liked: 4 times
Joined: Nov 21, 2013 12:02 pm
Full Name: Babak Seyedi nejad
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by baber »

vmniels wrote:The list states you need libacl as well which you are missing.

Code: Select all

yum install libacl-devel libattr-devel libudevel
after install and run veeam command this error appear

[root@redhat rpm]# veeam
veeam: error while loading shared libraries: libpanel.so.5: cannot open shared object file: No such file or directory
nielsengelen
Product Manager
Posts: 5619
Liked: 1177 times
Joined: Jul 15, 2013 11:09 am
Full Name: Niels Engelen
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by nielsengelen »

Try the following:

Code: Select all

yum groupinstall "Development tools"
Basically you need the development packages as well for any of the missing libraries.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
baber
Veteran
Posts: 665
Liked: 4 times
Joined: Nov 21, 2013 12:02 pm
Full Name: Babak Seyedi nejad
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by baber »

vmniels wrote:Try the following:

Code: Select all

yum groupinstall "Development tools"
Basically you need the development packages as well for any of the missing libraries.
all of these packages has been installed but veeam command not ework


[root@redhat rpm]# veeam
veeam: error while loading shared libraries: libpanel.so.5: cannot open shared object file: No such file or directory
You have new mail in /var/spool/mail/root
nielsengelen
Product Manager
Posts: 5619
Liked: 1177 times
Joined: Jul 15, 2013 11:09 am
Full Name: Niels Engelen
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by nielsengelen »

Try installing libncurses-dev as package.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
baber
Veteran
Posts: 665
Liked: 4 times
Joined: Nov 21, 2013 12:02 pm
Full Name: Babak Seyedi nejad
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by baber »

vmniels wrote:Try installing libncurses-dev as package.
i download ncurses-devel-6.0-309.22.x86_64.rpm
but when want install appear this message attached pic

[img]
https://s31.postimg.org/rfc7rrd2z/err.jpg
[/img]

how can solve that ?
nielsengelen
Product Manager
Posts: 5619
Liked: 1177 times
Joined: Jul 15, 2013 11:09 am
Full Name: Niels Engelen
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by nielsengelen »

What if you install via yum? What the error specificly means I can't say. Might be a broken download.

Yum install libncurses-dev should work or "yum install libncurses-devel"
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
PTide
Product Manager
Posts: 6408
Liked: 724 times
Joined: May 19, 2015 1:46 pm
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by PTide »

Hi,

I'm curios if the installation of veeamsnap package went OK? Did you install it using rpm or yum? If the former then please try to reinstall it with the usage of yum - it should pull all needed packages automatically.

Thanks
sg_sc
Enthusiast
Posts: 61
Liked: 8 times
Joined: Mar 29, 2016 4:22 pm
Full Name: sg_sc
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by sg_sc »

might I suggest:

Code: Select all

cd /path/to/
yum reinstall veeamsnap*.rpm
yum reinstall veeam-*.rpm
When using yum to install a local RPM file it will try to install the dependencies automatically.
baber
Veteran
Posts: 665
Liked: 4 times
Joined: Nov 21, 2013 12:02 pm
Full Name: Babak Seyedi nejad
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by baber »

thanks but my big problem is my server don't have internet connection and it can not access to internet now have to install manually packages
PTide
Product Manager
Posts: 6408
Liked: 724 times
Joined: May 19, 2015 1:46 pm
Contact:

Re: error during install veeam-1.0.0.499-1.el6.i386.rpm

Post by PTide »

In this case I suggest you to use another machine to recursively download all required dependencies for packages that are required by veeam using yumdownloader, after that you can either install all rpms manually on the host that has no internet connection, or setup local repository and populate it with packages so you can use yum to resolve dependencies automatically. Please let me know if you need any help on that.

Thanks
Post Reply

Who is online

Users browsing this forum: No registered users and 8 guests