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>

Reply via email to