I am trying to upgrade Apache from 2.2.22_5 to 2.2.25.  After a number of problems, primarily with it wanting libiconv uninstalled every time I did a 
	
	
	
		
When I check these entries I get:
	
	
	
		
So my working copy has not been updated. But there seems to be a copy in the apache22/work/httpd-2.2.25 directory.
Was this some type of failure? Or did the FORCE_PACKAGE_REGISTER cause it to not update the working copy? Can I simply copy the new on over the working copy and expect it to work ok?
Thanks,
Marshall
				
			 make, I finally got it to  make successfully. I ran a  make install, and it appeared to have completed successfully. But when I check the version installed, it is unchanged. I ran it with the environment set to FORCE_PACKAGE_REGISTER so as to not delete the old working version until it was ready to update it. Anyway, if I do a  find for "httpd" this is what I get:
		Code:
	
	find / -name "httpd"
/usr/local/sbin/httpd
/usr/ports/www/apache22/work/httpd-2.2.25/httpd
/usr/backups/extra/usr/local/etc/apache22/bin/httpd
/usr/extract/usr/local/etc/apache22/bin/httpd
	When I check these entries I get:
		Code:
	
	-rwxr-xr-x  1 root  wheel  1097343 Jul  2  2012 /usr/local/sbin/httpd
-rwxr-xr-x  1 root  wheel  1102797 Aug 28 12:56 /usr/ports/www/apache22/work/httpd-2.2.25/httpd
-rwxr-xr-x  1 root  wheel  1325725 Jan 12  2012 /usr/backups/extra/usr/local/etc/apache22/bin/httpd
-rwxr-xr-x  1 root  wheel  1325725 Jan 12  2012 /usr/extract/usr/local/etc/apache22/bin/httpd
	So my working copy has not been updated. But there seems to be a copy in the apache22/work/httpd-2.2.25 directory.
Was this some type of failure? Or did the FORCE_PACKAGE_REGISTER cause it to not update the working copy? Can I simply copy the new on over the working copy and expect it to work ok?
Thanks,
Marshall