taguti wrote:

>>     You can run a command in the background with:
>>
>>         system("cmd &");
>>
> 
> Oh I remember this. Yes, but now my env has:
> LD_PRELOAD=/lib/libthread.so.1
> which is required for DBD::Oracle.
> And when I run "testexec1.pl", I get core dump.
> I can do it when I reset:
> LD_PRELOAD=;export LD_PRELOAD
> But I cannot connect to Oracle.


I don't know what LD_PRELOAD does to affect the backgrounding,
did you try fork and exec and if necessary reset LD_PRELOAD in
just one of the modules that needs it.

-- 
   ,-/-  __      _  _         $Bill Luebkert   ICQ=162126130
  (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
   / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to