Author
|
Topic: help with webalizer
|
|
|
|
|
|
brossow
Junior Member
Member # 358
|
posted June 12, 2002 01:16 PM
I'm having problems with Webalizer, too. I downloaded and installed Webalizer and libpng 1.0.12 (small) from this site. I get the following error message:dyld: ./webalizer version mismatch for library: /usr/lib/libz.1.dylib (compatibility version of user: 1.1.3 greater than library's version: 1.0.0) I've tried installing zlib 1.1.3 from this site, but when I do 'make test' I get a failure. Here's what I get: [mail:/usr/local/zlib-1.1.3] admin% sudo make test cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o example.o example.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o adler32.o adler32.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o compress.o compress.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o crc32.o crc32.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o gzio.o gzio.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o uncompr.o uncompr.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o deflate.o deflate.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o trees.o trees.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o zutil.o zutil.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o inflate.o inflate.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o infblock.o infblock.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o inftrees.o inftrees.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o infcodes.o infcodes.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o infutil.o infutil.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o inffast.o inffast.c ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o cc -O -DHAVE_UNISTD_H -DUSE_MMAP -o example example.o -L. -lz cc -O -DHAVE_UNISTD_H -DUSE_MMAP -c -o minigzip.o minigzip.c cc -O -DHAVE_UNISTD_H -DUSE_MMAP -o minigzip minigzip.o -L. -lz hello world uncompress(): hello, hello! gzread err: foo.gz: stream end *** zlib test FAILED *** I did all this as root, so it's not a permissions problem. I don't understand why it fails, but it does. I think if I could get zlib to compile properly I'd be fine. Anyone have thoughts on this?
Posts: 4 | From: Ashland, WI | Registered: Mar 2002
| IP: Logged
|
|
kapusta
Junior Member
Member # 461
|
posted July 03, 2002 09:17 AM
Ok, so webalizer is noted on the download page to have no dependancies. Well it does depend on libpng since calling webablizer says...code:
dyld: webalizer can't open library: /usr/local/lib/libpng.2.dylib (No such fil)
...and libpng has a dependancy, on zlib, which I was able to make and make install without any problem. but running webablizer after that yields the following error... code:
dyld: webalizer version mismatch for library: /usr/local/lib/libz.1.dylib (compatibility version of user: 1.1.3 greater than library's version: 1.0.0)
And, like brossow, my "make test" test fails too... code:
root# make test hello world uncompress(): hello, hello! gzread err: foo.gz: stream end *** zlib test FAILED ***
[ July 03, 2002: Message edited by: kapusta ]
Posts: 1 | From: Northern Virginia | Registered: Jul 2002
| IP: Logged
|
|