From owner-freebsd-questions Wed Dec 11 14:27:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48CD337B401 for ; Wed, 11 Dec 2002 14:27:12 -0800 (PST) Received: from mail.dci-corp.com (mail.dci-corp.com [65.88.13.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B659C43EB2 for ; Wed, 11 Dec 2002 14:27:11 -0800 (PST) (envelope-from shooverfbn@442spot.com) Received: from rocket455 (unknown [172.16.2.50]) by mail.dci-corp.com (Postfix) with SMTP id EF8BF1FB0C for ; Wed, 11 Dec 2002 16:27:10 -0600 (CST) From: "Stephen Hoover" To: Subject: /usr/libexec/elf/ld: cannot find -lmysqlclient while compiling maildrop Date: Wed, 11 Dec 2002 16:27:16 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was hoping someone could help me with this. I've joined the maildrop list, but not much traffic on that list, no help so far. I am trying to compile maildrop from sources with mysql support. When I execute a make, I receive this error: Compiling varlist.C g++ -g -O2 -I./../rfc822 -I./../rfc2045 -I.. -I./.. -Wall -o maildrop deliver.o deliverdotlock.o dotlockmaildrop.o filelock.o filter.o formatmbox.o globaltimer.o lexer.o log.o maildir.o main.o message.o messageinfo.o pipefds.o re.o recipe.o recipenode.o recipeparse.o reeval.o rematch.o rematchmsg.o rematchstr.o search.o token.o varlist.o libmdcommon.a ../rfc822/librfc822.a ../maildir/libmaildir.a ../numlib/libnumlib.a liblock/liblock.a -lmysqlclient -lz /usr/libexec/elf/ld: cannot find -lmysqlclient *** Error code 1 Stop in /root/maildrop-1.5.0/maildrop. *** Error code 1 Stop in /root/maildrop-1.5.0/maildrop. *** Error code 1 Stop in /root/maildrop-1.5.0. 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. Thanks! Stephen Hoover Dallas, Texas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message