home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / perl / 5896 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.2 KB  |  37 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!psinntp!psinntp!juliet!news
  3. From: jja@fnbc.com (Joseph Alotta)
  4. Subject: sybperl under cron fixed!
  5. Message-ID: <1992Sep11.210628.23332@fnbc.com>
  6. Keywords: sybperl,cron
  7. Sender: news@fnbc.com
  8. Organization: First National Bank Of Chicago, Chicago IL, USA
  9. Date: Fri, 11 Sep 92 21:06:28 GMT
  10. Lines: 25
  11.  
  12. I was having a problem with sybperl running from cron.
  13.  
  14. Especially if cron calls a shell that calls perl.
  15.  
  16. I was getting bus errors at runtime.
  17.  
  18. Randal Schwartz gets the credit for figuring out that sybperl
  19. looks for DSQUERY to be set at startup.
  20.  
  21. Put $ENV{DSQUERY} = MYSERVER;  first line, even if you don't use 
  22. sybase in the script.
  23.  
  24. cheers,
  25.  
  26.  
  27. joe.
  28.  
  29. --
  30. ==============================================================
  31. ! joe alotta                                    jja@fnbc.com !                                               
  32. !                                             (312) 732-3439 !
  33. !                                                            !
  34. ! "The main thing is to keep the main thing the main thing." !
  35. ! Dr. George Sweeney                                         !
  36. ==============================================================
  37.