On Sunday 27 February 2011 19:22:01 Sascha Manns wrote:
> Hello Mates,
> 
> i'm actually trying to compile and build qtjambi for openSUSE.
> 
> I'm getting this time this Error: http://susepaste.org/8072324.
> 
> For fixing this i patched the buildpathes.properties for using /usr/lib 
> for "qt.libdir". All needed Packages are preinstalled in a chroot. 
> So i thought the Error goes away. But sadly not. 
> 
> As example a libQtCore.so.4.7.1.so is present in /usr/lib.
> 
> Maybe qtjambi searches for an exact Version?
> 

Hi,

Two first things:
It would seem that you don’t have Qt libraries in /usr/lib.
You can set qt.libdir in buildpath.properties to /usr/lib and it will use 
libraries in that directory. 

Is Qt packaging in OpenSUSE different from bulk packaging, or other distros? 
I’ve so far seen some tries to build Jambi on it, with warying success. This is 
something really 
new for me.

For me, I have following libQtCore symlinks:

smar@moon ~> ll /usr/lib/qt4/libQtCore.*
-rw-r--r-- 1 root root  823 28.11. 14:44 /usr/lib/qt4/libQtCore.prl
lrwxrwxrwx 1 root root   18 28.11. 14:44 /usr/lib/qt4/libQtCore.so -> 
libQtCore.so.4.7.1*
lrwxrwxrwx 1 root root   18 28.11. 14:44 /usr/lib/qt4/libQtCore.so.4 -> 
libQtCore.so.4.7.1*
lrwxrwxrwx 1 root root   18 28.11. 14:44 /usr/lib/qt4/libQtCore.so.4.7 -> 
libQtCore.so.4.7.1*
-rwxr-xr-x 1 root root 2,9M 28.11. 14:44 /usr/lib/qt4/libQtCore.so.4.7.1*

Here libQtCore.so.4 indeed exists and points to correct library.

You can use mlocate (“locate libQtCore.so.4”) to search your computer if there 
is this name in first place. If there is not, is there any reason for OpenSUSE 
not creating this 
symlink? I think I could change name of the library bundled if really needed, 
but so far none have had problems with this.

-- 
Terveisin,
Samu Voutilainen
http://smar.fi
_______________________________________________
Qt-jambi-interest mailing list
Qt-jambi-interest@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-jambi-interest

Reply via email to