Closed GoogleCodeExporter closed 8 years ago
be sure you have at least curl 7.15.4
http://curl.haxx.se/libcurl/c/curl_multi_timeout.html
Original comment by rri...@gmail.com
on 30 Jul 2008 at 9:26
I have this same issue and already have curl 7.16.3 .
donfann... Were you able to get this resolved? If so, how did you do it?
Thanks,
Justin Noel
AppBeacon.com
Original comment by justinbn...@gmail.com
on 5 Feb 2009 at 1:07
change these two lines:
long milliseconds;
VERIFY(curl_multi_timeout(multi_handle.get(), &milliseconds));
to just this one line:
long milliseconds = 50;
Original comment by rri...@gmail.com
on 5 Feb 2009 at 1:14
rrizun - thanks for the help. worked a little better. Still having trouble
though:
t# make
make: pkg-config: Command not found
g++ -Wall -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -lcurl -lcrypto
-I/usr/include/libxml2 -L/usr/lib -
lxml2 -lz -lpthread -liconv -lm -ggdb s3fs.cpp -o s3fs
s3fs.cpp:440: warning: 'size_t readCallback(void*, size_t, size_t, void*)'
defined but not used
/usr/bin/ld: Undefined symbols:
_fuse_main_real
_fuse_opt_parse
collect2: ld returned 1 exit status
make: *** [all] Error 1
Original comment by justinbn...@gmail.com
on 5 Feb 2009 at 1:47
@justinbroel.
I had the same problem. You have 'pkg-config: Command not found'. Thats messing
things up. Do a locate on pkg-config. Add the PATH of the first one to your
path and
recompile.
Best.
Original comment by sca...@gmail.com
on 27 Jul 2009 at 12:08
This old issue appears to be related to either missing or old packages on the
build system. Hopefully recent changes in the Installation Notes and the use
of autotools will help the user ensure that the prerequisite collateral is
installed.
Please try rebuilding with more recent release. If a problem still exists,
then report back with details of the issue. If we don't hear anything in a few
days, then this issue will be closed.
Original comment by dmoore4...@gmail.com
on 3 Dec 2010 at 9:25
Assumed to be fixed.
Original comment by dmoore4...@gmail.com
on 19 Dec 2010 at 1:46
Original issue reported on code.google.com by
donfann...@msn.com
on 30 Jul 2008 at 9:07