Find the answer to your Linux question:
Results 1 to 5 of 5
hello all I am installing softwares by using .gz files. I follow all instrauction given in INSTALL file first unzip then ./configure then as I start make command there is ...
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Posts
    2

    problem in instalation of software in opensuse

    hello all
    I am installing softwares by using .gz files.
    I follow all instrauction given in INSTALL file
    first unzip
    then ./configure
    then as I start make command there is same error every time.
    error is :: headers and libraries are not found
    I was working in /home/username/src file
    then how can I solve this problem??
    Thanks and Regards
    Ashwani

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    You don't have the development and build tools installed to compile from source. I don't use opensuse, so I'm not sure if there is an easy meta-package to install all of that. In debian-based distros, there's a packages called build-essentials.

    That said, you should not install from source unless you have no other option. Use the package manager

  3. #3
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Just install the packages with -devel in the name from the repositories.

  4. #4
    Just Joined!
    Join Date
    Dec 2008
    Posts
    2
    plz tell me the steps or command completetly
    whats repositories ??
    Thanks

  5. #5
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Menu

    Yast-Software-Software Management

    You can also add additional repositories via Yast. In fact most configuration is done in Yast.

Posting Permissions

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