Thoughts, comments, experience sharing, etc on various Information Technology related topics
Friday, August 31, 2007
symbol cerr: referenced symbol not found
This happens when you dlopen. Figure which shared object causes it and explicitly link yours against it.
BW_GLOBAL_TRUSTED_CA_STORE - getting it to work on UNIX
If you have ever experienced pain while deploying your EAR in UNIX - something about IO errors in the log... Now the funny part: just use four slashes in the URL, like so:
file:////etc/trustedCertificates
file:////etc/trustedCertificates
Tuesday, August 28, 2007
symbol __1cNIostream_init2t6M_v_: referenced symbol not found
Got this error from System.loadLibrary(). To avoid must link with "-liostream -lCrun"
Subscribe to:
Posts (Atom)