| 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 |
Thread2004.04.27 08:22 "Re: help", by Andrey KiselevOn Tue, Apr 27, 2004 at 04:04:01AM -0400, Dmaineult@aol.com wrote: > raw2tiff: relocation error: raw2tiff: undefined symbol: TIFFDataWidth You have mixed the old and new library versions on your system. You have old libtiff which comes with your distribution in /usr/lib and the new one in the /usr/local/lib. Ensure that you have /usr/local/lib in the /etc/ld.so.conf and run ldconfig (as root). If you do not have the root on your system use LD_LIBRARY_PATH environment variable to point to the place where you have the new library installed. In any case 'man ld.so' will be your friend ;-) Regards, Andrey -- Andrey V. Kiselev Home phone: +7 812 5274898 ICQ# 26871517 |
|||||||