|
|
 |
« on: September 14, 2009, 11:13:20 AM » |
|
I noticed that the latest version is 1.75, but the version in the packages is only 1.51.
I'm using just the default repositories. Any idea if a newer build will make it to the main libraries, or should I just trans and build the newer version myself?
|
|
|
|
|
Logged
|
|
|
|
|
TJeh
Newbie
Karma: 0
Posts: 20
|
 |
« Reply #1 on: September 15, 2009, 05:36:00 PM » |
|
hi digitlman, just build transmission yourself  wget http://mirrors.m0k.org/transmission/files/transmission-1.75.tar.bz2 tar -xjvf transmission-1.75.tar.bz2 apt-get install gcc libcurl4-openssl-dev libtool make automake autoconf intltool cd transmission-1.75 ./configure --disable-gtk make -s make install
Regards, TJeh
|
|
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #2 on: September 16, 2009, 05:49:00 AM » |
|
Should I have "apt-get uninstall transmission" before I compiled and installed the new version? I can't tell if it worked. How can I tell the version I am running? Running aptitude still says package 1.51 is installed....maybe that's normal?
|
|
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #3 on: September 16, 2009, 06:10:18 AM » |
|
Ok, well I did do a "apt-get remove transmission" and then an autoremove to delete the other associated packages.
I then re-ran the install.
So, I should be runnig the lates version. Still, how can I tell for sure?
|
|
|
|
|
Logged
|
|
|
|
|
TJeh
Newbie
Karma: 0
Posts: 20
|
 |
« Reply #4 on: September 16, 2009, 07:06:42 AM » |
|
make sure that you deinstall the old transmission first. after make install, you will have to create a custom startup script for the daemon. I am running the latest transmission without any problems  Regards, TJeh
|
|
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #5 on: September 16, 2009, 11:07:01 AM » |
|
Why did you disable the gtk in the build directions?
I manually removed everything and am about to reinstall again.
Any idea why a new package isn't in the jaunty repos? It is for karmic....it would be nice to see the packages keeping up.
|
|
|
|
|
Logged
|
|
|
|
|
TJeh
Newbie
Karma: 0
Posts: 20
|
 |
« Reply #6 on: September 16, 2009, 11:54:34 AM » |
|
well since i have no gtk installed on the plug, i wanted to make sure that it is excluded while building transmission.
Regards,
TJeh
|
|
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #7 on: September 17, 2009, 07:36:54 AM » |
|
Well, I do have gtk.  Everything went great and it's working like a charm!
|
|
|
|
|
Logged
|
|
|
|
|
rooster
Administrator
Sr. Member
   
Karma: 8
Posts: 311
|
 |
« Reply #8 on: September 18, 2009, 01:29:21 AM » |
|
just out of curiosity, why not install transmission-daemon? no need for GTK it has it`s web GUI
|
|
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #9 on: September 18, 2009, 07:13:18 AM » |
|
I did install the trans-daemon.
Can you use the web interface w/o the gtk?
*shrug*
Works great as is.
|
|
|
|
|
Logged
|
|
|
|
|
TJeh
Newbie
Karma: 0
Posts: 20
|
 |
« Reply #10 on: September 18, 2009, 08:43:25 AM » |
|
you don't need gtk for webui... thats why I excluded it during build
Regards,
TJeh
|
|
|
|
|
Logged
|
|
|
|
|
|