On 27-Oct-2001 (12:28:50/GMT) Riccardo Torrini wrote: I have the same problem of 27 october with src and world of last 31 oct, xfmail doesn't work with libc.so.3 from compat3x (either from ports or from COMPAT3X=yes), it crashes. Any ideas?
The only method to make it happy is this hack: -----8<-----[ before ]-----8<----- # ldconfig -r | grep libc.so 33:-lc.5 => /usr/lib/libc.so.5 67:-lc.3 => /usr/lib/compat/libc.so.3 89:-lc.4 => /usr/lib/compat/libc.so.4 -----8<-----[ hack ]-----8<----- # cd /usr/lib # mv compat/libc.so.3 compat/libc.so.3-NO_THANKS # ln -s libc.so libc.so.3 -----8<-----[ after ]-----8<----- # ldconfig -r | grep libc.so 33:-lc.5 => /usr/lib/libc.so.5 66:-lc.3 => /usr/lib/libc.so.3 89:-lc.4 => /usr/lib/compat/libc.so.4 Riccardo. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message