Operating System - HP-UX
1834727 Members
2451 Online
110070 Solutions
New Discussion

"Unsatisfied code symbol".

 
BALAJI CHANDRAN
Occasional Contributor

"Unsatisfied code symbol".

Hi
I have installed tuxedo 8.0 on HP UX 11i, After installation when I tried to build and start the server, Iam receivng the following warning.
Can anyone help on this?
Thanks
C.Balaji
while i am booting TMS_ORA

cvnshp03:/home/diux/sample>tmboot -s TMS_ORA
INFO: BEA Tuxedo, Version 8.0
INFO: Serial #: 650522264137-1079543810004, Expiration 2003-07-10, Maxusers 1000
INFO: Licensed to: BEA Evaluation Customer

Booting server processes ...

exec TMS_ORA -A :
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_new_ctx' in load mo
dule '/home/tuxedo8/tuxedo8.0/lib/libsql.sl'.
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_del_ctx' in load module '/h
ome/tuxedo8/tuxedo8.0/lib/libsql.sl'.
CMDTUX_CAT:819: INFO: Process id=3415 Assume started (pipe).
exec TMS_ORA -A :
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_new_ctx' in load mo
dule '/home/tuxedo8/tuxedo8.0/lib/libsql.sl'.
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_del_ctx' in load module '/h
ome/tuxedo8/tuxedo8.0/lib/libsql.sl'.
CMDTUX_CAT:819: INFO: Process id=3416 Assume started (pipe).
exec TMS_ORA -A :
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_new_ctx' in load mo
dule '/home/tuxedo8/tuxedo8.0/lib/libsql.sl'.
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_del_ctx' in load module '/h
ome/tuxedo8/tuxedo8.0/lib/libsql.sl'.
CMDTUX_CAT:819: INFO: Process id=3417 Assume started (pipe).
exec TMS_ORA -A :
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_new_ctx' in load mo
dule '/home/tuxedo8/tuxedo8.0/lib/libsql.sl'.
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_del_ctx' in load module '/h
ome/tuxedo8/tuxedo8.0/lib/libsql.sl'.
CMDTUX_CAT:819: INFO: Process id=3418 Assume started (pipe).
exec TMS_ORA -A :
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_new_ctx' in load mo
dule '/home/tuxedo8/tuxedo8.0/lib/libsql.sl'.
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_del_ctx' in load module '/h
ome/tuxedo8/tuxedo8.0/lib/libsql.sl'.
CMDTUX_CAT:819: INFO: Process id=3419 Assume started (pipe).
exec TMS_ORA -A :
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_new_ctx' in load mo
dule '/home/tuxedo8/tuxedo8.0/lib/libsql.sl'.
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'FS_del_ctx' in load module '/h
2 REPLIES 2
Paula J Frazer-Campbell
Honored Contributor

Re: "Unsatisfied code symbol".

Hi

All your errors are pointing to:-

'/home/tuxedo8/tuxedo8.0/lib/libsql.sl'

Check this file - size, permisions etc.


Paula
If you can spell SysAdmin then you is one - anon
Adam J Markiewicz
Trusted Contributor

Re: "Unsatisfied code symbol".

Hi

I think library itself is OK.
As the linker complains about unsatisfied symbols in it - it was able to read it!

These symbols should be defined in some other library. I guess you have a problem with oracle libraries - I would bet incorrect versions. But only someone with more Oracle experience may be able to say more.

Good luck
Adam
I do everything perfectly, except from my mistakes