FreeBSD 14.2-RELEASE openldap25 and or 26 server port config / make problem sssvlv.so does not get made

make configure .. chose sssvlv ... it wrote --ssvlv=mod i changed mod to yes (theoreticaly it is valid)
Code:
make showconfig
===> The following configuration options are available for openldap25-server-2.5.19_1:
     ACI=off: Per-object ACI (experimental)
     ARGON2=off: Argon2 password hashing module
     DEBUG=on: Build with debugging support
     DYNACL=off: Run-time loadable ACL (experimental)
     FETCH=off: Enable fetch(3) support
     GSSAPI=off: With GSSAPI support
     LLOADD=off: Enable load balancer
     OUTLOOK=off: Force caseIgnoreOrderingMatch on name attribute (experimental)
     PBKDF2=off: With PBKDF2 hash password support
     RLOOKUPS=off: With reverse lookups of client hostnames
     SLAPI=off: With Netscape SLAPI plugin API (experimental)
     SLP=off: With SLPv2 (RFC 2608) support
====> OpenLDAP backends
     ASYNCMETA=off: With asynchronous metadirectory backend
     DNSSRV=off: With Dnssrv backend
     MDB=off: With Memory-Mapped DB backend
     PASSWD=off: With Passwd backend
     RELAY=off: With Relay backend
     SOCK=off: With Sock backend
     PERL=off: With Perl backend
     SQL=on: With SQL backend
====> OpenLDAP overlays
     ACCESSLOG=on: With In-Directory Access Logging overlay
     ADDPARTIAL=off: With addpartial overlay (experimental)
     ALLOP=off: With allop overlay (experimental)
     AUTOCA=off: With Automatic Certificate Authority overlay
     AUDITLOG=off: With Audit Logging overlay
     AUTOGROUP=off: With autogroup overlay (experimental)
     CLOAK=off: With cloak overlay (experimental)
     COLLECT=on: With Collect overy Services overlay
     CONSTRAINT=on: With Attribute Constraint overlay
     DDS=on: With Dynamic Directory Services overlay
     DENYOP=off: With denyop overlay (experimental)
     DEREF=on: With Dereference overlay
     DYNGROUP=on: With Dynamic Group overlay
     DYNLIST=on: With Dynamic List overlay
     EMPTYDS=off: With emptyds overlay (experimental)
     HOMEDIR=on: With Home Directory Management overlay
     LASTBIND=on: With lastbind overlay
     LASTMOD=off: With lastmod overlay (experimental)
     MEMBEROF=on: With Reverse Group Membership overlay
     NOPS=on: With nops overlay
     OTP=on: With OTP 2-factor authentication overlay
     PROXYCACHE=off: With Proxy Cache overlay
     PPOLICY=on: With Password Policy overlay
     REFINT=on: With Referential Integrity overlay
     REMOTEAUTH=on: With Deferred Authentication overlay
     RETCODE=on: With Return Code testing overlay
     RWM=on: With Rewrite/Remap overlay
     SEQMOD=on: With Sequential Modify overlay
     SHA2=on: With SHA2 Password hashes overlay
     SMBPWD=on: With Samba Password hashes overlay
     SSSVLV=on: With ServerSideSort/VLV overlay
     SYNCPROV=on: With Syncrepl Provider overlay
     TRACE=on: With Trace overlay
     TRANSLUCENT=on: With Translucent Proxy overlay
     UNIQUE=on: With attribute Uniqueness overlay
     VALSORT=on: With Value Sorting overlay
===> Use 'make config' to modify these settings

 make install
===>  Installing for openldap25-server-2.5.19_1
===>  Checking if openldap25-server is already installed
===>   Registering installation for openldap25-server-2.5.19_1
pkg-static: Unable to access file /usr/ports/net/openldap25-server/work/stage/usr/local/libexec/openldap/sssvlv-2.5.so.0:No such file or directory
pkg-static: Unable to access file /usr/ports/net/openldap25-server/work/stage/usr/local/libexec/openldap/sssvlv-2.5.so.0.1.14:No such file or directory
pkg-static: Unable to access file /usr/ports/net/openldap25-server/work/stage/usr/local/libexec/openldap/sssvlv.la:No such file or directory
pkg-static: Unable to access file /usr/ports/net/openldap25-server/work/stage/usr/local/libexec/openldap/sssvlv.so:No such file or directory
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/net/openldap25-server
*** Error code 1

Stop.
make: stopped in /usr/ports/net/openldap25-server
it makes no difference which server i try to make 25 or 26 both have the exact same issue
 
Back
Top