Shouldn't make install run ldconfig?
Ken Olum <[email protected]>
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
I got everything working in the build directories, then I said "make install"
and the installed programs didn't work. Instead I got things like
"error while loading shared libraries: libmuaux.so.6: cannot open shared
object file: No such file or directory".
Eventually I was able to figure out that I should run ldconfig, but
shouldn't this be done by "make install"?
Ken