>>>>> "Rich" == Rich Shepard <[EMAIL PROTECTED]> writes:
Rich> On Tue, 27 Aug 2002, John Levon wrote: >> I run all LyX versions fine on RH 7.0. Do you mean the binary RPMs >> won't install ? You can do rpm --rebuild lyx-1.2.1.src.rpm then >> install the resulting binary Rich> John, Rich> I rebuilt both the 1.2.0 and 1.2.1 src.rpms and they installed Rich> just fine. No errors from configure or make. Same with the 1.2.1 Rich> source tarball. But, no matter how I generate the binary, Rich> invoking lyx fails with the error that there's an unresolved Rich> symbol. Rich> From a google search I gather that the symbol is in libc-2.2 Rich> and I have libc-2.1 installed. The newer C library comes with Rich> the 2.4 kernel and the RH 7.x series. So this means you have installed at least one library that was compiled for glibc 2.2 instead of glibc 2.1. The problem is to find out which one is it (I would say g++ or libstdc++). JMarc