You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the only problem is that the proper files can't be installed in /usr/bin/install is there any way to indicate that it should simply be build to some other directory where the user has the right permissions.
The text was updated successfully, but these errors were encountered:
I managed with ./configure --prefix="$HOME/local/xclip", but now xclip won't run due to xclip: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by xclip). I got no complaint about a missing library when I used .configure.
I checked with /lib64/libc.so.6
that I have the following version which is apparently too low: GNU C Library stable release version 2.12
So I guess I would have to build a newer version of libc locally too.
Is there any way to install this without root priviliges?I tried and it gave the error
If the only problem is that the proper files can't be installed in /usr/bin/install is there any way to indicate that it should simply be build to some other directory where the user has the right permissions.
The text was updated successfully, but these errors were encountered: