From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 18 Aug 2015 23:11:16 -0700 (PDT) From: Juan RP To: voidlinux Message-Id: In-Reply-To: References: Subject: Re: shlibs error when installing built pkg MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_5557_1075810370.1439964676994" ------=_Part_5557_1075810370.1439964676994 Content-Type: multipart/alternative; boundary="----=_Part_5558_1056520250.1439964676994" ------=_Part_5558_1056520250.1439964676994 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit That means that any of its binaries need two shared libraries that aren't available in the xbps repositories. In this case this package specifically needs openssl and the sonames must be `lib{crypto,ssl}.so.1.0.0`. Adding them to `common/shlibs` is a workaround for xbps-src but not enough with xbps. You'll have to supply those shared libraries somehow in another pkg (openssl) or in the same package. ------=_Part_5558_1056520250.1439964676994 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

That means that any of its binaries need two shared libraries that aren't available in the xbps repositories.

In this case this package specifically needs openssl and the sonames must be `lib{crypto,ssl}.so.1.0.0`.

Adding them to `common/shlibs` is a workaround for xbps-src but not enough with xbps. You'll have to
supply those shared libraries somehow in another pkg (openssl) or in the same package.
------=_Part_5558_1056520250.1439964676994-- ------=_Part_5557_1075810370.1439964676994--