Autor Tópico: Erro no Make install  (Lida 1460 vezes)

Offline theowns

  • Usuário Ubuntu
  • *
  • Mensagens: 15
    • Ver perfil
Erro no Make install
« Online: 08 de Novembro de 2011, 02:37 »
Estou como usuario ROOT e não consigo dar make install,
to tentando instalar um servidor ircd

ja baixei com o wget
dei ./configure
dei make
e agora no make install da erro.






root@debian:/inspircd# make install
*************************************
*       BUILDING INSPIRCD           *
*                                   *
*   This will take a *long* time.   *
*     Why not read our wiki at      *
*     http://wiki.inspircd.org      *
*  while you wait for make to run?  *
*************************************

Error: You must specify a non-root UID for the server

If you are making a package, please specify using ./configure --uid
Otherwise, rerun using 'make INSTUID=irc install', where 'irc' is the user
who will be running the ircd. You will also need to modify the start script.

make: ** [install] Erro 1
root@debian:/inspircd# ls
BSDmakefile  docs         include   make           sources.list  win
build        extras       inspircd  modulemanager  src
configure    GNUmakefile  locales   run            tools
root@debian:/inspircd#

Offline Andreson Goveia

  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 1.985
  • Kubuntu 14.10
    • Ver perfil
Re: Erro no Make install
« Resposta #1 Online: 08 de Novembro de 2011, 04:27 »
O erro diz que

Citar
You must specify a non-root UID for the server

Você deve especificar um UID (Usuário) não root para o servidor.

Ou seja você precisa especificar o usuário que usará o ircd
Ele também já te mostra o que tem que fazer

Citar
rerun using 'make INSTUID=irc install', where 'irc'  is the user

Reinicie usando 'make INSTUID=irc install', onde 'irc' é o usuário.

Aqui também diz mais

Citar
You will also need to modify the start script
Você vai precisar modificar o script de inicialização.


Espero ter ajudado.

Andreson
Citar
You will also need to modify the start script