Alien
Новичок
php 4.3.11 не собирается c curl
На redhat ставлю php 4.3.11 с curl, не собирается.
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-curl
=> отрабатывает без ошибок
./make
=> [skip]
-lssl -lcrypto -lcrypt -lcrypt -o libphp4.la
ext/curl/curl.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1
>rpm -qi curl | grep Version
Version : 7.9.8 Vendor: Red Hat, Inc.
Судя по http://php.net/curl - версия подходящая "From PHP 4.3.0, you will need a CURL version that's 7.9.8 or higher.")
p.s.
Без curl все собирается и работает. Есть идеи куда копать?
На redhat ставлю php 4.3.11 с curl, не собирается.
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-curl
=> отрабатывает без ошибок
./make
=> [skip]
-lssl -lcrypto -lcrypt -lcrypt -o libphp4.la
ext/curl/curl.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1
>rpm -qi curl | grep Version
Version : 7.9.8 Vendor: Red Hat, Inc.
Судя по http://php.net/curl - версия подходящая "From PHP 4.3.0, you will need a CURL version that's 7.9.8 or higher.")
p.s.
Без curl все собирается и работает. Есть идеи куда копать?