Erro no Make install

Iniciado por theowns, 08 de Novembro de 2011, 02:37

tópico anterior - próximo tópico

theowns

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#

Andreson Goveia

O erro diz que

CitarYou 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

Citarrerun 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

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


Espero ter ajudado.

Andreson
CitarYou will also need to modify the start script