Is there also a Perfect Setup for SuSE 9.1

Discussion in 'Installation/Configuration' started by bluegrass, Jan 13, 2006.

  1. bluegrass

    bluegrass New Member

    Is there also a write-up for a Perfect Setup for SuSE 9.1? I have a hard time downloading the new versions of SuSE, what I have right now is the SuSE 9.1.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. bluegrass

    bluegrass New Member


    Thanks again.

    I have already installed the 9.1, and also the 'apt'. But I haven error on the 'apt-get install findutils-locate lynx ncftp compat-readline4 gcc glibc-devel flex db-devel rsync'.
    Error: Couldn't find package compat-readline4

    I guess there is a different package for 9.1.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Try to skip that package. If a similar package is needed by one of the later steps, apt will install it then automatically.

    Code:
    apt-get install findutils-locate lynx ncftp gcc glibc-devel flex db-devel rsync
     
  5. falko

    falko Super Moderator ISPConfig Developer

    You could run
    Code:
    apt-cache search readline
    to find the appropriate package.
     
  6. bluegrass

    bluegrass New Member

    The error comes-out when I install gcc,

    Error:
    The following packages have unmet dependencies:
    gcc: Depends: cpp (= 3.3.3-41) but 3.3.3-43.24 is to be installed

    Broken packages
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you use the apt sources from the SuSe 9.2 howto? You must change them to apt sources for SuSe 9.1 to get around the dependency problems.
     
  8. falko

    falko Super Moderator ISPConfig Developer

    I suggest that you use yast to install all needed packages on your SuSE 9.1 system.
     

Share This Page