I do not think this is a PAR problem.
It seems that the _cytpe_b error is not uncommon. I searched on google for
undefined reference _ctype_b
and I see oracle, apache, dostats, php and maybe others, having the _ctype_b
problem, stemming back at least a year. I see that the problem occurs on
Red Hat, and also Cygwin.
I do not have an answer, but there seems to be more information at
http://www.livejournal.com/users/jackal/1035185.html
Oh, wait, maybe the above URL does have an answer. Scroll down and look for
the verbiage below.
> Ok - I figured out what you meant. Copy over the system ctype.h and change
all the ctype_b's to ctype_b_loc and recompile the lib and then go recompile
daapd.
Good luck
----- Original Message -----
From: "Colin Meyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 17, 2004 1:41 PM
Subject: trouble building PAR on RedHat Linux
> Hi,
>
> I am trying to install PAR on RedHat Linux, version 9.0.
>
> perl is 5.8.2
> PAR is 0.85
>
> I get "undefined reference to `__ctype_b'" and other similar errors
> during the linking phase.
>
> Attached are the log from "perl Makefile.PL; make" and "perl -V".
>
> I have searched the mailing list archive, and found one reference to
> a similar problem, but no solution.
>
> Thanks helping,
> -Colin.
>