AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
July 1998

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

1998.07.09 13:53 "tiffsplit in a cronjob", by Humzah Jaffar
1998.07.09 15:24 "Re: tiffsplit in a cronjob", by Bjorn Brox
1998.07.09 16:11 "Re: tiffsplit in a cronjob", by Rex Jolliff
1998.07.09 15:54 "Re: tiffsplit in a cronjob", by Doug Vander Wilt
1998.07.09 16:30 "Re: tiffsplit in a cronjob", by Phillip Griffith

1998.07.09 16:30 "Re: tiffsplit in a cronjob", by Phillip Griffith

     You may be relying on an environment variable to tell tiffsplit where 
     to find the libtiff library.  I know I do, for Solaris, with the 
     LD_LIBRARY_PATH environment variable.  Cron jobs may not get the same 
     environment variables your login session does.
     
     Bjorn Brox posted a solution back in May, that involves changing the 
     makefile so that all the TIFF utilities know where to find libtiff 
     without relying on environment variables.
     
     Phillip Griffith
     <phillip.griffith@srs.gov>


______________________________ Reply Separator _________________________________
Subject: tiffsplit in a cronjob
Author:  humzah@iserv.net at Mailhub
Date:    7/9/98 9:53 AM


hello tiffnuts.
i have a cronjob running every morning using the tiffsplit command (from 
tifflib on DEC unix) to count the number of files in several 100 multi-page 
tiffs that are transferred into our storage. then i count the number of 
"xfiles" formed.
problem: i always get a count of 0. however when i run the same cronjob 
manually on the exact same files, it splits the files and counts the xfiles 
accurately. any ideas why? or is there a more efficient way to figure out 
how many files are in a multipage tiff?
TIA, humzah