setup.sh -> apache -> php -> zzlib -> fail :(

maddog

Verified User
Joined
Jan 16, 2006
Messages
21
Location
Israel
Hello all.
I'm trying to install DA, when it comes to php build it can not build the ZZLIB.
I'm using debian sarge 2.6, and this is the error i get:
Making all in bins
make[3]: Entering directory `/usr/local/directadmin/customapache/zziplib-0.10.82/x86_64-unknown-linux-gnu/bins'
source='../../bins/zzcat.c' object='zzcat.o' libtool=no \
depfile='.deps/zzcat.Po' tmpdepfile='.deps/zzcat.TPo' \
depmode=gcc3 /bin/sh ../../uses/depcomp \
gcc -DHAVE_CONFIG_H -I.. -I../.. -O2 -D_USE_MMAP -fomit-frame-pointer -Wall -Wstrict-prototypes -Wpointer-arith -Wsign-compare -Wmissing-declarations -c `test -f ../../bins/zzcat.c || echo '../../bins/'`../../bins/zzcat.c
/bin/sh ../libtool --silent --mode=link gcc -O2 -D_USE_MMAP -fomit-frame-pointer -Wall -Wstrict-prototypes -Wpointer-arith -Wsign-compare -Wmissing-declarations -o zzcat --export-dynamic zzcat.o ../zzip/libzzip.la
source='../../bins/zzdir.c' object='zzdir.o' libtool=no \
depfile='.deps/zzdir.Po' tmpdepfile='.deps/zzdir.TPo' \
depmode=gcc3 /bin/sh ../../uses/depcomp \
gcc -DHAVE_CONFIG_H -I.. -I../.. -O2 -D_USE_MMAP -fomit-frame-pointer -Wall -Wstrict-prototypes -Wpointer-arith -Wsign-compare -Wmissing-declarations -c `test -f ../../bins/zzdir.c || echo '../../bins/'`../../bins/zzdir.c
/bin/sh ../libtool --silent --mode=link gcc -O2 -D_USE_MMAP -fomit-frame-pointer -Wall -Wstrict-prototypes -Wpointer-arith -Wsign-compare -Wmissing-declarations -o zzdir --export-dynamic zzdir.o ../zzip/libzzip.la
source='../../bins/zzxorcat.c' object='zzxorcat.o' libtool=no \
depfile='.deps/zzxorcat.Po' tmpdepfile='.deps/zzxorcat.TPo' \
depmode=gcc3 /bin/sh ../../uses/depcomp \
gcc -DHAVE_CONFIG_H -I.. -I../.. -O2 -D_USE_MMAP -fomit-frame-pointer -Wall -Wstrict-prototypes -Wpointer-arith -Wsign-compare -Wmissing-declarations -c `test -f ../../bins/zzxorcat.c || echo '../../bins/'`../../bins/zzxorcat.c
/bin/sh ../libtool --silent --mode=link gcc -O2 -D_USE_MMAP -fomit-frame-pointer -Wall -Wstrict-prototypes -Wpointer-arith -Wsign-compare -Wmissing-declarations -o zzxorcat --export-dynamic zzxorcat.o ../zzip/libzzip.la
source='../../bins/zzxordir.c' object='zzxordir.o' libtool=no \
depfile='.deps/zzxordir.Po' tmpdepfile='.deps/zzxordir.TPo' \
depmode=gcc3 /bin/sh ../../uses/depcomp \
gcc -DHAVE_CONFIG_H -I.. -I../.. -O2 -D_USE_MMAP -fomit-frame-pointer -Wall -Wstrict-prototypes -Wpointer-arith -Wsign-compare -Wmissing-declarations -c `test -f ../../bins/zzxordir.c || echo '../../bins/'`../../bins/zzxordir.c
/bin/sh ../libtool --silent --mode=link gcc -O2 -D_USE_MMAP -fomit-frame-pointer -Wall -Wstrict-prototypes -Wpointer-arith -Wsign-compare -Wmissing-declarations -o zzxordir --export-dynamic zzxordir.o ../zzip/libzzip.la
source='../../bins/zziptest.c' object='zziptest.o' libtool=no \
depfile='.deps/zziptest.Po' tmpdepfile='.deps/zziptest.TPo' \
depmode=gcc3 /bin/sh ../../uses/depcomp \
gcc -DHAVE_CONFIG_H -I.. -I../.. -O2 -D_USE_MMAP -fomit-frame-pointer -Wall -Wstrict-prototypes -Wpointer-arith -Wsign-compare -Wmissing-declarations -c `test -f ../../bins/zziptest.c || echo '../../bins/'`../../bins/zziptest.c
../../bins/zziptest.c: In function 'main':
../../bins/zziptest.c:76: error: invalid lvalue in assignment
make[3]: *** [zziptest.o] Error 1
make[3]: Leaving directory `/usr/local/directadmin/customapache/zziplib-0.10.82/x86_64-unknown-linux-gnu/bins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/directadmin/customapache/zziplib-0.10.82/x86_64-unknown-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/directadmin/customapache/zziplib-0.10.82/x86_64-unknown-linux-gnu'
make: *** [all-all] Error 2

*** The make has failed, do you want to try to make again? (y,n):


Please advice.
 
Your best course of action would be to contact DirectAdmin support directly by email.

They're very good at finding and fixing these problems, but they don't read the forums continually.

Jeff
 
Hello,

I'm seeing a couple references to:

x86_64

in your output.
Is this a 64-bit version of debian? If so, we don't currently support 64-bit debian. If you'd like a 64-bit OS, try CentOS 4 or 5.

John
 
Back
Top