|
Home > Archive > SQL Anywhere database > April 2005 > Unresolved Symbol when running a file compiled using sqlpp
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Unresolved Symbol when running a file compiled using sqlpp
|
|
|
| I just installed ASA 9 on our HP-UX 11.00 system and now
when I run one of our programs that was compiled using sqlpp
(ASA 9 version) I get this error:
/usr/lib/dld.sl: Unresolved symbol: __ZStaticCtorTable_S
tart
(data) from /usr/lib/libCsup.2
/usr/lib/dld.sl: Unresolved symbol: __ZStaticCtorTable_E
nd
(data) from /usr/lib/libCsup.2
/usr/lib/dld.sl: Unresolved symbol: __StaticCtorTable_St
art
(data) from /usr/lib/libCsup.2
/usr/lib/dld.sl: Unresolved symbol: __StaticCtorTable_En
d
(data) from /usr/lib/libCsup.2
and it core dumps.
We previously had ASA 8 installed and our file compiled,
linked, and ran fine without a problem. Are there any
patches I need to install before I can use Sybase 9 on UNIX
11.00?
| |
| Mark Culp 2005-04-14, 8:23 pm |
| What version (of ASA 9) and build number are you using?
I'm assuming you must be using PARISC HP-UX 11.00 and not ia64?
What patch level of HP-UX 11.0 do you have?
What compiler are you using?
What linker options are you using?
Is your app threaded or non-threaded? (i.e. which libdblib are you linking to?)
Did you run sqlpp on HP or another platform?
Did you use the sqlpp from ver. 9 (and not an older version?)
What options did you use on the sqlpp command line?
--
Mark Culp
SQLAnywhere Research and Development
-------------------------------------------------------------------------
** Whitepapers, TechDocs, bug fixes are all available through the **
** iAnywhere Developer Community at http://www.ianywhere.com/developer **
-------------------------------------------------------------------------
Brett wrote:
>
> I just installed ASA 9 on our HP-UX 11.00 system and now
> when I run one of our programs that was compiled using sqlpp
> (ASA 9 version) I get this error:
>
> /usr/lib/dld.sl: Unresolved symbol: __ZStaticCtorTable_S
tart
> (data) from /usr/lib/libCsup.2
> /usr/lib/dld.sl: Unresolved symbol: __ZStaticCtorTable_E
nd
> (data) from /usr/lib/libCsup.2
> /usr/lib/dld.sl: Unresolved symbol: __StaticCtorTable_St
art
> (data) from /usr/lib/libCsup.2
> /usr/lib/dld.sl: Unresolved symbol: __StaticCtorTable_En
d
> (data) from /usr/lib/libCsup.2
>
> and it core dumps.
>
> We previously had ASA 8 installed and our file compiled,
> linked, and ran fine without a problem. Are there any
> patches I need to install before I can use Sybase 9 on UNIX
> 11.00?
|
|
|
|
|