i try install httpd-devel in my server.
but i can't install it. this package conflict with directadmin ?
please help me
thanks
this is error please help mePost here commands you run there and error you get with them.
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 can't install mod_fcgid
@Andrea,
Right you are.
Why? Post here commands you run there and error you get with them.
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.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
i do this tut
http://www.cyberciti.biz/tips/rhel-centos-fedora-apache2-fastcgi-php-configuration.html
when i enter command
make top_dir=/usr/lib/httpd
this is error
make
make install
because i used this guide. if not difference, i will try yourselfWhy don't you simply try
!?Code:make make install
# 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