Solved - -bash: luarocks: command not found

Discussion in 'Installation/Configuration' started by coffeemug, Jan 27, 2019.

  1. coffeemug

    coffeemug New Member

    I am at installation step #9.1.4

    Code:
    root@serverxyz:~# luarocks install lpc
    -bash: luarocks: command not found
    What did I miss?

    Root-Server, 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64; 8GB RAM; 320GB HDD1, 2 CPU's

    Code:
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    [WARN] could not determine server's ip address by ifconfig
    [INFO] No ISPConfig found.
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 7.0.33-0+deb9u1
    
    ##### PORT CHECK #####
    
    [WARN] Port 443 (Webserver SSL) seems NOT to be listening
    [WARN] Port 993 (IMAP server SSL) seems NOT to be listening
    [WARN] Port 995 (POP3 server SSL) seems NOT to be listening
    [WARN] Port 21 (FTP server) seems NOT to be listening
    
    ##### MAIL SERVER CHECK #####
    
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
        Apache 2 (PID 28208)
    [INFO] I found the following mail server(s):
        Postfix (PID 27422)
    [INFO] I found the following pop3 server(s):
        Dovecot (PID 17895)
    [INFO] I found the following imap server(s):
        Dovecot (PID 17895)
    [WARN] I could not determine which ftp server is running.
    
    ##### LISTENING PORTS #####
    (only        ()
    Local        (Address)
    [localhost]:10023        (2951/postgrey)
    [localhost]:10024        (3559/amavisd-new)
    [localhost]:11211        (18611/memcached)
    [anywhere]:587        (27422/master)
    [anywhere]:110        (17895/dovecot)
    [anywhere]:143        (17895/dovecot)
    [anywhere]:465        (27422/master)
    [anywhere]:22        (781/sshd)
    [anywhere]:25        (27422/master)
    *:*:*:*::*:10023        (2951/postgrey)
    *:*:*:*::*:10024        (3559/amavisd-new)
    *:*:*:*::*:3306        (28585/mysqld)
    *:*:*:*::*:587        (27422/master)
    [localhost]10        (17895/dovecot)
    [localhost]43        (17895/dovecot)
    *:*:*:*::*:80        (28208/apache2)
    *:*:*:*::*:465        (27422/master)
    *:*:*:*::*:22        (781/sshd)
    *:*:*:*::*:25        (27422/master)
    
    
    
    
    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination         
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination         
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination   
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Step 9.1.4 of what and where?
    The package luarocks has file
    /usr/bin/luarocks
    So if that package got installed there should be command luarocks available.
    makes me think luarocks is not installed (apt-get install luarocks).
     
    coffeemug likes this.
  3. coffeemug

    coffeemug New Member

    Last edited: Jan 28, 2019

Share This Page