Find the answer to your Linux question:
Results 1 to 5 of 5
i am using Ubuntu and went to install fluxbox and get the error configure: error: Fluxbox requires the X Window System libraries and headers. how can i get theese, i ...
  1. #1
    Just Joined! Cr0oksey's Avatar
    Join Date
    Aug 2005
    Location
    UK
    Posts
    4

    Fluxbox install

    i am using Ubuntu and went to install fluxbox and get the error

    configure: error: Fluxbox requires the X Window System libraries and headers.

    how can i get theese, i have tried
    xlibs-dev
    x-window-system-dev

    and cant find extcat, but have downloaded similar, wondered if anyone knew how to help thanks

  2. #2
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    THIS page lists the deps that Ubuntu has for the Fluxbox desktop. If they are all installed then the problem is most likely an issue with APT. Review the list and ensure they are on your system.
    It may be that your sole purpose in life is simply to serve as a warning to others.

  3. #3
    Just Joined! Cr0oksey's Avatar
    Join Date
    Aug 2005
    Location
    UK
    Posts
    4
    says i need "libimlib2" and "menu" i have downloaded but cant seem to install

  4. #4
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Place the .deb pkgs in your /home/username directory.
    Then issue this command from a terminal:

    $ sudo dpkg -i *.deb
    It may be that your sole purpose in life is simply to serve as a warning to others.

  5. #5
    Just Joined! Cr0oksey's Avatar
    Join Date
    Aug 2005
    Location
    UK
    Posts
    4
    Thanks, got it working.

Posting Permissions

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