Re: Fileshare and Server Express
- From: Robert <no@xxxxxx>
- Date: Mon, 24 Sep 2007 08:07:18 -0500
On Mon, 24 Sep 2007 04:27:22 -0700, umwelt@xxxxxxxxxxx wrote:
Hi
We're trying to amend our bespoke software application to use
fileshare security and according to documentation, we should be able
to link fhrdrpwd.o with our client application.
UNIX:
On UNIX, all the Fileshare Client modules are automatically available
so you do not need to link any extra objects when creating an
executable version of your application. However, if you want to create
a stand-alone static executable, you need to include the objects
fhrdrpwd.o and fhxscomp.o.
Unfortunately, this module doesn't appear present in Server Express
(this .o file was present in Object COBOL).
Is there an alternative to this .o?
Any help, or suggestions, would be much appreciated.
To see which libraries your application is using, run
ldd (your executable name)
Names on the list are the ones you must distribute. They need not be in a directory named
/opt/cobol (whatever), they could be in the same directory with your executable. At
execution time, the loader finds them by searching -L and LD_LIBRARY_PATH.
LD_LIBRARY_PATH complies with the POSIX Standard and is available on every Unix. Do not
use older proprietary names such as SHLIB_PATH.
.
- References:
- Fileshare and Server Express
- From: umwelt
- Fileshare and Server Express
- Prev by Date: Re: Fileshare and Server Express
- Next by Date: Re: [OT] Iraq
- Previous by thread: Re: Fileshare and Server Express
- Index(es):
Relevant Pages
|