stanford nlp - Dedicated Server Configuration Error -


when running command,

sudo ln -s /etc/init.d/corenlp /etc/rc.d/rc2.d/s75corenlp

i keep receiving following error:

ln: failed create symbolic link '/etc/rc.d/rc2.d/s75corenlp': no such file or directory

my ubuntu 16.10 build not have '/etc/rc.d/' directory. missing necessary package? should utilize '/etc/init.d/' directory instead? research has me believe '/etc/rc.d/' used in older debian builds , has been replaced '/etc/init.d/'.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -