why i can't install httpd-devel

xlinux

Verified User
Joined
May 4, 2012
Messages
72
i try install httpd-devel in my server.
but i can't install it. this package conflict with directadmin ?
please help me
thanks
 
yes it conflict probably cause have as pre-requisite httpd and also cause httpd* is in yum exlcude list for dont permit to install those package and mess up the server.

Regards
 
In most cases you should not do that, as since httpd (apache) is installed from sources, you've already should have all necessary files for installing extra modules. Just use apxs or whatever else you might need for compiling an addon.

i try install httpd-devel in my server.
but i can't install it. this package conflict with directadmin ?
please help me
thanks
 
ok. but i have some problem . if i can't install httpd-devel . i can't install mod_fcgid. please help me
 
Post here commands you run there and error you get with them.
this is error please help me
yum install httpd-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: ftp.cuhk.edu.hk
* base: virror.hanoilug.org
* updates: virror.hanoilug.org
* extras: virror.hanoilug.org
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package httpd-devel available.
Nothing to do
 
I think Alex meant the error with fcgi.

The one you posted is not an error, is absolutly normal cause is in exlcude list.

Regards
 
Well, i think you need to find a guide for use fcgi in a directadmin server.

I think there are a lot of them around the web and maybe on this forum too.

The paths between a normal webserver installed using for example yum and the one installed from source in directadmin are pretty different (specially in some configurations files).

Regards
 
Well, i think you need to find a guide for use fcgi in a directadmin server.

I think there are a lot of them around the web and maybe on this forum too.

The paths between a normal webserver installed using for example yum and the one installed from source in directadmin are pretty different (specially in some configurations files).

Regards
thanks for your ideal . i search this forum bit i can't see it. i take new topic. if really can find it please show for me. i thanks you. but this error. how i can fix it.
 
Guides you find on the net generally presume something; in this case the guide you're folowing presumes that your httpd directory is something it's not.

Please let us know if the default as mentioned by zEitEr works for you.

Jeff
 
i try use
make
make instal
but it is output same result
Makefile:12: /usr/local/apache2/build/special.mk: No such file or directory make: *** No rule to make target `/usr/local/apache2/build/special.mk'. Stop.
how i can fix it ?
 
Code:
# yum install libtool apr-devel apr
# cd <mod_fastcgi_dir>
# cp Makefile.AP2 Makefile
# make top_dir=/etc/httpd
# make install top_dir=/etc/httpd

Then update your apache configs.
 
Back
Top