SeLLeRoNe
Super Moderator
oh thanks! thank you very very much
Hello,1) Upon running the "./build all d" command, the script exits when trying to install phpmyadmin. Apparently the DirectAdmin servers don't include that package even though it is one of the options in the CustomBuild system. So for now I just disabled that option.
2) The ProFTPd install fails because there is no "ftp" user. So I added the user and it works (though it seems that this script should be adding the user for us). I also had to add the "subsys" folder under the "/var/lock" path to get ProFTPd to stop complaining, as it uses this folder.
3) Mysql fails to install. It is looking for the "/usr/local/directadmin/conf/mysql.conf" file, which isn't there. It also complains about there not being a mysql user (though that might be due to the fact that Mysql never gets installed).
Hello,
1) Can you include the exact error message you're getting? Usually 1.1 is preferred over 1.2 as it is more tested, but we still like to address any issues in 1.2 as well.
2) in the proftp.sh install script on debian, we do a check for the ftp group too add it if it's missing (which is common) but the missing ftp user isn't common, so I'll add a check for that as well.
3) That might require an email to us, as that's not an issue I can recall seeing.
John