Joshua,
I created a new jail, I've installed the Owncloud again. After the install I've added
WITH_OPENSSL_PORT=yes to /etc/make.conf
- service php-fpm stop
- pkg delete -f php56 php56-curl curl
- pkg upgrade openssl
- make config -C /usr/ports/ftp/curl # disable GSSAPI_BASE, enable GSSAPI_NONE
- make install clean -C /usr/ports/ftp/php56-curl
- service php-fpm start
First problem was the 3.
pkg upgrade openssl was'n upgraded anything, the I've run
pkg install security/openssl it was successful, but I had to copy the openssl.cnf.sample to openssl.cnf
the I've followed your list with point 4.
at point 5 make install clean wasn'n successful because of:
===> License GPLv3 accepted by the user
===> Found saved configuration for gmake-4.1_1
===> gmake-4.1_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by gmake-4.1_1 for building
===> Extracting for gmake-4.1_1
=> SHA256 Checksum OK for make-4.1.tar.bz2.
===> Patching for gmake-4.1_1
===> Applying FreeBSD patches for gmake-4.1_1
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to doc/make.texi.rej
=> Patch patch-doc_make.text failed to apply cleanly.
=> Patch(es) patch-ab applied cleanly.
*** [do-patch] Error code 1
Stop in /usr/ports/devel/gmake.
*** [install] Error code 1
Stop in /usr/ports/devel/gmake.
*** [build-depends] Error code 1
Stop in /usr/ports/devel/autoconf.
*** [build-depends] Error code 1
Stop in /usr/ports/lang/php56.
*** [install] Error code 1
Stop in /usr/ports/lang/php56.
*** [build-depends] Error code 1
Stop in /usr/ports/ftp/php56-curl.
Then
pkg install autoconf and
make install clean -C /usr/ports/ftp/php56-curl was successful,
the I started php-fpm, and I've tested with test.php :
cURL support enabled
cURL Information 7.44.0
Age 3
Features
AsynchDNS Yes
CharConv No
Debug No
GSS-Negotiate No
IDN No
IPv6 Yes
krb4 No
Largefile Yes
libz Yes
NTLM Yes
NTLMWB Yes
SPNEGO Yes
SSL Yes
SSPI No
TLS-SRP No
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smb, smbs, smtp, smtps, telnet, tftp
Host amd64-portbld-freebsd9.3
SSL Version OpenSSL/0.9.8z
ZLib Version 1.2.8
Then
root@Owncloud:/usr/local/openssl # /usr/bin/openssl version
OpenSSL 0.9.8za-freebsd 5 Jun 2014
root@Owncloud:/usr/local/openssl # /usr/local/bin/openssl version
OpenSSL 1.0.2d 9 Jul 2015
root@Owncloud:/usr/local/openssl # openssl version
OpenSSL 0.9.8za-freebsd 5 Jun 2014
root@Owncloud:/usr/local/openssl # which openssl
/usr/bin/openssl
root@Owncloud:/usr/local/openssl # echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
root@Owncloud:/usr/local/openssl #
Do you have any idea, why the openssl still 0.9.8