It looks like fribdi2 has changed from using fribidi-config to using pkg-config and this prevents the configure from finding that it has been installed. I built fribidi2 from source and installed it in /usr/local
Daniel Morissette wrote:
> Stephen Woodbridge wrote:
>>
>> mapserver expects
>>
>> --with-fribidi-config=yes
>> --with-fribidi-config=/path/to/fribidi-config
>>
>> BUT the fribidi2 download does not appear to build one!
>>
>> Anyone go any ideas?
>>
>
> I just checked and the previous release (fribidi-0.10.9) did include one, so it
> seems that the fribidi-config script was dropped in fribidi-0.19.1.
>
> Sounds like someone needs to ask about this on their dev list. I think Alan was
> on that list when he worked on that so maybe he could ask.
>
> Daniel
> I'm not aware of any ticket for this. FYI it seems that fribidi-config was
> dropped > in favor of pkg-config. Here is the response we got from their list:
> > Yes. Dropped in favor of pkg-config.
> >
> > [behdad:0 ~]$ pkg-config --cflags fribidi
> > -I/home/behdad/.local/include/fribidi [behdad:0 ~]$ pkg-config --libs fribidi
> > -L/home/behdad/.local/lib -lfribidi