ycm-core / YouCompleteMe

A code-completion engine for Vim
http://ycm-core.github.io/YouCompleteMe/
GNU General Public License v3.0
25.48k stars 2.81k forks source link

ldconfig requires root in Debian #2270

Closed LuisAyuso closed 8 years ago

LuisAyuso commented 8 years ago

Installation halts when run on normal user. I worked around the issue by perpending 'sudo' in the popen call for ldconfig. This is a workaround although it might help someone,

Good work with this project, keep it on!

Valloric commented 8 years ago

Thanks for the report!

@micbou @vheon @puremourning Thoughts?

micbou commented 8 years ago

The use of ldconfig in the build.py script was introduced by PR https://github.com/Valloric/ycmd/pull/481 but removed in PR https://github.com/Valloric/ycmd/pull/499. There is no call to ldconfig anymore. I recommend to update YCM.