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 ...
- 05-08-2009 #1Just 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
- 05-08-2009 #2
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
- 05-08-2009 #3
Just install the packages with -devel in the name from the repositories.
- 05-09-2009 #4Just Joined!
- Join Date
- Dec 2008
- Posts
- 2
plz tell me the steps or command completetly
whats repositories ??
Thanks
- 05-09-2009 #5
Menu
Yast-Software-Software Management
You can also add additional repositories via Yast. In fact most configuration is done in Yast.


Reply With Quote