You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1996/06/27 21:09:28 UTC

mod_auth_msql problem (fwd)

Can someone tell him which library he's missing please.



Message-Id: <2....@mail.deltanet.com>
X-Sender: garrison@mail.deltanet.com
X-Mailer: Windows Eudora Pro Version 2.2 (32)
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Thu, 27 Jun 1996 11:58:23 -0700
To: apache-bugs@apache.org
From: Mail Delivery Subsystem <MA...@mail1.deltanet.com> (by way of Kerry Garrison <ga...@deltanet.com>)
Subject: mod_auth_msql problem

I am trying to compile Apache 1.0.5 with mSQL Authentication and am having
some problems.

I am running on a Pentium100 with 32mb RAM with BSDI 2.1, and mSQL 1.0.13.
Any help would be appreciated.



Added to Configuration:
Module mod_auth_msql      mod_auth_msql.o

Error Messages:
modules.o: Undefined symbol _mod_auth_msql referenced from data segment
mod_auth_msql.o: Undefined symbol _msqlConnect referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlErrMsg referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlSelectDB referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlErrMsg referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlQuery referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlErrMsg referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlStoreResult referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlErrMsg referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlClose referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlFetchRow referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlErrMsg referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlFreeResult referenced from text segment
mod_auth_msql.o: Undefined symbol _msqlClose referenced from text segment
*** Error code 1

Stop.

----- End of forwarded message from garrison@deltanet.com> -----

-- 
Rob Hartill (robh@imdb.com)
The Internet Movie Database (IMDb)  http://www.imdb.com/
           ...more movie info than you can poke a stick at.

Re: mod_auth_msql problem (fwd)

Posted by Brian Behlendorf <br...@organic.com>.
On Thu, 27 Jun 1996, Dirk-Willem van Gulik wrote:
> Just make sure that our msql libriary is in;
> 
> adding the flags
> 
>  -lmsql -L/usr/local/lib -L/usr/local/Minerva/lib
> 
> might help.

I'll add this to Configuration.tmpl

	Brian

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com  www.apache.org  hyperreal.com  http://www.organic.com/JOBS


Re: mod_auth_msql problem (fwd)

Posted by Dirk-Willem van Gulik <di...@elect6.jrc.it>.
Just make sure that our msql libriary is in;

adding the flags

 -lmsql -L/usr/local/lib -L/usr/local/Minerva/lib

might help.

DW


hGBttp://me-www.jrc.it/~dirkx               http://enrm.ceo.org/.
DWvGulik@Dialis.xs4all.nl                  Dirk.vanGulik@jrc.it
+39 332 78 1322                                 +39 332 78 9549
                                            fax +39 332 78 9185

ISEI/ESBA;                     The Center For Earth Observation
Joint Research Centre of the European Communities, Ispra, Italy

On Thu, 27 Jun 1996, Rob Hartill wrote:

> 
> Can someone tell him which library he's missing please.
> 
> 
> 
> Message-Id: <2....@mail.deltanet.com>
> X-Sender: garrison@mail.deltanet.com
> X-Mailer: Windows Eudora Pro Version 2.2 (32)
> Mime-Version: 1.0
> Content-Type: text/plain; charset="us-ascii"
> Date: Thu, 27 Jun 1996 11:58:23 -0700
> To: apache-bugs@apache.org
> From: Mail Delivery Subsystem <MA...@mail1.deltanet.com> (by way of Kerry Garrison <ga...@deltanet.com>)
> Subject: mod_auth_msql problem
> 
> I am trying to compile Apache 1.0.5 with mSQL Authentication and am having
> some problems.
> 
> I am running on a Pentium100 with 32mb RAM with BSDI 2.1, and mSQL 1.0.13.
> Any help would be appreciated.
> 
> 
> 
> Added to Configuration:
> Module mod_auth_msql      mod_auth_msql.o
> 
> Error Messages:
> modules.o: Undefined symbol _mod_auth_msql referenced from data segment
> mod_auth_msql.o: Undefined symbol _msqlConnect referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlErrMsg referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlSelectDB referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlErrMsg referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlQuery referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlErrMsg referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlStoreResult referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlErrMsg referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlClose referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlFetchRow referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlErrMsg referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlFreeResult referenced from text segment
> mod_auth_msql.o: Undefined symbol _msqlClose referenced from text segment
> *** Error code 1
> 
> Stop.
> 
> ----- End of forwarded message from garrison@deltanet.com> -----
> 
> -- 
> Rob Hartill (robh@imdb.com)
> The Internet Movie Database (IMDb)  http://www.imdb.com/
>            ...more movie info than you can poke a stick at.
>