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
November 2004

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

2004.11.14 14:29 "installation issue", by Vince Tux
2004.11.14 15:13 "Re: installation issue", by Andrey Kiselev
2004.11.15 19:10 "Re: installation issue", by Vince Tux
2004.11.15 19:37 "Re: installation issue", by Andrey Kiselev
2004.11.15 20:35 "Re: installation issue", by Vince Tux
2004.11.16 10:30 "Re: installation issue", by Gerben Vos
2004.11.16 16:24 "Re: installation issue", by Bob Friesenhahn
2004.11.16 20:31 "Re: installation issue", by Vince Tux
2004.11.16 21:14 "Re: installation issue", by Bob Friesenhahn
2004.11.15 22:36 "Re: installation issue", by Bob Friesenhahn

2004.11.14 15:13 "Re: installation issue", by Andrey Kiselev

On Sun, Nov 14, 2004 at 03:29:10PM +0100, vince.tux wrote:
> I followed the instruction to install the libtiff but when I execute
> it, I receive the following error :
> 
> "tiff2pdf: error while loading shared libraries: libtiff.3: cannot
> open shared object file: No such file or directory"

You should run the following commands from the libtiff's root:

 $ ./configure
 $ make
 # make install

(you should be root to run the install target).
By default the library will be installed in the /usr/local/lib directory
and tools go into the /usr/local/bin. You can check whether all binaries
at their places:

 $ ls /usr/local/lib|grep libtiff

and the output should be

 libtiff.a
 libtiff.la
 libtiff.so
 libtiff.so.3
 libtiff.so.3.7.0

 $ ls /usr/local/bin|grep tiff

output will be

 bmp2tiff
 fax2tiff
 gif2tiff
 ppm2tiff
 ras2tiff
 raw2tiff
 tiff2bw
 tiff2pdf
 tiff2ps
 tiff2rgba
 tiffcmp
 tiffcp
 tiffdither
 tiffdump
 tiffgt
 tiffinfo
 tiffmedian
 tiffset
 tiffsplit

Now be sure that your /etc/ld.so.conf file contains /usr/local/lib path
(that file contains directories where the dynamic linker searches for
libraries) and run the "ldconfig" command as root.

It is likely that you are already complete the first step and all that
you need is just do the "ld" magic.

							Andrey

-- 
Andrey V. Kiselev
Home phone:  +7 812 5970603  ICQ# 26871517