Linode Forum
https://forum.linode.com/

CentOS 5 Can't Install Portsentry
https://forum.linode.com/viewtopic.php?f=19&t=3368
Page 1 of 1

Author:  Dahak [ Thu Jul 10, 2008 3:21 pm ]
Post subject:  CentOS 5 Can't Install Portsentry

Just downloaded & tried to compile Portsentry (http://sourceforge.net/project/showfiles.php?group_id=80573), but ran into a dead end. After figuring out that gcc wasn't installed, did a
Code:
yum install gcc
just fine. But make is still failing:
Code:
[root@----- portsentry_beta]# make linux                                                         
SYSTYPE=linux                                                                                       
Making                                                                                             
gcc  -O -Wall -DLINUX -DSUPPORT_STEALTH -o ./portsentry ./portsentry.c \                           
                ./portsentry_io.c ./portsentry_util.c                                               
./portsentry.c: In function â??PortSentryModeTCPâ??:                                               
./portsentry.c:1187: warning: pointer targets in passing argument 3 of â??acceptâ?? differ in signedness                                                                                               
./portsentry.c: In function â?? PortSentryModeUDPâ??:                                               
./portsentry.c:1384: warning: pointer targets in passing argument 6 of â??recvfromâ?? differ in signedness                                                                                        [root@----- portsentry_beta]#


Is this fatal, or can I press? Any suggestions?

Author:  Dahak [ Thu Jul 10, 2008 4:50 pm ]
Post subject: 

For what it's worth, it seems to be working ...

Author:  jax [ Thu Jul 10, 2008 9:48 pm ]
Post subject: 

It's not failing, it just isn't reporting as succeeding. If make had failed you would see the word 'error.'

Author:  Dahak [ Fri Jul 11, 2008 10:03 am ]
Post subject: 

jax wrote:
It's not failing, it just isn't reporting as succeeding. If make had failed you would see the word 'error.'


You're right--when I originally wrote that, it was failing because of a syntax error I tracked down and fixed--then I still had the word 'error' in my head.

Anyway, it seems to work.

Page 1 of 1 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/