Can you use checkinstall to build httpd2.2 RPM
Hi,
I been trying to use checkinstall to build rpm out of httpd2.2 source code with now luck
my step r:
./configure prefix=/usr/local/apache2
make
checkinstall -R
then i get the following error:
libtool: install: error: cannot install `libaprutil-1.la' to a directory not ending in /user/local/apache2/lib
make[2]: *** [install] Error 1
make[2]: Leaving directory `/home/username/Desktop/software/httpd-2.2.0/srclib/apr-util'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/username/Desktop/software/httpd-2.2.0/srclib'
make: *** [install-recursive] Error 1
**** Installation failed. Aborting package creation.
have any of you been able to use checkinstall with httpd2.2?
Thanks i use FC5
|