Thanks Cornelius,
So this means I have to execute the commands in following order:
# ./configure
yes
# make
yes
# checkinstall -R
no.
# make install
The above steps would create RPM file. Also, this means that "make install" would actually NOT install apache but rather create a RPM filw which I can use by RPM...correct me if I am wrong.
Hello Hari Om,
the last step has to be "checkinstall -R make install".
Checkinstall gets the "make install" command as a paramter. Moreover you pass the parameter "-R" to say, that you want to build an rpm (you could also build a .deb package).
After this last command the softare _is_ installed (since the command make install is also executed by "checkinstall") AND you built an rpm-packages. I.e. you could redo the make install by tying
rpm -e apache
The rpm-packages is installed and also stored under /usr/src/redhat/RPMS/i386
Regards Cornelius
THANSK a MILLION for your INPUT.
HARI OM
From: Cornelius Kölbel <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: RPM Pacakages and how to Apache Uninstall Date: Sat, 12 Jul 2003 10:29:52 +0200
Hari Om wrote:
where can I get RPM pacakages for Apache, Tomcat etc...Hello,
Apache web sites shows only TAR and GZ files but NO RPM files which I can use on my RH Linux 7.1
THANKS!
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus
you can use "checkinstall" to make your own rpm. Download the source-tgz and do a: ./configure && make && checkinstall -R make install
checkinstall watches the output of "make install" and generates your own rpm!
Regards Cornelius
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
-- Cornelius Kölbel Landgraf-Karl-Str. 19 34131 Kassel
0561 / 816 75 34
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list