Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.9
-
Fix Version/s: 1.8.10, 1.9.9 (beta)
-
Component/s: Installation (I)
-
Labels:
-
Environment:Ubuntu 11.10 x86_64
Description
Compilation with --enable-static exits with:
checking whether libcurl is usable... no
configure: error: Curl library not found
Example:
./configure --prefix=/usr/local/ --bindir=/usr/local/sbin/ --with-mysql=/usr/bin/mysql_config --enable-server --enable-agent --with-net-snmp --with-libcurl --with-openipmi --enable-ipv6
finish with no errors.
./configure --prefix=/usr/local/ --bindir=/usr/local/sbin/ --with-mysql=/usr/bin/mysql_config --enable-server --enable-agent --with-net-snmp --with-libcurl --with-openipmi --enable-ipv6 --enable-static
[...]
checking whether libcurl is usable... no
configure: error: Curl library not found
The issue can be replicated every time on Ubuntu 11.10 x86_64.