Ucspi sslserver - help in compiling

Hi
I'm new to FreeBSD, I need help to compile ucspi sslserver .

I'm using FreeBSD 12, the package contains the old version of sslserver.

I want to compile/install the latest version ucspi-ssl 0.11.6a


I run package/install it fails with some error

What's the right way to compile in FreeBSD, I have done the same in Ubuntu
Thank you
 
I'm using freebsd 12, the package contains the old version of sslserver.

I want to compile/install the latest version ucspi-ssl 0.11.6a
Ask the maintainer if they're willing and able to update it.
 
Look at the original port, it uses some specific settings to build it. And "it fails with some error" doesn't give us much to work with. What's the error?

sysutils/ucspi-ssl
Note that it has various dependencies.

Code:
root@molly:/usr/ports/sysutils/ucspi-ssl # make build-depends-list
/usr/ports/ports-mgmt/pkg
/usr/ports/lang/perl5.32
root@molly:/usr/ports/sysutils/ucspi-ssl # make run-depends-list
/usr/ports/sysutils/ucspi-tcp
/usr/ports/security/ca_root_nss
/usr/ports/lang/perl5.32
 
Thank you all. The issue is resolved by manually changing include folders and lib path in the package

Appreciate the help
 
Back
Top