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

make install will complain error for no-root user for "ldconfig 2>/dev/null" need root permission #572

Closed
cagev opened this issue Jun 19, 2024 · 3 comments

Comments

@cagev
Copy link

cagev commented Jun 19, 2024

when make install using no-root user to user dir.

ldconfig 2>/dev/null
make: [Makefile:97: install] Error 1 (ignored)
make install done.

@ithewei
Copy link
Owner

ithewei commented Jun 19, 2024

./configure
make
sudo make install

@cagev
Copy link
Author

cagev commented Jun 19, 2024

yes , I know how to compile and install , but I don't want to install it to system directory. The installation will fail for a regular user as I neither have root access nor the necessary permissions. I think it's not necessary to execute the command "ldconfig".

@ithewei
Copy link
Owner

ithewei commented Jun 20, 2024

-ldconfig 2>/dev/null
make: [Makefile:97: install] Error 1 (ignored)

The error is ignored if you have no access.

@cagev cagev closed this as completed Jun 22, 2024
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

2 participants