| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread1998.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
|
|||||||