New Install - FreeBSD 6.2-STABLE - Apache 2.2 & PHP5

l33tnet

Verified User
Joined
Jun 6, 2007
Messages
9
We are testing out DirectAdmin before implementation, and we got some instructions on how to install it with Apache 2, however PHP doesn't get installed.

Before starting the setup.sh script, we did:

~# touch /root/.custombuild

Any ideas, input, etc on how to get PHP 5 installed on the system? We're anxious to start using this to find out if it's going to work out for us.

Thanks in advance!

~C
 
Code:
cd /usr/local/directadmin/custombuild
./build php
 
Attempted to do this and recieved the following error:

Code:
In file included from ../zzip/lib.h:22,
     from zip.c:14:
../zzip/plugin.h:45: error: syntax error before "zzip_ssize_t"
zip.c: In function '__zzip_find_disk_trailer':
zip.c:135: error: called object is not a function
zip.c:200: error: structure has no member named 'read'
zip.c:200: error: syntax error before "maplen"
zip.c:202: error: 'mapped' undeclared (first use in this function)
zip.c:202: error: (Each undeclared identifier is reported only once
zip.c:202: error: for each function it appears in.)
zip.c:133: error: label 'cleanup' used but not defined
zip.c: At top level:
zip.c:207: error: syntax error before '{' token
*** Error code 1

Stop in /usr/local/directadmin/custombuild/zziplib-0.10.82/zzip.
*** Error code 1

Stop in /usr/local/directadmin/custombuild/zziplib-0.10.82.
*** Error code 1

Stop in /usr/local/directadmin/custombuild/zziplib-0.10.82.

*** This make has failed, do you want to try to make again? (y,n):
 
Last edited:
Back
Top