I messed up my system, please help. library missing

2004-03-20 Thread Shaun T. Erickson
I went to rebuild the mod_php4 port with openssl support (btw, is the correct way to do that this: make -DWITH_OPENSSL ?). During the build, it wanted to upgrade expat, but said there was an older version installed and that if I wanted it upgraded that I should to a 'make deinstall' and a

Re: I messed up my system, please help. library missing

2004-03-20 Thread Lewis Thompson
On Sat, Mar 20, 2004 at 01:46:14PM -0500, Shaun T. Erickson wrote: How do I get the old version reinstalled, and have the new version as well, for things that need it? Take a look at portupgrade. You can find it in sysutils/portupgrade. Once it's installed portupgrade expat should do the job.

Re: I messed up my system, please help. library missing

2004-03-20 Thread Kirk Strauser
At 2004-03-20T18:46:14Z, Shaun T. Erickson [EMAIL PROTECTED] writes: How do I get the old version reinstalled, and have the new version as well, for things that need it? From /usr/ports/UPDATING: 20040313: AFFECTS: users of textproc/expat2 Users of expat2 (and its many

Re: I messed up my system, please help. library missing

2004-03-20 Thread Jorn Argelo
I guess the best thing to do is to deinstall Apache as well, and recompile it from the ports tree. (make sure to sync your ports-tree first) Make sure you backup your website content, since I don't know if the make deinstall will delete your content as well. Then recompile PHP as well. correct

Re: I messed up my system, please help. library missing

2004-03-20 Thread Shaun T. Erickson
Jorn Argelo wrote: I guess the best thing to do is to deinstall Apache as well, and recompile it from the ports tree. (make sure to sync your ports-tree first) Make sure you backup your website content, since I don't know if the make deinstall will delete your content as well. Then recompile PHP

Re: I messed up my system, please help. library missing

2004-03-20 Thread Shaun T. Erickson
Kirk Strauser wrote: From /usr/ports/UPDATING: 20040313: AFFECTS: users of textproc/expat2 Sigh. I'm still new to FreeBSD. I *really* need to get in the habit of checking that file. Thanks. -ste ___ [EMAIL PROTECTED] mailing list

Re: I messed up my system, please help. library missing

2004-03-20 Thread Remko Lodder
Jorn Argelo wrote: I guess the best thing to do is to deinstall Apache as well, and recompile it from the ports tree. (make sure to sync your ports-tree first) Make sure you backup your website content, since I don't know if the make deinstall will delete your content as well. Then recompile PHP