> I don't know what LD_PRELOAD does to affect the backgrounding,
It's very harmful.
For example I must do "LD_PRELOAD=;export LD_PRELOAD"
during installing CPAN module.
Unless I fail on make after "perl Makefile.PL".
> did you try fork and exec
No I don't like to do it if possible.
> and if ne
taguti wrote:
>
>>did you try fork and exec
>>
>
> No I don't like to do it if possible.
You know a system call basically does a fork and exec except it
waits for the call to finish.
--
,-/- __ _ _ $Bill Luebkert ICQ=162126130
(_/ / )// // DBE Collectibles
Howdy. I have written a script to ping a list of Computer Names and remove
any from that list that reply. My problem is a few years ago
someone brilliant decided to set the computer names to a
numeric string (e.g. 0070123) and we still have several of those in
existence. The problem is that w
LaPole, Chris wrote:
> Howdy. I have written a script to ping a list of Computer Names and remove
> any from that list that reply. My problem is a few years ago
> someone brilliant decided to set the computer names to a
> numeric string (e.g. 0070123) and we still have several of those in
> e