[Exim] Build Exim with Oracle support

Top Pagina
Delete this message
Reply to this message
Auteur: Charlie Elgholm
Datum:  
Aan: exim-users
Onderwerp: [Exim] Build Exim with Oracle support
Hello!

I'm new to this list, and also new to Exim.

I'm trying to build Exim with Oracle support but it keeps
backfiring on me with the stupid:
---
make[1]: *** No rule to make target `lookups/lookups.a', needed by `exim'.
Stop.
---

I=I've tried including the LOOKUP_LIBS in the Local/Makefile:
---
LOOKUP_LIBS=-L/usr/lib -L/home/oracle/product/9i/lib
---

But it doesn't help..

Anyone?

PS. I know it is the Oracle-support which I can't get to work because if I
remove
"LOOKUP_ORACLE=yes" it compiles perfectly.

/Charlie