Terry Lambert wrote: > Ruslan Ermilov wrote: > > On Sun, Oct 13, 2002 at 04:27:27AM -0700, Terry Lambert wrote: > > > Kris Kennaway wrote: > > > > If you can't deal with having to recompile things over the -current > > > > development cycle then don't run it. > > > > > > Uh, the issue was the upcoming 5.0 release, which will cause these > > > same problems for people. > > > > As Kris already mentioned in the unquoted part of his original email, > > this does not affect RELENG_4 binaries. > > As I mentioned, it does for 4.6-RELEASE binaries: > > % resize > /usr/libexec/ld-elf.so.1: /usr/lib/libncurses.so.5: \ > Undefined symbol "__stdoutp" > > ...are people going to be upgrading to 5.0-RELEASE from RELENG4, > or are they going to be upgrading from 4.6-RELEASE and 4.7-RELEASE?
Add COMPAT4X=true to your make.conf. We added __stdoutp etc to RELENG_4 and included it in the last two releases. -current's COMPAT4X stuff has the updated libc.so.4 with these symbols. If you want to run 4.x binaries, you need COMPAT4X=true so that we can update the 4.x compatability libraries over time. Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message