Author |
|
Atlanticbit Newbie
Joined: 23 July 2014 Location: Brazil
Online Status: Offline Posts: 4
|
Posted: 23 July 2014 at 6:43am | IP Logged
|
|
|
Hi,
I am trying to install Afterlogic Webmail lite on my DA server, folliwing the steps in the Documentation, but I am getting this when I execute the installer.
[root@XXXX /var/www/html/webmail-panel-installer]# ./installer -t lite -a install
function: not found
-t... lite: not found
FAILED!
Also upgrade not working, not even the installer without commands,
Any light?
cheers
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 July 2014 at 6:51am | IP Logged
|
|
|
Make sure the installer is extracted completely and the permissions are assigned as required. Also, make sure you're running the installer as root.
And BTW, it's not clear why /var/www/html/ is used as location for running the installer, I'd suggest to unpack the installer somewhere under /root for example.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Atlanticbit Newbie
Joined: 23 July 2014 Location: Brazil
Online Status: Offline Posts: 4
|
Posted: 23 July 2014 at 7:00am | IP Logged
|
|
|
Hi Igor,
[root@xxxx ~/webmail-panel-installer]# ./installer -t lite -a install
function: not found
-t... lite: not found
FAILED!
I installed first from root, tried again (extracted again) and still getting the same.
Looks like my download file is not complete? I also downloaded it several times, size is 14kb
cheers
|
Back to Top |
|
|
Atlanticbit Newbie
Joined: 23 July 2014 Location: Brazil
Online Status: Offline Posts: 4
|
Posted: 23 July 2014 at 7:11am | IP Logged
|
|
|
if I install Afterlogic via this commands, described in DA forum:
cd /usr/local/directadmin/scripts
wget -O afterlogic.sh http://www.custombuild.eu/afterlogic-webmail-lite/afterlogic.sh
chmod 755 afterlogic.sh
./afterlogic.sh
It works! (without faults) But is an outdated Afterlogic install (5.1.4)
I would like to take a look at the new one.....
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 July 2014 at 7:14am | IP Logged
|
|
|
Quote:
I also downloaded it several times, size is 14kb |
|
|
That size is OK, installer is supposed to download WebMail package from website.
Quote:
I installed first from root, tried again (extracted again) and still getting the same. |
|
|
Based on the error message, I suspect your system does not run bash interpreter, probably dash or some other, and if so, you'll need to reconfigure shell. On Debian system, that would be:
Code:
sudo dpkg-reconfigure dash |
|
|
After installing the product, you can return to your original shell.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Atlanticbit Newbie
Joined: 23 July 2014 Location: Brazil
Online Status: Offline Posts: 4
|
Posted: 23 July 2014 at 7:34am | IP Logged
|
|
|
with bash:
# ./installer -t lite -a update
function: not found
-t... lite: not found
FAILED!
install command in stead of update:
# # ./installer -t lite -a install
#
Or in other words no response at all
I am running FreeBSD
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 July 2014 at 7:36am | IP Logged
|
|
|
No idea then, sorry. It was tested under Linux only.
Setting up a regular version of the product might be an option
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|