Install and configure transmission in Ubuntu to support IPv6

Source: Internet
Author: User

We recommend that you first uninstall the previously installed transmission from the source code:

 

Sudo apt-get Remove transmission

 

I cannot log on to the official website, so download transmission from the sourceCode

 

Sudo apt-Get source transmission

 

My version is 1.51. decompress the package and modify the libtransmission/Web. c file.

 

Curl_easy_setopt (easy, curlopt_ipresolve, curl_ipresolve_v4)

 

Curl_easy_setopt (easy, curlopt_ipresolve, curl_ipresolve_v6)

 

To compile the source code, you need to install some other packages libssl-Dev, libcurl4-dev, intltool, libgtk2.0-Dev, the source has.

 

./Configure-Prefix =/opt/transmission-enable-shared-enable-GTK-Disable-cli-Disable-daemon

 

Make

 

Make check

 

Sudo make install

 

To support the graphic interface. After installation, you can use Ubuntu Software Center to add transmission to "Desktop shortcuts". Then you can download it quickly!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.