1994 1995 1996 1997 1998 1999 2000 2001 <2002> 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 <2002> 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | jdct run-time error |
From: | "M.C.Shao" <[email protected]> |
To: | "Tech-talk" <[email protected]> |
Date: | Tue, 10 Dec 2002 16:44:22 +0800 |
hi,all
I have built jdct on RedHat linux sucessfully,but when I try
to run it,the following error is encountered:
----------
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/usr/local/epics/extensions/lib/linux-x86/libdbStatic.so:
/usr/local/epics/extensions/lib/linux-x86/libdbStatic.so: undefined symbol:
dbDumpFldDes
at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1480) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1404) at java.lang.Runtime.loadLibrary0(Runtime.java:772) at java.lang.System.loadLibrary(System.java:832) at dbStatic.DbBase.<clinit>(DbBase.java:71) at jdct.JdctMenu.<init>(JdctMenu.java:28) at jdct.JdctFrame.<init>(JdctFrame.java:43) at jdct.Jdct.main(Jdct.java:19) -------------- I have installed java sdk 1.4.0_01, and set the eviroment
variable PATH and LD_LIBRARY_PATH properly. what's the proble now?
any suggestions are appreciated.
Shao Mingchao
Tsinghua University
Beijing 100084
P.R.China
|