You are not logged in.

#1 2016-06-14 13:35:55

ltorvalds024
Member
Registered: 2015-12-01
Posts: 38
Website

libvte2_90.so.9: cannot open shared object file: No such file or dir

I have installed a software called Timeshift, when I run it from terminal I get this error

timeshift: error while loading shared libraries: libvte2_90.so.9: cannot open shared object file: No such file or directory

in order to get libvte2_90.so.9 which package should I install?


"I am slacking because my code is compiling"

Offline

#2 2016-06-14 13:43:48

metak
Member
Registered: 2009-09-27
Posts: 198

Re: libvte2_90.so.9: cannot open shared object file: No such file or dir

That should be 'vte' package.
Edit: debian packaging files in tarball offer a choice between vte/vte3 (libvte-2.91-dev | libvte-2.90-dev).

Last edited by metak (2016-06-14 13:48:32)

Offline

#3 2016-06-14 13:47:13

ltorvalds024
Member
Registered: 2015-12-01
Posts: 38
Website

Re: libvte2_90.so.9: cannot open shared object file: No such file or dir

metak wrote:

That should be 'vte' package.

no it isn't because I have that package installed already!


"I am slacking because my code is compiling"

Offline

#4 2016-06-14 13:51:53

mis
Member
Registered: 2016-03-16
Posts: 234

Re: libvte2_90.so.9: cannot open shared object file: No such file or dir

The problem seems to be that the library has a different name in arch packages

$ pacman -Fsx libvte

extra/vte 0.28.2-7
    usr/lib/libvte.so
    usr/lib/libvte.so.9
    usr/lib/libvte.so.9.2800.2
extra/vte3 0.44.2-1
    usr/lib/libvte-2.91.so
    usr/lib/libvte-2.91.so.0
    usr/lib/libvte-2.91.so.0.4400.2
community/libvterm 0.1.git1.c4317a6-2
    usr/lib/libvterm.so
    usr/lib/libvterm.so.0
    usr/lib/libvterm.so.0.0.0
community/openvswitch 2.5.0-2
    usr/lib/libvtep.a
community/vte3-ng 0.44.1.b-1
    usr/lib/libvte-2.91.so
    usr/lib/libvte-2.91.so.0
    usr/lib/libvte-2.91.so.0.4400.1

Offline

#5 2016-06-14 13:57:40

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: libvte2_90.so.9: cannot open shared object file: No such file or dir

The first problem is that you need an old version. You'll likely have to to make a PKGBUILD for it yourself if you can't rebuild against the new version.

Last edited by Scimmia (2016-06-14 14:01:19)

Offline

#6 2016-06-14 13:59:52

metak
Member
Registered: 2009-09-27
Posts: 198

Re: libvte2_90.so.9: cannot open shared object file: No such file or dir

ltorvalds024 wrote:
metak wrote:

That should be 'vte' package.

no it isn't because I have that package installed already!

I also have 'vte3-ng' installed and I just tried building timeshift package from AUR and it builds and runs just fine. Try rebuilding the package?

Offline

#7 2016-06-14 14:16:06

mis
Member
Registered: 2016-03-16
Posts: 234

Re: libvte2_90.so.9: cannot open shared object file: No such file or dir

Scimmia wrote:

The first problem is that you need an old version.

hm ok, now I'm not sure if

libvte2_90.so.9 

is an older version or the same as 

libvte.so.9

or

libvte.so.9.2800.2

in the vte package just named different

metak wrote:

I also have 'vte3-ng' installed and I just tried building timeshift package from AUR and it builds and runs just fine.

The timeshift package from AUR runs without any vte package installed.

@ltorvalds: Is it the same application? How did you install it?

Offline

#8 2016-06-14 14:17:51

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: libvte2_90.so.9: cannot open shared object file: No such file or dir

mis wrote:
Scimmia wrote:

The first problem is that you need an old version.

hm ok, now I'm not sure if

libvte2_90.so.9 

is an older version or the same as 

libvte.so.9

or

libvte.so.9.2800.2

in the vte package just named different

It's an older version of vte3.

Offline

#9 2016-06-15 11:57:16

ltorvalds024
Member
Registered: 2015-12-01
Posts: 38
Website

Re: libvte2_90.so.9: cannot open shared object file: No such file or dir

mis wrote:
Scimmia wrote:

The first problem is that you need an old version.

hm ok, now I'm not sure if

libvte2_90.so.9 

is an older version or the same as 

libvte.so.9

or

libvte.so.9.2800.2

in the vte package just named different

metak wrote:

I also have 'vte3-ng' installed and I just tried building timeshift package from AUR and it builds and runs just fine.

The timeshift package from AUR runs without any vte package installed.

@ltorvalds: Is it the same application? How did you install it?

this did not work:

sudo ln -s /usr/lib/libvte.so.9.2800.2 /usr/lib/libvte2_90.so.9

"I am slacking because my code is compiling"

Offline

#10 2016-06-15 12:52:49

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: libvte2_90.so.9: cannot open shared object file: No such file or dir

ltorvalds024 wrote:

this did not work:

sudo ln -s /usr/lib/libvte.so.9.2800.2 /usr/lib/libvte2_90.so.9

That is usually a bad idea, don't mess with the filesystem if you are not sure of what you are doing. Also you haven't answered mis' question on how you installed timeshift or if it is the same application.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

Board footer

Powered by FluxBB