-
Notifications
You must be signed in to change notification settings - Fork 423
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
ubuntu 18.04 - make install - miss ldconfig? #490
Comments
True, but calling ldconfig on the install directory (or adding it to |
I guess then is something miss configured an the system. I'm not working with Ubuntu but on the following parts Ubuntu and Debian is behaving the same.
And in
Which package belongs to
But the package
In the end ldconfig is configured as default to also respect the folder /usr/local/lib, there aren't normally any further steps needed if you install libcoap into /usr/local and did not configured any specific target folder. OTOH I agree with obgm that ldconfig calls are not part of any installation step. |
The question if |
My understanding was, that ldconfig updates the "library index/cache". |
Yes, it was, but without refresh the libs-cache with |
if libcoap is build on a new system, "make install" installs the libraries at "/usr/local/lib".
But if the
coap-client
is started, it reports, that the libcoap is missing.AFAIK, a call of ldconfig is required, but missing. After that, the
coap-client
executes without that failure.The text was updated successfully, but these errors were encountered: