The Perfect Setup - Fedora Core 4

Discussion in 'Server Operation' started by mebusybody, Apr 9, 2006.

  1. mebusybody

    mebusybody New Member

    Hi people

    Would appreciate your help regarding above.
    1. yum install fileutils
    The response is
    Parsing package install arguments
    Nothing to do

    2.perl -MCPAN -e shell
    Has the error
    Warning: links not found in PATH
    Where is your links program? []

    Is links part of fileutils ? Which yum repositary ?

    Please help
    Many thanks
    Cheers
    mebusybody
     
  2. falko

    falko Super Moderator ISPConfig Developer

    This means that the package is already installed. :)

    Can you post the output of
    Code:
    yum search links
    here?
     
  3. mebusybody

    mebusybody New Member


    Thanks in advance, file is also attached
     

    Attached Files:

  4. falko

    falko Super Moderator ISPConfig Developer

    Please post the output here instead of attaching a file. That makes it easier for us.
     
  5. mebusybody

    mebusybody New Member

    Hi Falko
    Sorry is to big. Exceed the numbers of lines.
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Ok, just downloaded it and had a look.
    Please try
    Code:
    yum install elinks
    then run
    Code:
    which links
    afterwards. It should then show you the path to the links program.
     
  7. mebusybody

    mebusybody New Member

    /usr/bin/links

    Result of links -version
    ELinks 0.10.3 (built on Jun 10 2005 19:30:04)

    Features:
    Standard, IPv6, gzip, bzip2, Cascading Style Sheets, Protocol (File, FTP, HTTP, SMB, URI rewrite, User protocols),
    SSL (OpenSSL), MIME (Option system, Mailcap, Mimetypes files), LED indicators,
    Bookmarks, Cookies, Form History, Global History

    After executing links please see attachment.

    Seem to be a wrong links.

    If so could it be a bug ? Could it be asking for link instead of links ?
    Please see http://www.linuxquestions.org/questions/showthread.php?t=330706
    post #7. The same problem.
     

    Attached Files:

  8. falko

    falko Super Moderator ISPConfig Developer

    What's the problem now? :confused:

    links has been installed, and you can now run
    Code:
    perl -MCPAN -e shell
    again.
     
  9. mebusybody

    mebusybody New Member

    sorry for the confusion, is this "links" in elink the same "links" required ?:eek:
    Thanks
     
  10. falko

    falko Super Moderator ISPConfig Developer

    Yes, it is. :)
     
  11. mebusybody

    mebusybody New Member

    Thanks !! Done
     

Share This Page