Results 1 to 10 of 10
I have Centos 5.4 installed on my dedicated blade server.. (I thought I had some other OS - ignor SUSE 10.1 opps)
I'm trying to install ImageMagick (new to this ...
- 03-15-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 9
ImageMagick - no acceptable C compiler found in $PATH
I have Centos 5.4 installed on my dedicated blade server.. (I thought I had some other OS - ignor SUSE 10.1 opps)
I'm trying to install ImageMagick (new to this so please be nice
) - I didn't find it on my server i did do what they said but not there..
1. I downloaded the file to the ROOT (i hope that the right Place)
2. cd ImageMagick-6.6.0-5
3. ./configure
4. This ERROR CAME BACK
I'm stuck on the no acceptable C compiler found in $PATH - they don't really tell me what do to when you come to this ERROR MSGCode:configuring ImageMagick 6.6.0-5 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking whether build environment is sane... yes checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... //bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/root/ImageMagick-6.6.0-5': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details.
I know i need a C compiler but what do I do from here?
Thanks - I will be posting questions on this forum for sure..
imagemagick.org / script / install-source.php - is where i'm getting the info from delete the spaces as it won't let me post..
- 03-15-2010 #2
You need to use the packaging tools (YaST) to install gcc (and glibc-devel). On a side note, did you install openSUSE 10.1 or SUSE 10.1? openSUSE 10.1 was one of the buggiest openSUSE releases and you could be better off using a different release e.g. 11.2.
- 03-15-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 9
IT was pre-installed on my server for me.. when the hosting company installed it..
What is YaST - where do i get this
- 03-16-2010 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,097
Welcome to the forums!
Yet another Setup Tool - Wikipedia, the free encyclopedia
YaST - openSUSEoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 03-16-2010 #5Just Joined!
- Join Date
- Mar 2010
- Posts
- 9
Ok found out that is NOT SUSE
its
Centos 5.4
Hope this is better..
But still need c complier help?
- 03-16-2010 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,097
I've moved your thread to the Red Hat / Fedora Fedora Forum. CentOS is pretty much the same thing as Red Hat Enterprise Linux, but without the Red Hat logos and paid support.
CentOS uses YUM for package installation rather than YaST.
You might want to consider editing the distribution that you are using in your first post of this thread.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 03-16-2010 #7Just Joined!
- Join Date
- Mar 2010
- Posts
- 9
ya i can't see the logo's
so far i can only see the SSH Terminal and plesk..
any idea how to use the YUM to get the c compiler to work?
- 03-16-2010 #8forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,097
For setting up and using YUM:
CentOS: Managing Software with YUM
Once it's setup and working properly, I think the following command should do it:
Code:yum install gcc gcc-c++ autoconf automake
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 03-16-2010 #9Just Joined!
- Join Date
- Mar 2010
- Posts
- 9
Just question i go here cyberciti. biz /faq/centos-linux-install-gcc-c-c-compiler/
and its says this # yum groupinstall 'Development Tools'
what is the diff
and do i do this from THE ROOT dir?
thanks for help
- 03-16-2010 #10Just Joined!
- Join Date
- Mar 2010
- Posts
- 9
quick question when i'm in the SSH terminal
say i view a file how do you GET out of the view mode - break the view connection as not sure how.. i can use my up and down arrow to view the document.. but once i get to the end i'm stumped


Reply With Quote
