This is the output I get when when running the make command (make is not
completing)...
make server
make[1]: Entering directory `/gilbert/PlatFiles/platd'
gcc -O -c encrypt_wrapper.c -DORDER_DCBA
gcc -O -c blowfish.c -DORDER_DCBA
gcc -o platypusd platypusd.c -O \
-D encrypt_wrapper.o blowfish.o
<command-line>:0:16: warning: missing whitespace after the macro name
[enabled by default]
platypusd.c: In function ‘main’:
platypusd.c:241:5: warning: incompatible implicit declaration of
built-in function ‘free’ [enabled by default]
free(testIP);
^
platypusd.c:381:5: warning: incompatible implicit declaration of
built-in function ‘free’ [enabled by default]
free(cmddup);
^
platypusd.c:551:2: warning: incompatible implicit declaration of
built-in function ‘free’ [enabled by default]
free(sym_cmd);
^
platypusd.c: In function ‘Bail’:
platypusd.c:561:2: warning: incompatible implicit declaration of
built-in function ‘exit’ [enabled by default]
exit(1);
^
platypusd.c: In function ‘GetSizeofCmd’:
platypusd.c:712:5: warning: incompatible implicit declaration of
built-in function ‘free’ [enabled by default]
free(buf);
^
platypusd.c:720:8: warning: incompatible implicit declaration of
built-in function ‘free’ [enabled by default]
free(buf);
^
platypusd.c:737:8: warning: incompatible implicit declaration of
built-in function ‘free’ [enabled by default]
free(buf);
^
platypusd.c:742:2: warning: incompatible implicit declaration of
built-in function ‘free’ [enabled by default]
free(buf);
^
platypusd.c: In function ‘IsolateProcess’:
platypusd.c:841:20: warning: incompatible implicit declaration of
built-in function ‘exit’ [enabled by default]
exit(0); /* parent */
^
/tmp/ccgDyVTv.o: In function `main':
platypusd.c:(.text+0xa44): undefined reference to `InitBlowFish'
platypusd.c:(.text+0xadf): undefined reference to `EncodeString'
platypusd.c:(.text+0xfbf): undefined reference to `DecodeString'
platypusd.c:(.text+0x11bd): undefined reference to `EncodeString'
platypusd.c:(.text+0x15f9): undefined reference to `EncodeString'
platypusd.c:(.text+0x1742): undefined reference to `EncodeString'
platypusd.c:(.text+0x1815): undefined reference to `EncodeString'
platypusd.c:(.text+0x1b5d): undefined reference to `EncodeString'
collect2: error: ld returned 1 exit status
make[1]: *** [server] Error 1
make[1]: Leaving directory `/gilbert/PlatFiles/platd'
make: *** [default] Error 2
I am not finding anything useful online.
Gilbert
On 9/14/2016 9:12 AM, Gilbert T. Gutierrez, Jr. wrote:
Has anyone had success using platd and CentOS7?
Could you share your compiling options?
Thank you,
Gilbert