talloc.pc gives the library flags -ltalloc. But when using 'make install' to install libtalloc to some path, libtalloc.so is not created. The same issue also exits in tdb and tevent.
Created attachment 5090 [details] create symoblic when running "make install"
Created attachment 5091 [details] create symbol link Add creating symbol link libtdb.so.1
Brian, it's better to add metze for such reviews. He's more expert than I'm.
Comment on attachment 5091 [details] create symbol link Jelmer wanted to let ldconfig or packagers handle the symlinks. If Jelmer is fine with this, we need 3 patches (one for each library) in git format-patch style including a commit message. Also ln -sf isn't portable. we need rm -f followed by ln -s.
Created attachment 5093 [details] reviesed patch
Created attachment 5094 [details] revised tdb patch
Created attachment 5095 [details] revised tevent patch
Comment on attachment 5093 [details] reviesed patch Jelmer, please comment on these patches
Comment on attachment 5094 [details] revised tdb patch Jelmer, please comment on these patches
Comment on attachment 5095 [details] revised tevent patch Jelmer, please comment on these patches
Applied and therefore I'm closing this bug. Thanks for the provided patches, Brian!