[5147] in testers
Re: Window manager/display problems on 9.1 SGI
daemon@ATHENA.MIT.EDU (Robert A Basch)
Mon Apr 29 15:21:57 2002
Message-Id: <200204291921.PAA22881@anhedonia.mit.edu>
To: Alex T Prengel <alexp@MIT.EDU>
cc: testers@MIT.EDU
In-Reply-To: Your message of "Mon, 29 Apr 2002 12:28:57 EDT."
<200204291628.MAA02431@zolak.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Mon, 29 Apr 2002 15:21:54 -0400
From: Robert A Basch <rbasch@MIT.EDU>
> 847:authwatch: rld: Fatal Error: Cannot successfully map soname "libpng.so.1.2.1" under any of the filenames /usr/athena/lib/libpng.so.1.2.1:
It looks like libpng's gcc-based makefile builds the library named .1.2.1,
while the cc-based makefile names it .3.1.2.1, so when we recently reverted
back to using gcc, the library name changed. You should be able to fix
things for now by symlinking /usr/athena/lib/libpng.so.1.2.1 to
/srvd/usr/athena/lib/libpng.so.1.2.1, but I'll submit a patch to install
the library with the .3.1.2.1 name.
Bob