From owner-freebsd-database@FreeBSD.ORG Tue Dec 21 18:16:58 2004 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E07516A4CE for ; Tue, 21 Dec 2004 18:16:58 +0000 (GMT) Received: from mail.mcnet.pl (mail.mcnet.pl [217.67.192.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBF4E43D3F for ; Tue, 21 Dec 2004 18:16:56 +0000 (GMT) (envelope-from pawel@mcmail.pl) Received: from localhost (localhost [127.0.0.1]) by mail.mcnet.pl (Postfix) with ESMTP id 5CC4532EF2; Tue, 21 Dec 2004 19:16:54 +0100 (CET) Received: from mail.mcnet.pl ([127.0.0.1]) by localhost (orchid [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27139-09; Tue, 21 Dec 2004 19:16:54 +0100 (CET) Received: from localhost (acy153.neoplus.adsl.tpnet.pl [83.25.76.153]) by mail.mcnet.pl (Postfix) with ESMTP id 0DAFC32EB6 for ; Tue, 21 Dec 2004 19:16:54 +0100 (CET) Date: Tue, 21 Dec 2004 19:16:32 +0100 From: PawelG X-Priority: 3 (Normal) Message-ID: <569726426.20041221191632@mcmail.pl> To: freebsd-database@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by mcnet e-mail virus scanner at mail.mcnet.pl Subject: MySQL 4.1 compilation problem X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: P List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 18:16:58 -0000 Hello, It's FreeBSD 5.3-STABLE box. I'd like to install mysql41-server port and get this error: (root@ttyp2):/usr/ports/databases/mysql41-server# make BUILD_STATIC=yes install ===> mysql-server-4.1.7 depends on executable: gmake - found ===> mysql-server-4.1.7 depends on file: /usr/local/bin/libtool15 - found ===> mysql-server-4.1.7 depends on shared library: mysqlclient.14 - not found ===> Verifying install for mysqlclient.14 in /usr/ports/databases/mysql41-client ===> Returning to build of mysql-server-4.1.7 Error: shared library "mysqlclient.14" does not exist *** Error code 1 /usr/ports are updated. I have no idea why mysqlclient.14 library is missed. mysql41-client is already installed properly: (root@ttyp2):/usr/ports/databases/mysql41-server# pkg_info | grep mysql mysql-client-4.1.7 Multithreaded SQL database (client) Thank you for any ideas and comments. Kind regards, -- Pawel