Compiling MySecureShell on SCO 6.0


 
Thread Tools Search this Thread
Operating Systems SCO Compiling MySecureShell on SCO 6.0
# 1  
Old 02-01-2010
Compiling MySecureShell on SCO 6.0

I downloaded the source, vsn 1.15 from SourceForge, and ran configure, and then tried make.
I got the following errors:

Quote:
Undefined first referenced
symbol in file
gethostbyaddr ip.o
inet_addr ip.o
gethostbyname parsing.o
UX:ld: ERROR: Symbol referencing errors. No output written

I tried fixing it by setting LD_LIBRARY_PATH to /usr/lib, and by adding -lsocket to the CFLAGS in the make file. But this made no difference.

gethostbyaddr, gethostbyname and inet_addr are all in /usr/lib/libsocket.so

---------- Post updated at 10:18 PM ---------- Previous update was at 07:58 PM ----------

I adjusted the Makefile, and eventually it compiled clean. There are some directory differences as well; I edited one of the header files. I also had to modify the default sftp_config file.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Cybersecurity

MySecureShell 1.15

Hello, We use MySecureShell 1.15 to chroot our users when using SFTP. Has anyone heard of any security issues using this software? We want to lock down any potential security issues. Thanks. (0 Replies)
Discussion started by: mojoman
0 Replies
Login or Register to Ask a Question