directadmin on ubuntu edgy

vtx

Verified User
Joined
Jan 5, 2007
Messages
19
Hi,

Im having a problem while installing directadmin on ubuntu edgy (6.10). The problem happens when the installer compiles apache/mod_ssl.

The error:

Configuring for Apache, Version 1.3.37
+ Warning: Your 'echo' command is slightly broken.
+ It interprets escape sequences per default. We already
+ tried 'echo -E' but had no real success. If errors occur
+ please set the SEO variable in 'configure' manually to
+ the required 'echo' options, i.e. those which force your
+ 'echo' to not interpret escape sequences per default.
+ using installation path layout: Apache (config.layout)
+ on-the-fly added and activated frontpage module (modules/extra/mod_frontpage.o)
Creating Makefile
Creating Configuration.apaci in src
Syntax error --- The configuration file is used only to
define the list of included modules or to set Makefile in src
options or Configure rules, and I don't see that at all:
/usr
yes
default
no
no
no
 `$(SRCDIR)/apaci`
no
default
default
no
no
no
yes
no
default
no
default
default

./configure:Error: APACI failed
-e
*** There was an error while trying to configure apache+mod_ssl. Check the configure.apache_ssl file

Then I tried a './build php', but that fails when it is compiling zzip:

In file included from ../../zzip/lib.h:23,
from ../../zzip/zip.c:14:
../../zzip/stdint.h:28:5: error: #error unable to typedef int16_t from either int or short
../../zzip/stdint.h:37:5: error: #error unable to typedef int32_t from either int or long
In file included from ../../zzip/lib.h:23,
from ../../zzip/zip.c:14:
../../zzip/stdint.h:38: error: conflicting types for 'int32_t'
/usr/include/sys/types.h:197: error: previous declaration of 'int32_t' was here
../../zzip/zip.c: In function '__zzip_find_disk_trailer':
../../zzip/zip.c:176: warning: pointer targets in assignment differ in signedness
../../zzip/zip.c:202: warning: pointer targets in assignment differ in signedness
../../zzip/zip.c: In function '__zzip_parse_root_directory':
../../zzip/zip.c:369: warning: comparison is always false due to limited range of data type
make[3]: *** [zip.lo] Error 1
make[3]: Leaving directory `/usr/local/directadmin/customapache/zziplib-0.10.82/i686-pc-linux-gnu/zzip'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/directadmin/customapache/zziplib-0.10.82/i686-pc-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/directadmin/customapache/zziplib-0.10.82/i686-pc-linux-gnu'
make: *** [all-all] Error 2

Does anyone have any clue how to get zzip to compile on my system?

EDIT: First Problem solved:

rm -f /bin/sh
ln -s /bin/bash /bin/sh

Now rerunning the setup, will update this post later!
 
Last edited:
Back
Top