[Eppnicbr] erro de compilacao do src/shepp

Itamar Reis Peixoto itamar at ispbrasil.com.br
Thu Mar 23 10:53:49 BRT 2006


realmente apos incluir o ncurses compilou e rodou.

[root at server shepp]# ./shepp
Welcome to shepp version 0.2, an EPP client shell!
Copyright 2006 Registro.br <libepp at registro.br>
shepp is distributed with libepp-nicbr: http://registro.br/epp/index-EN.html
Built with BrDomain EPP extension support.
Type 'help' for available commands.
shepp>
shepp> help
?                This help screen
help             This help screen
about            shepp version information
exit             Exit shepp

beauty           Turn beautifier on/off
debug            Turn debug messages on/off

server           Sets server address
port             Sets server port
client-pem       Sets client.pem certificate file location
root-pem         Sets root.pem certificate file location
pass             Sets SSL certificate passphrase
user             Sets EPP Login username
pw               Sets EPP Login password
newpw            Sets new EPP Login password
connect          Establishes connection

login            EPP Login
hello            EPP Hello
poll             EPP Poll related actions
domain           EPP Domain related actions
contact          EPP Contact related actions
brorg            EPP BrOrg related actions

xmlcmd           Show last command XML
xmlrsp           Show last response XML
shepp>

estranho, pois no codigo fonte não existe nenhum include referenciando ao ncurses.


outra coisa, qual seria o servidor e a porta ?

server           Sets server address
port             Sets server port

e o usuario e senha ?

sabe me dizer algo sobre isto ?

tem que se cadastrar no registro.br ?




 
> vc vai editar esse arquivo (src/shepp/Makefile),  e na linha 
> "shepp_LDFLAGS = -lreadline -lxerces-c -lssl" (linha de número 188), vc 
> vai incluir a ncurses, para que a linha fique da seguinte maneira:
> 
> shepp_LDFLAGS = -lreadline -lncurses -lxerces-c -lssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://eng.registro.br/pipermail/eppnicbr/attachments/20060323/e70397a2/attachment.html>


More information about the eppnicbr mailing list