You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raft is a dependency of our app, when installing the major version of libraft is missing:
Error: Package: daos-server-0.9.0-2.2819.gcdecd456.el7.x86_64 (/daos-server-0.9.0-2.2819.gcdecd456.el7.x86_64)
Requires: libraft.so()(64bit)
The version of libraft.so is missed in this message, it should be: libraft.so.$n
How can we add the raft SOVERSION to it, probably in the Makefile?
.PHONY: shared
shared: $(OBJECTS) $(CC) $(OBJECTS) $(LDFLAGS) $(CFLAGS) -fPIC $(SHAREDFLAGS) -o $(BUILDDIR)/libraft.$(SHAREDEXT)
Thx.
The text was updated successfully, but these errors were encountered:
raft is a dependency of our app, when installing the major version of libraft is missing:
Error: Package: daos-server-0.9.0-2.2819.gcdecd456.el7.x86_64 (/daos-server-0.9.0-2.2819.gcdecd456.el7.x86_64)
Requires: libraft.so()(64bit)
The version of libraft.so is missed in this message, it should be: libraft.so.$n
How can we add the raft SOVERSION to it, probably in the Makefile?
$(CC) $ (OBJECTS) $(LDFLAGS) $ (CFLAGS) -fPIC $(SHAREDFLAGS) -o $ (BUILDDIR)/libraft.$(SHAREDEXT)
.PHONY: shared
shared: $(OBJECTS)
Thx.
The text was updated successfully, but these errors were encountered: