Find the answer to your Linux question:
Results 1 to 2 of 2
Hi , I did a fresh install of Xandros 3 deluxe edtn. Now , I need a couple of apps like a graphical ftp client like kbear. The problem is ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Posts
    5

    Error in compilation - using Xandros 3

    Hi ,

    I did a fresh install of Xandros 3 deluxe edtn. Now , I need a couple of apps like a graphical ftp client like kbear. The problem is apt-get doesn't connect to any server. I tried using the export command to set the system proxy. Also, Xandros Networks isn't much helpful either. I have installed gcc and some more packages from the net ( dependencies of gtk2 ). Te problem with kbear is that while compiling, it give the following error :

    Code:
    checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) notfound. Please check your installation!
    For more details about this problem, look at the end of config.log.
    However, Qt designer, linguist and assistant is installed on my comp. I also installed qt3-headers from the debian website. Any ideas on what should I do next?

  2. #2
    Linux Newbie
    Join Date
    Jun 2005
    Location
    In me spaceship... ORBITING THE PLANNET!
    Posts
    110
    i can fix the apt-get problem... the file you want to edit is

    /etc/apt/sources.list

    you can manually add in the sources... the list of sources i have are;
    Code:
    #deb http://ftp.au.debian.org/debian/ sarge main
    
    deb ftp://ftp.au.debian.org/debian/ stable main
    deb-src ftp://ftp.au.debian.org/debian/ stable main
    
    deb http://security.debian.org/ stable/updates main
    hopefully i have bene of some help
    GAH!!!

Posting Permissions

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