|
Archives of the TeradataForumMessage Posted: Sun, 18 Apr 2004 @ 08:47:50 GMT
<-- Anonymously Posted: Sunday, April 18, 2004 00:17 --> Try calling the notify exit routine directly by using a program that does a dlopen() on a shared library. Use the dlerror() and errno to get more information on why BTEQ is unable to load the shared object in your case. Debugging the exit routine should also be much easier this way. Here is an example program that loads the shared object. We run Solaris 5.6, and a very old version of TUF. This program has no problems invoking the notify exit routine. /* Wrapper.c ext for btnfyext */ #include Build using " cc wrapper.c -ldl" Remember to set LD_LIBRARY_PATH correctly so that this program can locate the exit routine. Hope this helps. Thanks
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||