Thank you very much for your feedback.
Of course I did google quite a lot before asking here.
I finally found a solution after closely reading ./configure --help
Code: Select all
Some influential environment variables:
[...]
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
[...]
So I tried 'export LDFLAGS='-L/usr/local/lib'
I do not understand why this was necessary because as far as I know /usr/local/lib is a standard directory for libs.
Also the libraries for the other delegates are in that same directory.
It worked for me and maybe this will help someone else in the future.
P.S. Does anyone know how I can find out which email address my account in this forum is linked to?
Could´t find it in the user control panel.