Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi. I am trying to install proftpd but when i run the ./configure command it prompts me
Code:
configure: error: no acceptable C compiler found in $PATH
Now im trying to install the GCC package. I have downloaded the gcc-4.0.2.tar
However, i dont know how to install it. I have extracted the .tar file and now i have a folder gcc-4.0.2. Is that enough? cause when i type gcc its still getting me command not found.
Hi. I am trying to install proftpd but when i run the ./configure command it prompts me
Code:
configure: error: no acceptable C compiler found in $PATH
Now im trying to install the GCC package. I have downloaded the gcc-4.0.2.tar
However, i dont know how to install it. I have extracted the .tar file and now i have a folder gcc-4.0.2. Is that enough? cause when i type gcc its still getting me command not found.
Install gcc-<version> and gcc-g++-<version> (the latter may be called gcc-c++-<version>). It should be ok to leave the rest (gcc-g77, gcc-gcj, etc, right?).
Install gcc-<version> and gcc-g++-<version> (the latter may be called gcc-c++-<version>). It should be ok to leave the rest (gcc-g77, gcc-gcj, etc, right?).
Thanks very much! Now that works, but now there is a new problem.
Code:
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
Thanks very much! Now that works, but now there is a new problem.
Code:
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
Well... install glib
And leave yast open this time, there'll be some more coming up.
And whatever you are trying to build, look for a packed version first (that you can install with yast). Add some sources (yast -> installation sources) There ought to be a thread about this.
And leave yast open this time, there'll be some more coming up.
And whatever you are trying to build, look for a packed version first (that you can install with yast). Add some sources (yast -> installation sources) There ought to be a thread about this.
Thanks very much for all the help. But can you name the packages that I shall download . There are like 100 this time.
EDIT: Downloaded this from the web "glib-2.9.6.tar.bz2" still got the same problem.
You shouldn't have to download GLib and install it yourself, it should be available via YaST. What program are you trying to install anyway? Again, as oskar suggested, check if it's available via YaST instead of trying to build from source.
Now there is a lots of problems. For instance gcc: I have downloaded all the packeages with the name gcc, serval times. But the programs (ex. MPlayer) never find these packages.
And Glib wont work either.
I need Glib to install Xmms-1.2.10
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.