Received: by taz.hyperreal.com (8.6.12/8.6.5) id GAA08544; Wed, 24 Apr 1996 06:06:58 -0700 Received: from sierra.zyzzyva.com by taz.hyperreal.com (8.6.12/8.6.5) with ESMTP id GAA08530; Wed, 24 Apr 1996 06:06:51 -0700 Received: from zyzzyva.com (randy@localhost [127.0.0.1]) by sierra.zyzzyva.com (8.7.4/8.6.11) with ESMTP id IAA05275; Wed, 24 Apr 1996 08:05:58 -0500 (CDT) Message-Id: <199604241305.IAA05275@sierra.zyzzyva.com> To: new-httpd@hyperreal.com cc: ikluft@cisco.com Subject: Re: WWW Form Bug Report: "msql.h missing from 1.1b1" on Solaris 2.x (fwd) In-reply-to: cliff's message of Tue, 23 Apr 1996 23:44:33 -0700. X-uri: http://www.zyzzyva.com/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Apr 1996 08:05:56 -0500 From: Randy Terbush Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com msql.h is part of the mSQL distribution. If you don't have mSQL installed on your system, then you probably don't want to enable this module. You'll need to add a '-I' argument to CFLAGS to point the compiler at the location of your mSQL includes, and add a '-L' argument to LDFLAGS in order to link the mSQL library that will also be needed. Don't forget to add '-lmsql' to the EXTRA_LIBS define as well. > ---------- Forwarded message ---------- > Date: Tue Apr 23 22:55:33 1996 > From: ikluft@cisco.com > To: cliff@organic.com > Subject: WWW Form Bug Report: "msql.h missing from 1.1b1" on Solaris 2.x > > Submitter: ikluft@cisco.com > Operating system: Solaris 2.x, version: > Version of Apache Used: > Extra Modules used: auth_dbm auth_msql > URL exhibiting problem: > > Symptoms: > -- > There is a missing header from the msql module. > For now I've diabled it and it compiles. Other > testing is yet to be done... > > gcc -c -O2 -DSOLARIS2 mod_auth_msql.c > mod_auth_msql.c:128: msql.h: No such file or directory > make: *** [mod_auth_msql.o] Error 1 > > It isn't in the tar.gz file or the known bugs > list so it sounds like you'd want to know about > it. > > Ian Kluft > ikluft@cisco.com > > -- > > Backtrace: > -- > > --