Search found 5 matches

by Vladi
Fri Apr 24, 2009 8:45 pm
Forum: Support
Topic: Trouble going from 1.34 to 1.42
Replies: 11
Views: 10106

Re: Trouble going from 1.34 to 1.42

Still no luck. :oops: But I did not use RPM forge's libssh2 packeges. No way, to compile transmission without braking official CentOS package system.

I will try with non official packages.
by Vladi
Fri Apr 03, 2009 8:19 pm
Forum: Support
Topic: Trouble going from 1.34 to 1.42
Replies: 11
Views: 10106

Re: Trouble going from 1.34 to 1.42

Hello!

Thanks for the help! I will try, after updating to Cent 5.3. :mrgreen:
by Vladi
Fri Jan 09, 2009 10:23 pm
Forum: Support
Topic: Trouble going from 1.34 to 1.42
Replies: 11
Views: 10106

Re: Trouble going from 1.34 to 1.42

I don't know much about coding, but the problem is in
/libtransmission/web.c

It declares #include <curl/curl.h> and misses CURL_CSELECT_IN, CURL_CSELECT_OUT etc.
These are missing from
/opt/include/curl/curl.h
So: some problem in libcurl compilation.

[I use Linux, I never give up. :mrgreen ...
by Vladi
Fri Jan 09, 2009 6:04 pm
Forum: Support
Topic: Trouble going from 1.34 to 1.42
Replies: 11
Views: 10106

Re: Trouble going from 1.34 to 1.42

I have no problems with intalling it with newer libcurl:
try to:
export LIBCURL_CFLAGS=/opt/include/curl
export LIBCURL_LIBS=/opt/lib/

and then invoke
./configure
without any additional options...

I tried it, unfortunately the same issue. :(

web.c: In function ‘tr_multi_socket_action’:
web ...
by Vladi
Sat Jan 03, 2009 9:12 pm
Forum: Support
Topic: Trouble going from 1.34 to 1.42
Replies: 11
Views: 10106

Re: Trouble going from 1.34 to 1.42

I have the same problem.

I compiled libcurl 7.19.2 into /opt/
./configure --prefix=/opt

There is now 2 version from curl. One package and one compiled.

Now, i try to use compiled one.
In transmission 1.42 dir:
./configure LIBCURL_CFLAGS=/opt/include/curl LIBCURL_LIBS=/opt/lib/

Configure ok ...