4.3.2RC1 ./configure bug

php.internals

Unnamed Person

23 years ago
greetings, Here is a bug in 4.3.2RC1 when ./configur'ing php --with-curl: checking for cURL 7.9.8 or greater... configure: error: cURL version 7.9.8 or later is required to compile php with cURL support curl-7.10.3 is using.

Wez Furlong

23 years ago
I have a fix and will commit it shortly. Just to confirm this is the same problem that I found here: you have an older curl installation under /usr, but have 7.10.3 under /usr/local, right? --Wez. On Sun, 23 Mar 2003 Vendigo2000@Mail.Ru wrote: