That did the trick.
The command
"env CFLAGS="${CFLAGS} -I/usr/local/include" pip install django-auth-ldap"
did install all needed packets.
I hardly would have get to it by myself.
Thank you very much!
--
Best Regards
Maksim Rodin
27.08.2018, 15:40, "Remco" <[email protected]>:
> Op 08/27/18 om 12:09 schreef Максим:
>> Sorry, I was wrong.
>> There is a file "lber.h" on the system (/usr/local/include/lber.h)
>> But the installer doesn't seem to know where to find it.
>> So the question remains.
>>
>> --
>> Maksim Rodin
>
> Maybe you need to use the CFLAGS -I option to include /usr/local/include
> in the include search path, something like:
> env CFLAGS="${CFLAGS} -I/usr/local/include" <comand>