Re: sqlite3: error while loading shared libraries: /lib64/libc++.so: file too short

2020-03-02 Thread George N. White III
On Mon, 2 Mar 2020 at 12:03, Philip Rhoades wrote: People, > > I got this error after installing F31 and trying to use sqlite3. I had > to: > > # mv /usr/lib64/libc++.so /usr/lib64/libc++.so.too_short > # ln -s /usr/lib64/libc++.so.1.0 /usr/lib64/libc++.so > > to get sqlite3 to work . . > $ cat

sqlite3: error while loading shared libraries: /lib64/libc++.so: file too short

2020-03-02 Thread Philip Rhoades
People, I got this error after installing F31 and trying to use sqlite3. I had to: # mv /usr/lib64/libc++.so /usr/lib64/libc++.so.too_short # ln -s /usr/lib64/libc++.so.1.0 /usr/lib64/libc++.so to get sqlite3 to work . . P. -- Philip Rhoades PO Box 896 Cowra NSW 2794 Australia E-mail: p