Date: Thu, 12 Dec 2002 08:55:21 +0200 From: Simas Cepaitis <snc@post.5ci.lt> To: freebsd-questions@freebsd.org Cc: shooverfbn@442spot.com Subject: Re: /usr/libexec/elf/ld: cannot find -lmysqlclient while compiling maildrop Message-ID: <20021212065521.GA13276@sunny.5ci.lt> In-Reply-To: <MOEJLOFPGBFEEOIFFMLKIECFEMAA.shooverfbn@442spot.com> References: <MOEJLOFPGBFEEOIFFMLKIECFEMAA.shooverfbn@442spot.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, * Stephen Hoover (shooverfbn@442spot.com) wrote: > I have MySQL 3.23.49 compiled from ports. The libs are in > /usr/local/lib/mysql. > Any help appreciated, I realize this is not a maildrop list, just hoping > someone else had some across this. What are permissions on /usr/local/lib/mysql? Long time ago I had this problem, because this dir was group writable, and ldconfig refused group writable dirs. Try to run # ldconfig -m /usr/local/lib/mysql and see what it does. Simas Cepaitis snc@post.5ci.lt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021212065521.GA13276>