Just got it going!!
HowTo:
1) configure --orexx and mysql
2) Edit Makefile -> remove all -lpthread
3) Edit Makefile -> Add -lz to get zlib to link in 4 places
4) Go to "my" dir. Edit my.c and change all mysql_num_fields to mysql_field_count . See MySql reference guide for details of why.
5) make
6) make install
7) go to samples dir. and rexx tester.cmd (follow instructions in source.
phill@removethis.webwombat.com
Now for RH7.2
Can post patch if there's any interest.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just got it going!!
HowTo:
1) configure --orexx and mysql
2) Edit Makefile -> remove all -lpthread
3) Edit Makefile -> Add -lz to get zlib to link in 4 places
4) Go to "my" dir. Edit my.c and change all mysql_num_fields to mysql_field_count . See MySql reference guide for details of why.
5) make
6) make install
7) go to samples dir. and rexx tester.cmd (follow instructions in source.
phill@removethis.webwombat.com
Now for RH7.2
Can post patch if there's any interest.