<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p>Hi,</p>
<p></p>
<p>I just wanted t compile the Qt4-Qyoto bindings and came across this error (it compiles fine, but it doesn't execute that fine):</p>
<p><span style="color:#000000">$ mono t1.exe</span></p>
<p><span style="color:#000000">Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Qt.QApplication ---> System.TypeInitializationException: An exception was thrown by the type initializer for Qt.SmokeInvocation ---> System.DllNotFoundException: libqyoto</span></p>
<p><span style="color:#000000">in (wrapper managed-to-native) Qt.SmokeInvocation:AddFreeGCHandle (Qt.SmokeInvocation/FromIntPtr)</span></p>
<p><span style="color:#000000">in <0x002bc> Qt.SmokeInvocation:.cctor ()--- End of inner exception stack trace ---</span></p>
<p></p>
<p><span style="color:#000000">in <0x00000> <unknown method></span></p>
<p><span style="color:#000000">in <0x00024> Qt.QApplication:.cctor ()--- End of inner exception stack trace ---</span></p>
<p></p>
<p><span style="color:#000000">in <0x00000> <unknown method></span></p>
<p><span style="color:#000000">in <0x00028> T1:Main (System.String[] args)</span></p>
<p></p>
<p>This is what I find funny:</p>
<p><span style="color:#000000">System.DllNotFoundException: libqyoto</span></p>
<p></p>
<p>I have compiled libqyoto.so, installed it under /usr/local/lib and executed ldconfig. ldconfig -p tells, it has recognized libqyoto.so. </p>
<p>But why does this thing still complain about a missing library?</p>
<p></p>
<p>-- </p>
<p>MfG</p>
<p>Arno Rehn</p>
<p>arno@arnorehn.de</p>
</body></html>