debian 7 fresh install

EXdeliver

Verified User
Joined
Dec 2, 2008
Messages
17
Location
Holland
Hi guys,

I am trying to install directadmin on my new debian 7 64bit VPS. However, i have run into problems.
I am wondering if anyone could help me get through this.

Code:
ssl_engine_io.c: In function 'ssl_io_filter_connect':
ssl_engine_io.c:1082:36: error: 'SSL_PROTOCOL_SSLV2' undeclared (first use in this function)
ssl_engine_io.c:1082:36: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [ssl_engine_io.lo] Error 1
make[3]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.25/modules/ssl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.25/modules/ssl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.25/modules'
make: *** [all-recursive] Error 1
*******************************************
*******************************************

Cannot find /usr/local/bin/php
Please recompile php with custombuild, eg:
cd /usr/local/directadmin/custombuild
./build all d

This appears to be a 64-bit system.
a common cause of http/php compile failures is mentioned here:
http://help.directadmin.com/item.php?id=213

*******************************************
*******************************************
root@amsterdam2:/tmp#
 
As far as I know, Debian 7 is not officially supported by DirectAdmin - see here: http://www.directadmin.com/install.html

Some people have installed DirectAdmin on their Debian 6 servers and only then did an "apt-get dist-upgrade" afterwards to bring it up to Debian 7. Although they claim that this works, it's not officially supported.
 
Hello,

I've added this patch to CB 1.1 and 1.2.
It will apply the patch if /etc/debian_version exists, and if the the apache version is 2.2.25.
Once 2.2.26 is released, we can probably remove this patch from CB.

It's on files1, so will rsync to the mirrors within 24 hours.

John
 
Back
Top