Page 34 of 35 FirstFirst ... 2432333435 LastLast
Results 331 to 340 of 349

Thread: HOWTO: Install LinuxDC++

  1. #331
    Join Date
    Mar 2006
    Beans
    133
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by dualpretop View Post
    1.02 would be a better choice.

  2. #332
    Join Date
    Jan 2008
    Beans
    28
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: HOWTO: Install LinuxDC++

    SOLVED

    Quote Originally Posted by stevensheehy View Post
    1.02 would be a better choice.
    When trying to install on Ubuntu 8.04, 64-bit I'm getting Error: Dependency is not satisfiable: libgtk2.0-0.

    libgtk2.0-0 and libgtk2.0-dev are installed.

    What should I do

    EDIT: I found .deb package in this repository http://packages.debian.org/lenny/amd...xdcpp/download and it works fine
    Last edited by zajc; October 4th, 2008 at 07:44 PM.

  3. #333
    Join Date
    Jul 2005
    Location
    Lappeenranta, Finland
    Beans
    9
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: Install LinuxDC++


  4. #334
    Join Date
    Feb 2006
    Beans
    2
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Install LinuxDC++

    linuxdcpp, as provided with Ubuntu 9.04 Jaunty Jackalope, does not even start.

    My solution has been to download the newest version (1.0.3) and compile it:

    Code:
    # Download linuxdcpp 1.0.3 from
    # http://launchpad.net/linuxdcpp/1.0/1.0.3/+download/linuxdcpp-1.0.3.tar.bz2
    # Uncompress it.
    # Go into the uncompressed directory.
    
    # Install dependencies
    sudo apt-get install libgtk2.0-dev libglade2-dev libssl-dev scons
    
    # Create a build directory
    mkdir ../linuxdcpp-build
    
    # Compile
    scons PREFIX=../linuxdcpp-build
    # Bla bla bla... Just check that there are no errors in the compilation output.
    
    # Go to build directory and run the application
    cd ../linuxdcpp-build
    bin/linuxdcpp
    
    # If you confirm that it works, you can compile and install it globally:
    # Build again, but this time PREFIX=/usr
    scons
    # As root, copy files to system directories
    sudo scons install

  5. #335
    Join Date
    May 2009
    Beans
    3

    Re: HOWTO: Install LinuxDC++

    when i give the following command:

    bzr branch lp:linuxdcpp
    I get the following statement:

    bzr: ERROR: [Errno -2] Name or service not known

    I again give the same command, this time I get:

    bzr: ERROR: [Errno 111] Connection refused

    Plz Help.!

  6. #336
    Join Date
    Feb 2007
    Location
    Bucharest
    Beans
    460
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by zalenix View Post
    when i give the following command:

    bzr branch lp:linuxdcpp
    I get the following statement:

    bzr: ERROR: [Errno -2] Name or service not known

    I again give the same command, this time I get:

    bzr: ERROR: [Errno 111] Connection refused

    Plz Help.!
    You don't have to compile LinuxDC++ anymore, it's included in the respositories. Just do:
    Code:
    sudo apt-get install linuxdcpp
    And you are done!
    [ Blog # A Programmer's Ride ]
    Linux: it really whips the penguin's butt.

  7. #337
    Join Date
    Aug 2009
    Beans
    109

    Re: HOWTO: Install LinuxDC++

    i am using ubuntu 9.04...
    while executing this command:
    bzr branch lp:linuxdcppthe error is
    bzr: ERROR: [Errno -2] Name or service not known

    plz help..

  8. #338
    Join Date
    Aug 2009
    Beans
    109

    Re: HOWTO: Install LinuxDC++

    sorry i didnt read preious post...got the solution...

  9. #339
    Join Date
    Aug 2009
    Beans
    109

    Re: HOWTO: Install LinuxDC++

    how to share files....
    i am using preference>sharing>add
    but its not accepting any of my files...
    plz help..

  10. #340
    Join Date
    Jul 2007
    Location
    north tonawanda Ny
    Beans
    238
    Distro
    Ubuntu

    Re: HOWTO: Install LinuxDC++

    i have this program running on my asuseee with easypeasy 1.5 as the os

    i am using an brand new "HP simplesave" 320gb 2.5" usb for my dl folder and share also.

    i have everything configured fine it connects to my hub and files transfer just fine too but every now and then it closes and the hdd unmounts at the same time, i noticed this when i added a large file to be hashed for sharing

    when dc++ closes the drive unmounts and sometimes is very difficult to remount taking 3-4 tries

    when the hdd is in use a light blinks but after the program closes the light stays on solid

    when i run dc++ the hdd clicks like its a bad drive but it works fine if i dont run dc++ and just use it for storage

    if i try to connect the drive and start dc++ sometimes the program will not start until i unplug it opening as soon as i unplug the drive
    asrock 890 delux fx4 amd 6 core 2.8ghz 4 gigs ddr 3 ram

Page 34 of 35 FirstFirst ... 2432333435 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •