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 'make reinstall' to do so, then come back to 
the mod_php4 build. So I did that. Now my system is missing an 
apparently important library 'libexpat.so.4' and things are broken that 
need it - notably, my web server is down.

How do I get the old version reinstalled, and have the new version as 
well, for things that need it?

-ste
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-


pgp0.pgp
Description: PGP signature


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 dependencies) should do the following to
  properly update expat2 and all of its dependencies:

  portupgrade -rf textproc/expat2
-- 
Kirk Strauser

94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box.


pgp0.pgp
Description: PGP signature


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 way to do that this: make -DWITH_OPENSSL ?).

I believe it was yes, though correct me if I am wrong.

Cheers,

Jorn
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
as well.

correct way to do that this: make -DWITH_OPENSSL ?).


I believe it was yes, though correct me if I am wrong.
What got me going again, was making a symbolic link from libexpat.so.5 
to libexpat.so.4. That got my webserver running, and allowed me to 
rebuild mod_php4 (and yes, that *was* the right way to get ssl support 
into it).

I probably should make the time to upgrade anything that relies on expat 
and remove that link though.

-ste
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
as well.

correct way to do that this: make -DWITH_OPENSSL ?).


I believe it was yes, though correct me if I am wrong.

Cheers,

Jorn
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Jorn,

You are not wrong -D$OPTION works with me, i always use that...
Just for your information :-)
Cheers.

--
--
Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the 
hackerscene

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]