SUMMARY: AnswerBook/OpenWindows 3

From: Antonis Kyriazis (antonis@intranet.gr)
Date: Mon Mar 09 1992 - 08:06:01 CST


Original question:
> Sorry to occupy bandwidth for this but I'm trying to run AnswerBook
> under OpenWindows 3 and I get from navigator "ld.so: Undefined symbol:
> _OW_GC_KEY". The only way to make it run is to change the LD_LIBRARY_PATH
> from the OW 3 to the OW 2-one (/usr/openwin2/lib instead of /usr/openwin3/
> lib).
> I received only media and no manuals of OW3, and AnswerBook gives no
> information about _OW_GC_KEY.
> System is SS2 with SunOS 4.1.2.
>
> I'll appreciate any comments.
> Thanks

The answer is that there are two versions of navigator, for OW2 and OW3
respectively. They are located under $ANSWERBOOK/bin and there's a script
to recognize which OW version is running, in order to call the appropriate
version of navigator (as the AnswerBook manual says which I have neither!)

:
#!/bin/sh
#
# Navigator wrapper script.
# Selects appropriate navigator binary depending on
# whether we're running OW2 or OW3.
#
if [ -f ${OPENWINHOME:-/XXX}/lib/libxview.so.3.1 ]
then
        NAVIGATOR=.navigator.ow3
else
        NAVIGATOR=.navigator.ow2
fi
exec $NAVIGATOR $*
exit $?

Thanks to
                Chip Christian chip@allegra.att.com
                Denis Beauchemin beauchem@dmi.usherb.ca
                Keith F. Pilotti kfp@sibyl.saic.com
                David St. Pierre david@srv.PacBell.COM
                Frank Allan fallan@baobab.awadi.com.AU
                Rick Heaton jen!rheaton@uunet.UU.NET
                Frank Peters fwp@CC.MsState.Edu
                Mike Raffety miker@sbcoc.com

and to everyone who'll reply after this posting.

+-------------------------------------------------------------------+
| Antonis Kyriazis antonis@intranet.gr |
| Networks & Communications |
| INTRACOM sa (01) 88 43 715 |
| 19.5 km Marcopoulo Ave. fax: (01) 66 44 379 |
| Peania 190 02 (01) 66 43 718 |
| GREECE phone: (01) 66 44 961-5 |
| (01) 88 43 715 |
+-------------------------------------------------------------------+



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:06:38 CDT