sebastinas / yafc

Yafc is yet another ftp client (with some handy features)
Other
45 stars 16 forks source link

Many "failed to decode password" errors in yafc git #22

Closed TheJosh closed 12 years ago

TheJosh commented 12 years ago

So I did a git pull/autogen/make and now passwords aren't working correctly. When I start yafc I get hundreds of these errors (one per bookmark I'm guessing), even before I login to a server

compiler ....................... gcc -std=gnu99 -Wall -O2 -g
preprocessor flags .............        
linker flags ................... -Wall -O2 -g -Wl,-Bsymbolic-functions      
libraries ...................... -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err   -lreadline -lssl -lcrypto   -lssh -lssl -lcrypto  
installation prefix ............ /usr/local
using Kerberos 4 ...............
using Kerberos 5 ............... yes
using readline ................. yes
using ssh ...................... yes
using IPv6 ..................... yes
using NLS ...................... yes

Full autogen: http://pastebin.com/XHqwXN2A

TheJosh commented 12 years ago

Okay so it's running the HAVE_BASE64_OPENSSL version in lib/base64.c

sebastinas commented 12 years ago

Thanks for the quick fix.