2000.05.11 17:00 "libtiff 3.5.5 configure error", by Jan Van Buggenhout

2000.05.11 17:00 "libtiff 3.5.5 configure error", by Jan Van Buggenhout

Hi!

While trying to compile tiff 3.5.5 on my redhat 6.0 system, I encountered an error in the configure file, while testing for DSO. Line 1159 reads:

        if [ -r /lib/libc.so.6 || -r /lib/libc.so.5 ]; then

while this should be:

        if [ -r /lib/libc.so.6 ] || [ -r /lib/libc.so.5 ]; then

kind regards,

Chipzz AKA
Jan Van Buggenhout

PS: I'm not on the mailinglist so reply to me personal

--------------------------------------------------------------------------
                  UNIX isn't dead - It just smells funny
                          Chipzz@Ace.ULYSSIS.Org
--------------------------------------------------------------------------


Editor's note: This mail was not originally archived, and has been reconstructed from quotes.