error installing apache

2003-01-01 Thread Hugo Saro
FreeBSD 4.6.2-release

i had previously installed apache from a .tar.gz,
removed the directories with rm -rf before trying to
install from the ports collection, since make
uninstall gave me some error too. I know this wasn't a
good method for uninstalling.. now while trying to
install from ports i get:

===  Patching for apache-2.0.39_6
===  Applying FreeBSD patches for apache-2.0.39_6
Ignoring previously applied (or reversed) patch.
3 out of 3 hunks ignored--saving rejects to
Makefile.in.rej
 Patch patch-Makefile.in failed to apply cleanly.
*** Error code 1

any ideias?


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: error installing apache

2003-01-01 Thread Alex

Dear/Beste Hugo,

Wednesday, January 1, 2003, 11:29:17 PM, you wrote:

 FreeBSD 4.6.2-release

 i had previously installed apache from a .tar.gz,
 removed the directories with rm -rf before trying to
 install from the ports collection, since make
 uninstall gave me some error too. I know this wasn't a
 good method for uninstalling.. now while trying to
 install from ports i get:

===  Patching for apache-2.0.39_6
===  Applying FreeBSD patches for apache-2.0.39_6
 Ignoring previously applied (or reversed) patch.
 3 out of 3 hunks ignored--saving rejects to
 Makefile.in.rej
 Patch patch-Makefile.in failed to apply cleanly.
 *** Error code 1

 any ideias?

Did you clean the ports up after installing? If you didn't you can
clean up *all* ports and try again.

# cd /usr/ports
# make clean

You can also uninstall a port/package with pkg_delete. With
pkg_info you could find the package name you have to enter.

-- 
Best regards/Met vriendelijke groet,
Alex


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message