hello, i am truying magma 4.1 on fedora core 2.i always get a core dump when i start the tool.something like more core s==0.does anybody have a solution to this.
i did try setting and running magma ..but it failed...but can someone tell me where to find jre for fedora core 2...ok i got the jre rpm but still not working ..the gui does not start still keeps giving the same core dump..someone please help..i do not want to change my os..to redhat 7.2...
jre can find at www.sun.com, then other question you can try install compat rpm ,which you cna find in you cdrom , and the error is becase the glibc, you can use "ldd" command to find mantle use which lib you don't have.such as "ldd -v *"
sometimes you may not need to install another library. Read this carefully.
1. if you find the ....so.n in your system for example. mylib.so.3 and your program needs mylib.so.2 so, create a symblic link as this
ln -s mylib.so.3 mylib.so.2
and test the program
I have used may times from this to resolve my problems on various linux versions.
on the other hand test for LD_ASSUME_KERNEL too.