Ask a Question related to UNIX Programming, Design and Development.
-
Deepesh #1
unresolved symbol U_TRAP_STACK_TRACE ???
Hi all,
I'm trying to dynamically load a shared library using dlopen() but I
get this error
Unresolved symbol: U_TRAP_STACK_TRACE (code) from /usr/lib/libcl.2'
Code I'm using to load the library is
pLib=dlopen(pLLevel,RTLD_NOW/*RTLD_LAZY*/);
if (pLib==NULL)
{
fprintf(output,"%s : Error loading EMC library. Description
'%s'\n",fnGetTime(),dlerror());
fflush(output);
fclose(output);
ClearList(&var_list);
return error_code;
}
I have verified the path/permissions of shared library. I'm compiling
and executing the lib on two different machines. Can somebody give me
some pointer on this error?
My compilation machine is
$ uname -a
HP-UX dvla B.11.00 U 9000/811 2003622270 unlimited-user license
and execution machine is
$ uname -a
HP-UX harvey B.11.11 U 9000/800 161261741 unlimited-user license
Thanks in adv
Deepesh
Deepesh Guest
-
#38919 [NEW]: php_mysql.dll unresolved import function _zval_copy_ctor_func
From: boardman_malibu at yahoo dot com Operating system: win98se PHP version: 5.1.6 PHP Bug Type: MySQL related Bug... -
Unresolved symbol, 'NameSymbol', required by__Packages.com.myComponent
I have the SimpleSquare.as, I am trying to embed a symbol it is there in a component. I get this error message: Unresolved symbol,... -
win32 build problem php 4.3.9 - unresolved symbol _executor_globals_id
Hi, i am trying to build a custom extension for PHP in a win32 environment (W2K, MSVC 6.0, german, all service packs). I am trying to set a... -
Woody->Sid (unresolved symbols) :( Please Advise
Ok - So I finally ditched windows.. and I'm having lots of problems... Anyway - I installed Woody (net install) and did a dist-upgrade to... -
Unresolved symbol erros, just compiled 2.4.21
On Mon, Jun 23, 2003 at 05:37:58PM +0200, Z_God wrote: I can't say I've read the above guide (and I'm offline now), but here's the quick'n'nasty...



Reply With Quote

