I am attempting to compile Proftp on my 5.3 system.
I kicked off the configure with these options:
./configure --with-modules=mod_tls --with-includes=/opt/freeware/include/openssl --with-libraries=/opt/freeware/lib
That completes without issue. I then issue the make command. It errors with this:
gcc -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/table.o src/regexp.o src/dirtree.o src/support.o src/netaddr.o src/inet.o src/child.o src/parser.o src/log.o src/xferlog.o src/bindings.o src/netacl.o src/class.o src/scoreboard.o src/help.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/display.o src/auth.o src/fsio.o src/mkhome.o src/ctrls.o src/event.o src/var.o modules/mod_core.o modules/mod_xfer.o modules/mod_auth_unix.o modules/mod_auth_file.o modules/mod_auth.o modules/mod_ls.o modules/mod_log.o modules/mod_site.o modules/mod_delay.o modules/mod_auth_pam.o modules/mod_tls.o modules/module_glue.o -L/home/e390666/proftpd-1.3.0a/lib -L/opt/freeware/lib -lsupp -lssl -lcrypto -lpam
ld: 0711-317 ERROR: Undefined symbol: .SSL_renegotiate_pending
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make: 1254-004 The error code from the last command is 1.
Stop.
I have googled around but havent really found anything on how to fix this. Has anyone run into this error before? If so, how do you fix it?
Add a little color to your PUTTY terminal: faq52-6627
I kicked off the configure with these options:
./configure --with-modules=mod_tls --with-includes=/opt/freeware/include/openssl --with-libraries=/opt/freeware/lib
That completes without issue. I then issue the make command. It errors with this:
gcc -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/table.o src/regexp.o src/dirtree.o src/support.o src/netaddr.o src/inet.o src/child.o src/parser.o src/log.o src/xferlog.o src/bindings.o src/netacl.o src/class.o src/scoreboard.o src/help.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/display.o src/auth.o src/fsio.o src/mkhome.o src/ctrls.o src/event.o src/var.o modules/mod_core.o modules/mod_xfer.o modules/mod_auth_unix.o modules/mod_auth_file.o modules/mod_auth.o modules/mod_ls.o modules/mod_log.o modules/mod_site.o modules/mod_delay.o modules/mod_auth_pam.o modules/mod_tls.o modules/module_glue.o -L/home/e390666/proftpd-1.3.0a/lib -L/opt/freeware/lib -lsupp -lssl -lcrypto -lpam
ld: 0711-317 ERROR: Undefined symbol: .SSL_renegotiate_pending
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make: 1254-004 The error code from the last command is 1.
Stop.
I have googled around but havent really found anything on how to fix this. Has anyone run into this error before? If so, how do you fix it?
Add a little color to your PUTTY terminal: faq52-6627