Search found 17 matches
- Sun Oct 21, 2012 2:15 pm
- Forum: Support
- Topic: transmission-2.73.tar.bz2 : 404 Not Found
- Replies: 3
- Views: 3095
Re: transmission-2.73.tar.bz2 : 404 Not Found
The download link for 2.72, there is no tarball for the 2.73!
- Mon Feb 07, 2011 5:22 pm
- Forum: Requests
- Topic: Option to disable building utils
- Replies: 2
- Views: 2043
Re: Option to disable building utils
Simply because the utils tool are not use at all in the first place. So if it's not worth the time to add this option then kindly ignore this request.
- Mon Feb 07, 2011 4:22 am
- Forum: Requests
- Topic: Option to disable building utils
- Replies: 2
- Views: 2043
Option to disable building utils
Not sure if this has been requested before, is there an option to disable the building of utils tool?
- Mon Feb 07, 2011 4:18 am
- Forum: Support
- Topic: [Solved] 2.20 comple error: "event2/buffer.h: No such file"
- Replies: 2
- Views: 8392
Re: Compilation error with v2.20
IIRC, libevent-2.0 doesn't work in earlier Transmission release which is why I revert back to v1.4, didn't come to my mind that it's due to this. Thanks a lot pal. 

- Mon Feb 07, 2011 3:25 am
- Forum: Support
- Topic: [Solved] 2.20 comple error: "event2/buffer.h: No such file"
- Replies: 2
- Views: 8392
[Solved] 2.20 comple error: "event2/buffer.h: No such file"
Encountered the following errors when cross-compiling Transmission 2.20 while earlier version compiled without problem. Anyone know what's the problem?
Making all in libtransmission
make[1]: Entering directory `/home/user/transmission-2.20/libtransmission'
CC announcer.o
announcer.c:16:27: event2 ...
Making all in libtransmission
make[1]: Entering directory `/home/user/transmission-2.20/libtransmission'
CC announcer.o
announcer.c:16:27: event2 ...
- Wed Jul 21, 2010 7:15 am
- Forum: Support
- Topic: [LOCKED DUPLICATE] 2.02 - Inspector Missing
- Replies: 2
- Views: 1902
Re: 2.02 - Inspector Missing
Upgrade to 2.03
- Fri Jun 18, 2010 3:21 am
- Forum: Support
- Topic: OpenSolaris, building transmission 2.0 from tarball
- Replies: 7
- Views: 5434
Re: OpenSolaris, building transmission 2.0 from tarball
Thanks rb07, I already resolved the problem before I saw your reply.
- Thu Jun 17, 2010 12:43 pm
- Forum: Support
- Topic: OpenSolaris, building transmission 2.0 from tarball
- Replies: 7
- Views: 5434
Re: OpenSolaris, building transmission 2.0 from tarball
Having the same issue on ubuntu. It seems like libevent source is no longer packaged with Transmission, v1.93 still have it. 

- Sun Mar 28, 2010 3:47 am
- Forum: General
- Topic: Transmission 1.92 Released!
- Replies: 21
- Views: 31851
Re: Transmission 1.92 Released!
Verify local data from webGUI or recheck from windows client still result in 0%. Has anyone else encountered this?
Update: Downgrade to 1.91 and still get the same result. Downgrade further to 1.83 and the problem is gone but download speed suck and seem to stop completely after a while. Will test ...
Update: Downgrade to 1.91 and still get the same result. Downgrade further to 1.83 and the problem is gone but download speed suck and seem to stop completely after a while. Will test ...
- Thu Nov 12, 2009 5:16 pm
- Forum: Support
- Topic: [SOLVED] Static build
- Replies: 1
- Views: 2708
Re: Static build
To enable verbose output, use make V=1
Problem resolved for now. Thanks.
Problem resolved for now. Thanks.
- Thu Nov 12, 2009 4:17 pm
- Forum: Support
- Topic: new user, cant web remote to work, ports? please help
- Replies: 3
- Views: 3376
Re: new user, cant web remote to work, ports? please help
Add address range 192.168.1.* to the rpc-whitelist (settings.json).
- Thu Nov 12, 2009 9:38 am
- Forum: Support
- Topic: [SOLVED] Static build
- Replies: 1
- Views: 2708
[SOLVED] Static build
I'm running Transmission on a headless machine (NAS) and need to be able to compile the binaries in static build . There is no switch to enable this or maybe there is but I'm unaware of. I have already tried --enable-static and --disable-shared and even LDFLAGS=-static but none of it is working ...
- Tue Nov 10, 2009 8:58 am
- Forum: General
- Topic: Transmission 1.76 Released!
- Replies: 27
- Views: 39518
Re: Transmission 1.76 Released!
Setting --enable-static which is enabled by default or setting LDFLAGS=-static work. Any more suggestion?
- Tue Nov 10, 2009 6:10 am
- Forum: General
- Topic: Transmission 1.76 Released!
- Replies: 27
- Views: 39518
Re: Transmission 1.76 Released!
IIRC, this switch is enabled by default but I will give it a try anyway and feedback later.Rolcol wrote:I think you only need the --enable-static switch when running the configure script. You must have the static libraries to link to them, though.
- Fri Nov 06, 2009 11:42 am
- Forum: Web Interface
- Topic: Yet another topic about WebUI problems.
- Replies: 9
- Views: 10773
Re: Yet another topic about WebUI problems.
@Bl4ckM0onk3y, I'm not referring to Transmission (GUI) version but the transmission-daemon because it's running on my NAS which is "headless". As mentioned earlier, I need to use the TRANSMISSION_WEB_HOME variable as my NAS do not have the right file structure. Why don't you list what you have ...