Hi Jens, > ifeq ($(ENABLE_SHARED),1) > install -D -m 755 $(libname) $(libdir)/$(libname) > ln -sf $(libname) $(libdir)/$(soname) > - ln -sf $(libname) $(libdir)/liburing.so > + ln -sf $(libname) $(libdevdir)/liburing.so The source of this symlink is wrong if libdir != libdevdir. I'm working on a fix, sorry... metze