From owner-cvs-ports Tue Jul 1 21:10:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA11472 for cvs-ports-outgoing; Tue, 1 Jul 1997 21:10:47 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca11-20.ix.netcom.com [199.35.209.180]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA11382; Tue, 1 Jul 1997 21:09:41 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id VAA24954; Tue, 1 Jul 1997 21:09:39 -0700 (PDT) Date: Tue, 1 Jul 1997 21:09:39 -0700 (PDT) Message-Id: <199707020409.VAA24954@silvia.HIP.Berkeley.EDU> To: jfitz@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199706181929.MAA08587@freefall.freebsd.org> (message from James FitzGibbon on Wed, 18 Jun 1997 12:29:27 -0700 (PDT)) Subject: Re: cvs commit: ports/databases/p5-DBD-mSQL Makefile ports/databases/p5-DBD-mSQL/files md5 ports/databases/p5-DBD-mSQL/patches patch-aa From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Modified files: * databases/p5-DBD-mSQL Makefile * databases/p5-DBD-mSQL/files md5 * databases/p5-DBD-mSQL/patches patch-aa * Log: * Upgrade to v0.65 This port and databases/msql don't agree on pathnames. I get this even after I install databases/msql. Satoshi ------- >> Checksum OK for DBD-mSQL-0.65.tar.gz. ===> Extracting for p5-DBD-mSQL-0.65 ===> p5-DBD-mSQL-0.65 depends on file: /usr/local/Minerva/libmsql.a - not found ===> Verifying package for /usr/local/Minerva/libmsql.a in /usr/ports/databases/msql ===> msql-1.0.16 is restricted: restrictive copyright (no commercial use). ===> Returning to build of p5-DBD-mSQL-0.65 ===> p5-DBD-mSQL-0.65 depends on file: /usr/local/lib/perl5/site_perl/DBI.pm - found ===> p5-DBD-mSQL-0.65 depends on executable: perl5.004 - found ===> Patching for p5-DBD-mSQL-0.65 ===> Applying FreeBSD patches for p5-DBD-mSQL-0.65 ===> Configuring for p5-DBD-mSQL-0.65 Checking to make sure the value you specified as $MSQL_HOME is correct, and that your installation appears to work... Warning: mSQL library does not appear to be installed. Libraries we'll link with: -L/usr/local/lib -lmsql -lm Checking to see if we can auto-detect your installation's configuration... Cannot find msqladmin in /usr/local/bin You're about to get asked whether or not you are a root install. This basically means, did you install mSQL as the user 'root' or not. If you don't know, answer that you're a root install, or find whoever it was that installed mSQL in the first place. We use your answer to work out which port number the mSQL daemon will be running on. However, a caveat is that the hard-coded values in mSQL may be overridden by either environment variables or the mSQL configuration file. If you specify a value here, and the test script fails to connect to the server ( after you've started the server! ), go find the local guru and ask him/her to restart the server. It's much easier that way... -> Is this installation a root install or non-root? [root/notroot] You say you're a root install on mSQL-1, which makes your default port: 1112 System: perl5.003 freebsd leia.cs.berkeley.edu 3.0-current freebsd 3.0-current #0: mon jun 16 21:25:22 pdt 1997 asami2@leia.cs.berkeley.edu:ccdsrcsyscompileccd i386 i386-freebsd dl_dlopen.xs Compiler: cc -O -I/usr/local/include Warning (will try anyway): No library found for -lmsql Writing Makefile for DBD::mSQL ===> Building for p5-DBD-mSQL-0.65 cp mSQL.pm ./blib/lib/DBD/mSQL.pm cp Msql.pm ./blib/lib/DBD/Msql.pm cc -c -I/usr/local/include -I/usr/local/lib/perl5/site_perl/i386-freebsd/auto/DBI -I/usr/local/lib/perl5/i386-freebsd/5.003 -I/usr/local/include -O -DVERSION=\"0.65\" -DXS_VERSION=\"0.65\" -DPIC -fpic -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE -DMSQL1 dbdimp.c In file included from dbdimp.c:11: mSQL.h:10: msql.h: No such file or directory *** Error code 1 Stop.