make command do not work

Installing, Configuring, Troubleshooting server daemons such as Web and Mail
Post Reply
mutlu
Posts: 5
Joined: 2007/04/12 21:17:04
Contact:

make command do not work

Post by mutlu » 2007/04/12 21:41:18

Hi,
I setup new centos 5 beta and I want to setup apache but make command do not work

ı tried[code] yum install gcc [/code] but do not be :-(

what must ı do ?

arrfab
Site Admin
Posts: 878
Joined: 2005/01/03 21:30:54
Location: /country/belgium
Contact:

Re: make command do not work

Post by arrfab » 2007/04/12 21:50:15

Why playing with the beta when the final is released ?
And CentOS comes with Apache 2.2 so you don't have to compile it from source ...

mutlu
Posts: 5
Joined: 2007/04/12 21:17:04
Contact:

Re: make command do not work

Post by mutlu » 2007/04/12 22:16:43

yes ı saw it just but I want to setup mysql and necessesary make command :S

hughesjr
Site Admin
Posts: 254
Joined: 2004/12/05 01:51:26
Location: Corpus Christi, Texas, USA
Contact:

make command do not work

Post by hughesjr » 2007/04/14 00:56:57

well ... compiling packages can require many things, but certainly at least these:

[code]yum install gcc gcc-c++ rpm-build automake autoconf[/code]

you will also need the [b]-devel[/b] files that are required to build things ... which ones you need depend on what you are trying to build.

The shotgun approach is to just install the Developement group ... like this:

[code]yum groupinstall "Development Libraries" "GNOME Software Development" "X Software Development" "KDE Software Development" "Development Tools"[/code]

Post Reply