Displaying 20 results from an estimated 324 matches for "libtiff".
2018 Mar 31
1
using llvm DataFlowSanitizer error
Hi. I'm using llvm DataFlowSanitizer. I add such code in library libtiff.
dfsan_label lt_label = dfsan_create_label("buf_offset", 0);
dfsan_set_label(lt_label, (unsigned char *)buf, size);
But when i compile libtiff with "-fsanitize=dataflow" option, then there is an error as follows:
../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jb...
2018 Apr 01
0
using llvm DataFlowSanitizer error
On Sat, Mar 31, 2018 at 8:50 AM, 吕涛 via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hi. I'm using llvm DataFlowSanitizer. I add such code in library libtiff.
>
> dfsan_label lt_label = dfsan_create_label("buf_offset", 0);
>
> dfsan_set_label(lt_label, (unsigned char *)buf, size);
>
> But when i compile libtiff with "-fsanitize=dataflow" option, then there is
> an error as follows:
>
>
> ../libtiff/libti...
2004 Dec 08
2
Spandsp - Libtiff problem
Hello all,
I use Fedora 3, and I have compilation problem of SpanDsp , when
installaing spandsp, tiff warnings and errors generated and libunicall
generate "unresolved references....."
Is the problem in my libtiff installation, spandsp.h or in tif_dir.h and
tiffiop.h?
Are tif_dir.h and tiffiop.h too old?
The solution provided by ?HO SIN? to ?Kaws? :
>>> recompile libtiff from the downloaded tarball ,
When I recompile the libtiff , and execute ?rpm ?q libtiff? , it always
give the old version and...
2006 Jun 06
4
Fedora source packages on Centos -- libtiff again
In my seeking a managable way to build libtiff, on the Asterfax forum
I got the following recommendation (from another fax user that made
the move to libtiff 3.8.2):
================================================================
Hi Robert,
I have compiled libtiff-3.8.2 from the source package for my Fedora
Core 4 machine.
I am not sure...
2006 May 26
8
Which libtiff 3.8.2 do I grab?
Via google: libtiff 3.8.2
http://rpm.pbone.net/index.php3/stat/4/idpl/2839214/com/libtiff-3.8.2-2.x86_64.rpm.html
This got me to a page all about libtiff 3.8.2 for 'Fedora other' and a link
http://rpm.pbone.net/index.php3?stat=3&search=libtiff&srodzaj=3
for other distributions.
So which do I take...
2006 May 23
3
libtiff 3.6.1 and Asterisk spandsp
Per: http://soft-switch.org/spandsp_faq/ar01s07.html
FAXing with spandsp keeps giving me core dumps. Its crap, isn't it?
Actually the crap in this case is probably libtiff. Versions 3.5.7
and 3.6.0 seem reliable. The FAX image handling in version 3.6.1 is
broken. All the core dump problems I have investigated turned out to
be due to a very old version of libtiff, or version 3.6.1.
I am getting crashes of Asterisk on transmitting faxes (not
receiving), and have l...
2006 May 10
0
CentOS-announce Digest, Vol 15, Issue 4
...quest at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2006:0425 Important CentOS 3 i386 libtiff - security
update (Tru Huynh)
2. CESA-2006:0425 Important CentOS 3 x86_64 libtiff - security
update (Tru Huynh)
3. CESA-2006:0427 Moderate CentOS 4 x86_64 ruby - security
update (Johnny Hughes)
4. CESA-2006:0427 Moderate CentOS 4 i386 ruby - security update
(Johnny...
2017 Feb 02
0
CentOS-announce Digest, Vol 144, Issue 1
...nce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2017:0225 Moderate CentOS 6 libtiff Security Update
(Johnny Hughes)
2. CEBA-2017:0210 CentOS 7 pcs BugFix Update (Johnny Hughes)
3. CESA-2017:0225 Moderate CentOS 7 libtiff Security Update
(Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Wed, 1 Feb 2017 12:5...
2006 Jun 01
2
libtiff build error
OK. Trying to build libtiff here. Info from
http://www.asteriskguru.com/tutorials/spandsp.html
Libtiff from tar:
ftp://ftp.remotesensing.org/pub/libtiff 3.8.2
put tiff-3.8.2.tar.gz in /root then tar -zxvf tiff-3.8.2.tar.gz
followed by:
/configure
make clean
make
But the make had the following error:
./libtool: line...
2006 Jun 21
1
Back-leveling error?
This is all related to my struggles with Asterfax and libtiff.
I rpm -U to libtiff 3.8.2 and I am still having troubles. So I decided
to go back to libtiff 3.6.1 (oh and libtiff-devel that seems to be a
prerec).
So after a bit of playing that did not seem to do anything, I figured
out to:
rpm -U --oldprogram libtiff-3.6.1-8.i386.rpm libtiff-devel-3.6....
2014 Feb 28
0
CentOS-announce Digest, Vol 108, Issue 16
...nce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2014:0223 Moderate CentOS 5 libtiff Update (Johnny Hughes)
2. CESA-2014:0222 Moderate CentOS 6 libtiff Update (Johnny Hughes)
3. CESA-2014:0221 Moderate postgresql92-postgresql SCL Security
Update (Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Fri, 28 Feb 2014 00...
2019 Feb 25
1
Is libtiff >= 4.0.0 now required by R for TIFF support?
We recently discovered that since R 3.3.0, on our CentOS 6 based
cluster, R gets built without TIFF support. The last version where TIFF
support was built, was 3.2.5.
We have libtiff 3.9.4 installed:
$ rpm -q libtiff-devel
libtiff-devel-3.9.4-21.el6_8.x86_64
(Since CentOS 6 is so old, we have manually installed newer versions of
some dependencies: curl 7.46.0, zlib 1.2.8, bzip2 1.0.6, xz 5.2.2 and
pcre 8.38.)
We configure R like this:
BLAS=--with-blas='-mkl=parallel'...
2016 Aug 02
0
CESA-2016:1547 Important CentOS 6 libtiff Security Update
...Security Advisory 2016:1547 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-1547.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
1701fdf308e42109a8c84a4c28b88a189ac5013592f61651da3711909e4c02f2 libtiff-3.9.4-18.el6_8.i686.rpm
81877483ff255596cf278e47ec7d9248a8adaa3d36c5430e726e1d9e2cf99d84 libtiff-devel-3.9.4-18.el6_8.i686.rpm
d436dbca6a7294667656eaabe5cfcf2169050b5e48003a1c66f67dfbc561e283 libtiff-static-3.9.4-18.el6_8.i686.rpm
x86_64:
1701fdf308e42109a8c84a4c28b88a189ac5013592f61651da3711909...
2017 Feb 01
0
CESA-2017:0225 Moderate CentOS 6 libtiff Security Update
...d Security Advisory 2017:0225 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2017-0225.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
3018100828240e2c2c83b573df5e9598622f83a41135fee6a200563e7a66a94a libtiff-3.9.4-21.el6_8.i686.rpm
d3bdd6a9ce2957f7a44d585691ee5ea4f08003673e060a30e9f1934cec20b702 libtiff-devel-3.9.4-21.el6_8.i686.rpm
f2587cbd663958f58787ceb333ed7171686372045931cd616c6da0f4478130da libtiff-static-3.9.4-21.el6_8.i686.rpm
x86_64:
3018100828240e2c2c83b573df5e9598622f83a41135fee6a200563e7...
2012 Apr 10
0
CESA-2012:0468 Important CentOS 6 libtiff Update
...Security Advisory 2012:0468 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0468.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
cf96e1605e46ed60289c43a173b7ef01a39ff250ed3815e892822b48180fdbc5 libtiff-3.9.4-5.el6_2.i686.rpm
18b9095174e948752e835824641890d64dc7c91167070fcbdc4dda55c1310dea libtiff-devel-3.9.4-5.el6_2.i686.rpm
620d02429ec4073a55ef17d01312914e6253c59c291cc71f1f555af7043b594e libtiff-static-3.9.4-5.el6_2.i686.rpm
x86_64:
cf96e1605e46ed60289c43a173b7ef01a39ff250ed3815e892822b48180f...
2012 Jul 10
0
CESA-2012:1054 Important CentOS 6 libtiff Update
...Security Advisory 2012:1054 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1054.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
45285373b017b0bc90910180682efe26604652ae96d4ecae64719ab91ccd78b3 libtiff-3.9.4-6.el6_3.i686.rpm
46c4737af7bf1936150133c987a25d97421d5ec04d212cbca7c682e7ecce2207 libtiff-devel-3.9.4-6.el6_3.i686.rpm
4930d65f934a343d16d9f28b00b039b2c5da70dcda83ce75499e7ae6632ec48a libtiff-static-3.9.4-6.el6_3.i686.rpm
x86_64:
45285373b017b0bc90910180682efe26604652ae96d4ecae64719ab91ccd...
2014 Feb 28
0
CESA-2014:0222 Moderate CentOS 6 libtiff Update
...d Security Advisory 2014:0222 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0222.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
da3a998c6169d15e3db4280c64e7595a4a5e83c2afd106db8bcaba4c56430565 libtiff-3.9.4-10.el6_5.i686.rpm
0792c44602b4493f0103841f17b3e0c46941d4a8f3dcf033bd696ae46c3c65d5 libtiff-devel-3.9.4-10.el6_5.i686.rpm
1a60c948b9c9bbdb971bceb84ef597873d1d47956fe1b97e595fc2549f208364 libtiff-static-3.9.4-10.el6_5.i686.rpm
x86_64:
da3a998c6169d15e3db4280c64e7595a4a5e83c2afd106db8bcaba4c5...
2011 Jun 05
1
Can't compile rtiff for OSX
I have libtiff installed from macports, and it is sitting there in /opt/local/lib:
$ ls -l /opt/local/lib/*tiff*
-rwxr-xr-x 2 root admin 796684 Jun 4 22:13 /opt/local/lib/libtiff.3.dylib
-rw-r--r-- 2 root admin 990296 Jun 4 22:13 /opt/local/lib/libtiff.a
lrwxr-xr-x 1 root admin 15 Jun 4 22:14 /op...
2008 Aug 30
0
CentOS-announce Digest, Vol 42, Issue 12
...quest at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2008:0863 Important CentOS 3 i386 libtiff - security
update (Tru Huynh)
2. CESA-2008:0863 Important CentOS 3 x86_64 libtiff - security
update (Tru Huynh)
----------------------------------------------------------------------
Message: 1
Date: Fri, 29 Aug 2008 23:30:43 +0200
From: Tru Huynh <tru at centos.org>
Subject...
2016 Aug 02
0
CESA-2016:1546 Important CentOS 7 libtiff Security Update
...ecurity Advisory 2016:1546 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-1546.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
38ea752f8fbb0d2c79a7a647e5adf536ea9805993e947a875d67ef8e2731ef7c libtiff-4.0.3-25.el7_2.i686.rpm
dc891cf3d0afc0483753fef0ae1298722378a90611db62ae658055679ceeed78 libtiff-4.0.3-25.el7_2.x86_64.rpm
29e13443a6b24a75ae2f0e6a5b58006129f9f9c9289bea011c88a94c33b3802b libtiff-devel-4.0.3-25.el7_2.i686.rpm
b5f9e615a3ebcc987597fd3b2400f5c08657ff32e5e3b5ba5415c7a6d02bf258 libti...