Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssl_master code issues #1381

Open
mdziczkowski opened this issue Dec 10, 2021 · 0 comments
Open

ssl_master code issues #1381

mdziczkowski opened this issue Dec 10, 2021 · 0 comments

Comments

@mdziczkowski
Copy link
Contributor

While attempting to compile pennmush from the sources, I had recieved a following errors related to the "ssl_master":

/usr/bin/ld: ssl_master.o: warning: relocation against options' in read-only section .text'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o:
in function _start': (.text+0x20): undefined reference to main'
/usr/bin/ld: ssl_master.o: in function make_ssl_slave': ssl_master.c:(.text+0x45): undefined reference to do_rawlog'
/usr/bin/ld: ssl_master.c:(.text+0xac): undefined reference to do_rawlog' /usr/bin/ld: ssl_master.c:(.text+0xfa): undefined reference to maxd'
/usr/bin/ld: ssl_master.c:(.text+0x104): undefined reference to maxd' /usr/bin/ld: ssl_master.c:(.text+0x10e): undefined reference to maxd'
/usr/bin/ld: ssl_master.c:(.text+0x118): undefined reference to maxd' /usr/bin/ld: ssl_master.c:(.text+0x131): undefined reference to maxd'
/usr/bin/ld: ssl_master.o:ssl_master.c:(.text+0x13a): more undefined
references to maxd' follow /usr/bin/ld: ssl_master.o: in function make_ssl_slave':
ssl_master.c:(.text+0x148): undefined reference to lookup_log' /usr/bin/ld: ssl_master.c:(.text+0x166): undefined reference to lookup_log'
/usr/bin/ld: ssl_master.c:(.text+0x1a6): undefined reference to maxd' /usr/bin/ld: ssl_master.c:(.text+0x1ba): undefined reference to options'
/usr/bin/ld: ssl_master.c:(.text+0x1e5): undefined reference to penn_perror' /usr/bin/ld: ssl_master.c:(.text+0x237): undefined reference to options'
/usr/bin/ld: ssl_master.c:(.text+0x24e): undefined reference to options' /usr/bin/ld: ssl_master.c:(.text+0x25a): undefined reference to options'
/usr/bin/ld: ssl_master.c:(.text+0x269): undefined reference to options' /usr/bin/ld: ssl_master.c:(.text+0x285): undefined reference to options'
/usr/bin/ld: ssl_master.o:ssl_master.c:(.text+0x299): more undefined
references to options' follow /usr/bin/ld: ssl_master.o: in function make_ssl_slave':
ssl_master.c:(.text+0x303): undefined reference to do_rawlog' /usr/bin/ld: ssl_master.c:(.text+0x315): undefined reference to options'
/usr/bin/ld: ssl_master.c:(.text+0x32f): undefined reference to do_rawlog' /usr/bin/ld: ssl_master.o: in function kill_ssl_slave':
ssl_master.c:(.text+0x373): undefined reference to do_rawlog' /usr/bin/ld: ssl_master.c:(.text+0x37d): undefined reference to block_a_signal'
/usr/bin/ld: ssl_master.c:(.text+0x39f): undefined reference to mush_wait' /usr/bin/ld: ssl_master.c:(.text+0x3a9): undefined reference to unblock_a_signal'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
make[1]: *** [: ssl_master] Error 1
make[1]: Leaving directory '[path to extracted archive]/src'
make: *** [Makefile:115: ssl_master] Error 2

Could anyone drop an eye on the code how to fix it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant