FreeBSD 11, anyone succeed?

b:z

New member
Joined
Oct 5, 2011
Messages
4
Dear all,

FreeBSD 11 is already came out, and i'd like to ask if having anyone succeed to install DirectAdmin on it.

Thanks a lot.
 
Yes, I do.

There are few issues during the installation - check the FreeBSD 11 thread and my other posts in this forum.

I also succeeded upgrading FreeBSD 9.1 with DA to 11.0
 
Yes it works

I installed it on FreeBSD 11 with few extra steps and it is working fine.

Below is what I did:

pkg install wget
pkg install perl5
pkg install bind910
cd /usr/ports/lang/php56
make install
run the directadmin setup.sh (save the login details when done)
cd /usr/local/directadmin/custombuild
./build dovecot
./build exim
./build pureftpd
./build iconv
./build php
Done.

FreeBSD is a very solid OS
 
I installed it on FreeBSD 11 with few extra steps and it is working fine.

Below is what I did:

pkg install wget
pkg install perl5
pkg install bind910
cd /usr/ports/lang/php56
make install
run the directadmin setup.sh (save the login details when done)
cd /usr/local/directadmin/custombuild
./build dovecot
./build exim
./build pureftpd
./build iconv
./build php
Done.

FreeBSD is a very solid OS

Thanks for sharing these steps.

I will try it out.
 
Works with Bind 9.11 too.

I have no idea why you are building php56 from ports. I did not do that when setup my FreeBSD 11 box.
 
DirectAdmin will compile PHP.

It works with 5.6, 7.0 and 7.1 on FreeBSD 11 with no problems. Make sure that you choose SUPHP.
 
Back
Top