[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Interpreting commands with sendmail alias...
- From: "Charles Galpin" <cgalpin lighthouse-software com>
- To: <redhat-list redhat com>
- Subject: Re: Interpreting commands with sendmail alias...
- Date: Wed, 1 Aug 2001 13:05:24 -0400
This is most likely an environment issue.
First, check that the full path to the executable is given.
then run ldd on the executable and see what dynamic dependencied it has.
make sure when they are run by sendmail (as root?) that they are satisfied.
You may need to update root's LD_LIBRARY_PATH.
next would be to make sure the program isn't expecting to be in a particular
directory and looking for a file with a relative path or something.
hth
charles
----- Original Message -----
From: Emmanuel Seyman <seyman moe acticiel com>
> On Wed, Aug 01, 2001 at 10:37:24AM -0300, João Borsoi Soares wrote:
> >
> > But actually, I want to run a C compiled program... But it seems not to
> > be working... Do you know if it is possible to execute a compiled
> > program?
>
> In theory, executing a compiled program shouldn't be any different
> than executing a Perl or shell script. As long as you can run
> the program from the command line, I don't see why it can't be run
> by sendmail.
> I'ld try reading through the README.smrsh that should be in your system.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]