6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] courier-authlib f...
FromSent OnAttachments
David BranfordDec 29, 2005 6:38 am 
Sam VarshavchikDec 29, 2005 3:39 pm 
DavidDec 29, 2005 9:14 pm 
Sam VarshavchikDec 30, 2005 3:54 am 
DavidJan 1, 2006 9:47 pm 
xerxesOct 26, 2006 1:39 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] courier-authlib fails to compile on Fedora Core 4 / x86_64Actions...
From:xerxes (ithe@dateapp.com)
Date:Oct 26, 2006 1:39:52 pm
List:net.sourceforge.lists.courier-users

Linking libauthmysql.la /usr/bin/ld: /usr/lib/libmysqlclient.a(libmysql.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/lib/libmysqlclient.a: could not read symbols: Bad value collect2: ld returned 1 exit status gmake[2]: *** [libauthmysql.la] Error 1

What worked for me is installing zlib-devel. I suppose this works around the problem that zlib has with linking when used in the compile of libauthmysql.la. I'm using SUSE on x86_64 and compiling from source, trying to install courier mail server with authlib and a mysql backend. Hope this helps someone here or searching the web and pulling their hair out.