Find the answer to your Linux question:
Results 1 to 6 of 6
I have just tried my first install of Linux and am having trouble getting startx to work. I have tried startx and and get an error "xauth:error while loading shared ...
  1. #1
    Just Joined!
    Join Date
    Dec 2005
    Location
    Charlotte
    Posts
    3

    New Help

    I have just tried my first install of Linux and am having trouble getting startx to work. I have tried startx and and get an error "xauth:error while loading shared libraries:libxmuu.so.1:cannot open shared object file:no such file or directory exits" Does anyone know why this is happening. I have tried to update using apt-get and it keeps telling me I have the most recent version of kde or gnome. Any help is appreciated, because I am getting very frustrated.

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Have you installed x-window-system-core?

    Code:
    apt-get install x-window-system-core
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Just Joined!
    Join Date
    Dec 2005
    Location
    Charlotte
    Posts
    3

    debian linux help

    Yes I have and get the following response when logged in as root.
    "Reading Package List...Done
    Building Dependency Tree...Done
    You might want to run 'apt-get -f install' to correct this:
    The following packages have unmet dependencies
    kde: Depends: kdewebdev: but it is not going to be installed
    x-window-system-core: depends xserver-xfree86
    depends xlibrea-dri but is not going to be installed
    xfonts-base (>4) but is not going to be installed
    xfonts-100dpi but is not going to be installed
    xfonts-75dpi but is not going to be installed
    xfonts-usable but is not going to be installed
    xutils but is not going to be installed
    E: unmet depenencies. try 'apt-get -f install' with no packages (or specify a solution)"

    I don't understand the last line.
    Then I go back to the prompt. I tried running with 'apt-get -f install' and get the same message. I really do appreciate the help.

  4. #4
    Linux Newbie exploder's Avatar
    Join Date
    Jun 2005
    Location
    127.0.0.1
    Posts
    164
    You must do apt-get update before you install anything. One more thing is never run X through root. Run X server always as a normal user.
    Registered Linux User#394486

  5. #5
    Just Joined!
    Join Date
    Dec 2005
    Location
    Charlotte
    Posts
    3

    idiot

    I must be missing something becuase I did the apt-get update. (which went through) Then the apt-get install x-window-system-core and get the same message as before. This makes me feel like I don't know anything.

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    try
    Code:
    ldconfig
    as root
    also, try
    Code:
    dpkg-reconfigure xserver-xfree86
    as root
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

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