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

Install without root priviliges #116

Open
Kvothe-The-Bloodless opened this issue Feb 9, 2021 · 1 comment
Open

Install without root priviliges #116

Kvothe-The-Bloodless opened this issue Feb 9, 2021 · 1 comment

Comments

@Kvothe-The-Bloodless
Copy link

Is there any way to install this without root priviliges?I tried and it gave the error

/usr/bin/install -c xclip xclip-copyfile xclip-pastefile xclip-cutfile /usr/local/bin
/usr/bin/install: cannot create regular file `/usr/local/bin/xclip': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/xclip-copyfile': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/xclip-pastefile': Permission denied
/usr/bin/install: cannot create regular file `/usr/local/bin/xclip-cutfile': Permission denied

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.

@Kvothe-The-Bloodless
Copy link
Author

Kvothe-The-Bloodless commented Feb 9, 2021

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.

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