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

Making all in libs/imap
make[1]: Entering directory `/src/courier-0.73.2/libs/imap'
make  all-am
make[2]: Entering directory `/src/courier-0.73.2/libs/imap'
/bin/sh ./libtool  --tag=CC   --mode=link gcc  -I.. -I./.. -Wall -g -O2 
-L/opt/courier-0.73.2/lib -o imaplogin imaplogin.o authenticate_auth.o
proxy.o libimapd.la libimaplogin.la -lcourierauth -lcourierauthsasl
libtool: link: gcc -I.. -I./.. -Wall -g -O2 -o imaplogin imaplogin.o
authenticate_auth.o proxy.o  -L/opt/courier-0.73.2/lib
./.libs/libimapd.a /opt/courier-0.73.2/lib/libunicode.so
./.libs/libimaplogin.a -lcourierauth -lcourierauthsasl
/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
collect2: error: ld returned 1 exit status
make[2]: *** [imaplogin] Fehler 1
make[2]: Leaving directory `/src/courier-0.73.2/libs/imap'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/src/courier-0.73.2/libs/imap'
make: *** [all-recursive] Fehler 1


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/lib
LD_LIBRARY_PATH=/opt/courier-0.73.2/lib make



Am 16.09.2014 um 11:49 schrieb Christopher Rüprich:
> I'm trying to build and install courier-authlib, courier-unicode and
> courier to /opt/courier-0.73.2/
>
>
> So far I installed authlib with:
> CPPFLAGS=-L/opt/mysql/lib ./configure --prefix=/opt/courier-0.73.2
> --sysconfdir=/etc/courier --without-authpgsql --without-authshadow
> --without-authldap --without-authpwd --without-authcustom
> --without-authpipe --with-mysql-libs=/opt/mysql/lib
> --with-mysql-includes=/opt/mysql/include --with-authmysql
> --without-stdheaderdir
> make
> make install
>
>
> and unicode with:
> ./configure --prefix=/opt/courier-0.73.2
> make
> make install
>
>
> When building courier, ./configure fails with
> "configure: error: The Courier Unicode Library appears not to be
> installed. You may need to install a separate development subpackage, in
> addition to the main package"
>
> My configure command was:
> COURIERAUTHCONFIG=/opt/courier-0.73.2/bin
> CPPFLAGS=-L/opt/courier-0.73.2/lib LDFLAGS=-L/opt/courier-0.73.2/lib
> LD_LIBRARY_PATH=/opt/courier-0.73.2/lib ./configure
> --prefix=/opt/courier-0.73.2 --sysconfdir=/etc/courier
>
> I even tried to add the courier-libdir to ld.so.conf and libunicode.so.1
> is returned by ldconfig -v
>
> How do I tell ./configure where to find the Unicode Library?
>



------------------------------------------------------------------------------
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