Dear Gunnar,

thank you for your quick reply. QtJambi is installed to

/Applications/qtjambi

The PATH variable is set to $PATH:/Applications/qtjambi:/Applications/ 
qtjambi/bin
and $DYLD_LIBRARY_PATH is pointing to /Applications/qtjambi/lib.

otool stats:

---

e176248049:qtjambi steps$ otool -L /Applications/qtjambi/bin/juic
/Applications/qtjambi/bin/juic:
        libQtXml.4.dylib (compatibility version 4.3.0, current version 4.3.3)
        libQtCore.4.dylib (compatibility version 4.3.0, current version 4.3.3)
        /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version  
1.2.3)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current  
version 88.3.9)
        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
ApplicationServices (compatibility version 1.0.0, current version  
22.0.0)
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current  
version 7.4.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current  
version 1.0.0)

---

Thank you,
Stephan Seufert



Am 07.03.2008 um 16:44 schrieb Gunnar Sletta:

> Stephan Seufert wrote:
>> Hello everybody,
>> I am running QtJambi 4.3.3 on Mac OS X Leopard. I have some   
>> difficulties executing juic. I can only call juic from inside the  
>> lib  directory. Calls from different locations result in the  
>> following  error message:
>> ---
>> dyld: Library not loaded: libQtXml.4.dylib
>>   Referenced from: /Applications/qtjambi/bin/juic
>>   Reason: image not found
>> Trace/BPT trap
>> ---
>> I have set the environment variable DYLD_LIBRARY_PATH to the lib   
>> directory but that doesn't help.
>> Can you help me configuring everything correctly?
>
> This message is exactly the kind of error you get when  
> DYLD_LIBRARY_PATH is set incorrectly. Setting it has always worked  
> smoothly for me. Could you post your environement along with a
>
> > otool -L PATH_TO/juic
>
> and maybe I'll be able to spot something
>
> -
> Gunnar
>

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to