Pular para o conteúdo

make install no debian

Responder tópico
  • Denunciar
  • Indicar

1. make install no debian

Enviado em 08/11/2011 - 02:39h

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#

Responder tópico

2. Re: make install no debian

Enviado em 08/11/2011 - 04:00h

Vc usa o usuário criado na instalação do Ubuntu?

Se usa, a UID dele é 1001.

Portanto, rode:

./configure --uid 1001

ou

./configure --1001

Leia os documentos do pacote do programa (readme.txt, install.txt, notes.txt etc.).

Responder tópico

Responder tópico

Entre na sua conta para responder.

Fazer login para responder