Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VTE library name #141

Closed
gnunn1 opened this issue Jan 12, 2016 · 0 comments
Closed

VTE library name #141

gnunn1 opened this issue Jan 12, 2016 · 0 comments

Comments

@gnunn1
Copy link
Contributor

gnunn1 commented Jan 12, 2016

Opening this issue one more time, I just tried running my terminal application on Oracle Linux 7.2 (it's essentially a clone of RHEL 7.2) and got an error message saying that libvte-2.91.so could not be loaded. Looking at this closer, I see that they only install libvte-2.91.so.0 and do not have a symlink to libvte-2.91.so like Arch does. Creating a symlink for libvte-2.91.so fixes the problem.

In gtkc/paths.d all of the other GTK libraries seem to have version numbers associated with them, should VTE follow the same pattern and add the .0 at the end?

Arch libvte files:

lrwxrwxrwx 1 root root     23 Jan 10 20:40 libvte-2.91.so -> libvte-2.91.so.0.4200.1
lrwxrwxrwx 1 root root     23 Jan 10 20:40 libvte-2.91.so.0 -> libvte-2.91.so.0.4200.1
-rwxr-xr-x 1 root root 321752 Jan 10 20:40 libvte-2.91.so.0.4200.1
lrwxrwxrwx 1 root root     18 Sep 24 06:37 libvte.so -> libvte.so.9.2800.2
lrwxrwxrwx 1 root root     18 Sep 24 06:37 libvte.so.9 -> libvte.so.9.2800.2
-rwxr-xr-x 1 root root 653136 Sep 24 06:37 libvte.so.9.2800.2

OL 7.2 libvte files:

lrwxrwxrwx. 1 root root     23 Jan 11 12:53 libvte-2.91.so.0 -> libvte-2.91.so.0.3800.3
-rwxr-xr-x. 1 root root 590056 Sep 23 02:57 libvte-2.91.so.0.3800.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant