-
Kettle on 64-bit linux
Hi,
I am trying to use kettle 2.5.1 on linux 64-bit machine with jdk-1.5.0_12 and eclipse-SDK-3.2.2-linux-gtk.
When I run the spoon script i am getting java.lang.UnsatisfiedLinkError:no swt-gtk-333: error.
can anybody suggest me what should be done to solve this problem.
Do we need to use any other version of eclipse?
Thanks
Sreelatha
-
Have a look in the spoon.sh script and see which SWT version it would use in your case. Maybe it's a bug in the script, or maybe you use an exotic linux version which isn't recognized properly.
Regards,
Sven
-
Hi,
The same swt and spoon.sh script are working without any problem on 32-bit linux machine.
But there is a problem on 64-bit machine.
Thanks
Sreelatha
-
yes, since for 64 bit it should take another library... so probably the script doesn't recognize the 64 bit properly... have a look at the libswt directory and at the script and see how you can link them together.
What does "uname -s" give you as output and "uname -m"?
Regards,
Sven
-
Hi,
uname -m is giving Linux and uname -s x86_64.x86_64 is is there in libswt.
What might be the problem?
Thanks
Sreelatha
-
-s will probably give Linux...
... no idea for now...
Can you activate debugging in the script and see whether LIBPATH is set correctly.
And do you have a "/usr/lib/xulrunner-1.8.1/" directory?
Regards,
Sven
Last edited by sboden; 09-07-2007 at 03:32 AM.
-
Hi,
Soory in the above post i have given wrongly uname -s is giving linux and uname -m x86_64.
Is it compulsory to have /usr/lib/xulrunner-1.8.1.
Actually on my 32.bit machine I was running without problem even though there is no /usr/lib/xulrunner-1.8.1.
Thanks
Sreelatha
-
Don't know whether xulrunner is required... I don't see much more that could go wrong in the script.
Regards,
Sven
-
Hi,
pan,kitchen and carte are working fine.But The problem is only with kettle.
Thanks
Sreelatha
-
Short term I see no solution but to run spoon on another system.
Maybe someone else has experience running spoon on a 64 bit linux system.
Regards,
Sven
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules