I am using the windows version with no problem, but on a machine with Red Hat 9.0, the latest RPM and
and an ealier version both come up with segment faults.
I had the same problem with the rpm on 9, but was able to
get it to work using the source version. I had to use the
option to not use ssl since the ssl version on 9 didn't
match up.
./configure --without-ssl
make
make install
I just had a strange problem doing the same thing on fedora
core 1 with the exact same source. I complained about
non-terminated " on lines 181 and 183 of tn5250.c. These
lines were a printf("\ and then ending "); on line 183. I
just combined the 3 lines into one long line, and it
compiled and runs just fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
I had the same problem with the rpm on 9, but was able to
get it to work using the source version. I had to use the
option to not use ssl since the ssl version on 9 didn't
match up.
./configure --without-ssl
make
make install
I just had a strange problem doing the same thing on fedora
core 1 with the exact same source. I complained about
non-terminated " on lines 181 and 183 of tn5250.c. These
lines were a printf("\ and then ending "); on line 183. I
just combined the 3 lines into one long line, and it
compiled and runs just fine.
Hi, if you are still experiencing this problem, please open an issue at https://github.com/tn5250/tn5250/issues