@
@
@samestexsy2016-09-14 14:28:04
PHP
@samestexsy, 2016-09-14 14:28:04

How to install php7-curl on FreeBSD 9.1?

Greetings!
There is 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3
Somehow they put php 7.0.5 on it.
Right now we are trying to install the extension to work with curl, but we get errors during compilation.
pastebin.com/7SXcathp
Tell me what to do about it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ivanov, 2016-09-14
@semusto

Probably the answer is in the first line
Try other versions to look for \ package names, there was a package something like php70-curl-7.0. ****
I haven’t compiled it myself for a long time from the sources. + Everything is not very good with dependencies, when you install binaries, the assembly from the source often breaks. I do not know why.
Try binary ready:
pkg update && pkg upgrade
pkg install php56 php56-curl-5.6.25
Better yet, use the command to find the exact package name
pkg search packagename

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question