Problem generating forms on Linux
Date: 13 Oct 2001 16:24:00 -0700
Message-ID: <b81d573a.0110131524.208d2b6_at_posting.google.com>
Hi,
I am trying to generate fmx files on a Linux platform (SuSE 7.2, Kernel 2.4.4) using iAS 1.0.2.2.
The script that I have to do this sets the following environment variables:
ORACLE_HOME=[ ... ]/6iserver
LD_LIBRARY_PATH=$ORACLE_HOME/lib
When I run f60genm, I get the following message, and no fmx produced.
---
Warning libXm-2.1.3-stub.so
This is a stub library which can be used for linking only. It must
*not* be used as a runtime library. Please make sure this library is
not found in LD_LIBRARY_PATH
---
Problem is, this file is not found in LD_LIBRARY_PATH. It is found in LD_LIBRARY_PATH/stubs, but that doesn't seem to matter. Even if I move the file out of that directory, I still get the same message.
What's going on?
Incidentally, my form does compile on NT where I developed it, and I can connect to the database I specify, but I don't think that really matters because I get the same message even if I run f60genm with no parameters.
Thanks in advance,
Jon Robertson
Received on Sun Oct 14 2001 - 01:24:00 CEST
