Christopher Rüprich writes:

Thanks, that got me through ./configue, but now I'm stuck with make:

/usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld:
cannot find -lcourierauth
/usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld:
cannot find -lcourierauthsasl

This indicates that libcourier.so and libcourierauthsasl.so were not found in the linker's search path.

Confirm where the libraries are installed.

You may need to use -R in addition to -L, in LDFLAGS.

the make-command was:
COURIERAUTHCONFIG=/opt/courier-0.73.2/bin
CPPFLAGS='-L/opt/courier-0.73.2/lib -I/opt/courier-0.73.2/include'
LDFLAGS=-L/opt/courier-0.73.2/libw

This looks like a typo.

LD_LIBRARY_PATH=/opt/courier-0.73.2/lib make

Do not use LD_LIBRARY_PATH, use -R.

Attachment: pgp5yIw4MdRpe.pgp
Description: PGP signature

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to