<div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">Hi folks,</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">just step into another problem and don't know why?</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">If i try to configure dovecot with the following:</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><blockquote style="border-color: rgb(200, 200, 200); border-left: 3px solid rgb(200, 200, 200); padding-left: 10px; color: rgb(102, 102, 102);"><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><i><span>./configure --prefix=/test/core/dovecot --with-ssldir=/test/core/dovecot/tls --with-mysql</span></i><br></div></blockquote><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">i get</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><blockquote style="border-color: rgb(200, 200, 200); border-left: 3px solid rgb(200, 200, 200); padding-left: 10px; color: rgb(102, 102, 102);"><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><i>...<br></i></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><i><span>checking for auth_userokay... no</span></i><div><i><span>checking for mysql_config... NO</span></i></div><div><i><span>checking for mysql_init in -lmysqlclient... no</span></i></div><i><span>configure: error: Can't build with MySQL support: libmysqlclient not found</span></i><br></div></blockquote><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">After that i've tried to configure with following:</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><blockquote style="border-color: rgb(200, 200, 200); border-left: 3px solid rgb(200, 200, 200); padding-left: 10px; color: rgb(102, 102, 102);"><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><i><span>LDFLAGS="-L/test/core/mariadb/lib" ./configure --prefix=/test/core/dovecot --with-ssldir=/test/core/dovecot/tls --with-mysql</span></i><br></div></blockquote><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">but with same result.</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">The Content of "/test/core/mariadb/lib" is:</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><span>libmariadbclient.a</span><div><span><a target="_blank" rel="noreferrer nofollow noopener" href="http://libmariadb.so">libmariadb.so</a> -> libmariadb.so.3</span></div><div><span>libmariadb.so.3</span></div><div><span>libmysqlclient.a -> libmariadbclient.a</span></div><div><span>libmysqlclient_r.a -> libmariadbclient.a</span></div><div><span>libmysqlclient_r.so -> libmariadb.so.3</span></div><div><span><a target="_blank" rel="noreferrer nofollow noopener" href="http://libmysqlclient.so">libmysqlclient.so</a> -> libmariadb.so.3</span></div><div><span>libmysqlservices.a</span></div><div><span>pkgconfig</span></div><span>plugin</span></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">Also the Path "/test/core/mariadb/lib/pkgconfig" is in the PKG_CONFIG_PATH variable and the</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">Library-Path "/test/core/mariadb/lib" is known by the dynamic linker (/etc/ld.so.conf.d/mylibs.conf).</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">So what am i doing wrong?</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);"><br></div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">My Dovecot version: 2.3.18</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">My Mariadb version: 10.6.5</div><div style="font-family: arial; font-size: 14px; color: rgb(34, 34, 34);">My OS: Ubuntu 20.04</div>