On Sun, 2008-07-27 at 19:16 +0800, botp wrote: > On Sat, Jul 26, 2008 at 7:12 PM, Bram Senders <[EMAIL PROTECTED]> wrote: > > dist/libshoes.so: undefined reference to `shoes_http_error' > > dist/libshoes.so: undefined reference to `shoes_download' > > dist/libshoes.so: undefined reference to `shoes_http_headers' > > dist/libshoes.so: undefined reference to `curl_global_init' > > dist/libshoes.so: undefined reference to `curl_global_cleanup' > > dist/libshoes.so: undefined reference to `shoes_queue_download' > > collect2: ld returned 1 exit status > > make: *** [dist/shoes-bin] Error 1 > > confirmed here, same error on ubuntu8.04 > no rush though; i can wait for the fix :) > kind regards -botp
botp and Bram, François Vaux kindly pointed out that you need the openssl version of libcurl development packages(libcurl-openssl-dev on Debian, maybe the same on Ubuntu?) to build shoes on Linux since Monday. Do you have this package installed? HTH, Howard
