<div dir="ltr">Hi Joshua,<div><br></div><div>I have a vague memory of <span style="font-size:12.8px">libXm.so.4 causing problems. Maybe</span></div><div><span style="font-size:12.8px">the info on this page will help?</span></div><div><br></div><div><a href="http://moin.delph-in.net/LkbInstallation" target="_blank">http://moin.delph-in.net/<wbr>LkbInstallation</a></div><div><br></div><div>Emily</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 5, 2016 at 6:07 PM, Joshua Crowgey <span dir="ltr"><<a href="mailto:jcrowgey@u.washington.edu" target="_blank">jcrowgey@u.washington.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Just a follow up, I tried creating a symlink libpng16.so.16. But then I<br>
get an unknown symbol from libXm.<br>
<br>
-----------<br>
<span class="">Warning: Loading sys:climxm.so failed with error:<br>
<br>
</span>/home/jcrowgey/ling/logon/<wbr>lingo/lkb/lib/linux.x86.64/<wbr>libXm.so.4:<br>
undefined symbol: png_check_sig.<br>
--------------<br>
<br>
Maybe I need to figure out some way to get an old version of libpng.<br>
<br>
Thanks for any tips!<br>
<div class="HOEnZb"><div class="h5"><br>
On 10/05/2016 11:20 AM, Joshua Crowgey wrote:<br>
> Hi developers,<br>
><br>
> Does anyone have any suggestions for debugging? After updating my<br>
> debian system ("testing"), I see that climxm.so failed at loading<br>
> libpng, upon doing M-x in emacs.<br>
><br>
> -----------EMAC-SESSION-<wbr>OUTPUT--------<br>
> ==============================<wbr>==============================<wbr>==<br>
> Starting image `/home/jcrowgey/ling/logon/<wbr>lingo/lkb/linux.x86.64/logon'<br>
> with image (dxl) file<br>
> `/home/jcrowgey/ling/logon/<wbr>lingo/lkb/linux.x86.64/logon.<wbr>dxl'<br>
> with arguments `(-L /home/jcrowgey/ling/logon/<a href="http://dot.clinit.cl" rel="noreferrer" target="_blank">dot.<wbr>clinit.cl</a> -locale<br>
> no_NO.UTF-8)'<br>
> in directory `nil'<br>
> on machine `localhost'.<br>
><br>
> Warning: Loading sys:climxm.so failed with error:<br>
> libpng12.so.0: cannot open shared object file: No such file or<br>
> directory.<br>
> International Allegro CL Enterprise Edition<br>
> 8.2 [64-bit Linux (x86-64)] (May 24, 2016 0:22)<br>
> Copyright (C) 1985-2010, Franz Inc., Oakland, CA, USA. All Rights Reserved.<br>
><br>
> This standard runtime copy of Allegro CL was built by:<br>
> [TC13152] Universitetet i Oslo (IFI)<br>
><br>
> An unhandled error occurred during initialization:<br>
> Attempt to call<br>
> #("<wbr>InitializeMyDrawingAreaQueryGe<wbr>ometry" 139697113496176 0 2 139697113496176<br>
> 8)<br>
> for which the definition has not yet been (or is no longer) loaded.<br>
><br>
> -----------------<br>
><br>
> I also see in the terminal that emacs was invoked from:<br>
><br>
> --------TERMINAL-OUTPUT-------<wbr>----------<br>
> jcrowgey@quercus:~/ling/lrgc/<wbr>system$<br>
> (emacs:16800): Gtk-WARNING **: GtkWindow 0xd1c290 is drawn without a<br>
> current allocation. This should not happen.<br>
><br>
> (emacs:16800): Gtk-WARNING **: GtkWindow 0xd1c290 is drawn without a<br>
> current allocation. This should not happen.<br>
><br>
> (emacs:16800): Gtk-WARNING **: EmacsFixed 0xd20130 is drawn without a<br>
> current allocation. This should not happen.<br>
><br>
> (emacs:16800): Gtk-WARNING **: GtkScrollbar 0x339a4e0 is drawn without a<br>
> current allocation. This should not happen.<br>
><br>
> (emacs:16800): Gtk-WARNING **: EmacsFixed 0xd20130 is drawn without a<br>
> current allocation. This should not happen.<br>
><br>
> (emacs:16800): Gtk-WARNING **: GtkEventBox 0xd20410 is drawn without a<br>
> current allocation. This should not happen.<br>
><br>
> (emacs:16800): Gtk-WARNING **: GtkScrollbar 0x339a4e0 is drawn without a<br>
> current allocation. This should not happen.<br>
> ------------------------------<wbr>-----------<br>
><br>
> ...and so on for many more GTK objects and memory locations.<br>
><br>
> I checked libpng:<br>
><br>
> ---------TERMINAL-OUTPUT------<wbr>--------------<br>
> jcrowgey@quercus:~/ling/logon$ sudo apt-get install libpng<br>
> [sudo] password for jcrowgey:<br>
> Reading package lists... Done<br>
> Building dependency tree<br>
> Reading state information... Done<br>
> E: Unable to locate package libpng<br>
> jcrowgey@quercus:~/ling/logon$ apt-cache search libpng<br>
> fp-units-gfx - Free Pascal - graphics-library units dependency package<br>
> fp-units-gfx-3.0.0 - Free Pascal - graphics-library units<br>
> libpng-dev - PNG library - development (version 1.6)<br>
> libpng-tools - PNG library - tools (version 1.6)<br>
> libpng16-16 - PNG library - runtime (version 1.6)<br>
> libpng++-dev - C++ interface to the PNG (Portable Network Graphics) library<br>
> libpng-sixlegs-java - Sixlegs Java PNG Decoder<br>
> libpng-sixlegs-java-doc - Documentation for Sixlegs Java PNG Decoder<br>
> libpnglite-dev - lightweight C library for loading and writing PNG images<br>
> libpnglite0 - lightweight C library for loading and writing PNG images<br>
> pngquant - PNG (Portable Network Graphics) image optimising utility<br>
> ruby-oily-png - native mixin to speed up ChunkyPNG<br>
> tkpng - PNG photo image support to Tcl/Tk<br>
> jcrowgey@quercus:~/ling/logon$ sudo apt-get install libpng16-16<br>
> Reading package lists... Done<br>
> Building dependency tree<br>
> Reading state information... Done<br>
> libpng16-16 is already the newest version (1.6.25-1).<br>
> libpng16-16 set to manually installed.<br>
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.<br>
> ------------------------------<wbr>--------------------<br>
><br>
> So I'm not sure how I lost the linking to libpng from climxm's perspective.<br>
><br>
> Thanks for any insights!<br>
><br>
> --<br>
> Joshua Crowgey<br>
><br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Emily M. Bender<br>Professor, Department of Linguistics<br>Check out CLMS on facebook! <a href="http://www.facebook.com/uwclma" target="_blank">http://www.facebook.com/uwclma</a><br></div></div>
</div>