I have this on a FAQ for SCO OSR 5.0.X but it seems that people are not
following it.
You need to cd to the mysql and edit the Makefile add -lgthreads to these
two below.
EXTRALIBS = -L/usr/local/mysql/lib/mysql -lgthreads -lmysqlclient -lm -lz
-L/usr/local/gcc-2.95.3/lib/gcc-lib/i386-pc-sco3.2v5.0.6/2.95.3 -lgcc
LDLOADLIBS = -L/usr/local/mysql/lib/mysql -lgthreads -lmysqlclient -lm -lz
-L/usr/local/gcc-2.95.3/lib/gcc-lib/i386-pc-sco3.2v5.0.6/2.95.3 -lgcc
Is there a way to automate this when people do a "perl Makefile.PL"
The configure.in test is...
case "$target_os" in
sco3.2v5*)
Thanks,