msql mod and apache 1.2..

msql mod and apache 1.2..

Post by Luke Mill » Tue, 01 Jul 1997 04:00:00



I have been having problems compiling Apache 1.2 under Linux 2.0.30, I
have included the msql module (mod_auth_msql).  Any help would be apprecated.
Here is what I get:

mod_auth_msql.o: In function `do_msql_query':
mod_auth_msql.o(.text+0x187): undefined reference to `msqlConnect'
mod_auth_msql.o(.text+0x199): undefined reference to `msqlErrMsg'
mod_auth_msql.o(.text+0x1db): undefined reference to `msqlSelectDB'
mod_auth_msql.o(.text+0x1e8): undefined reference to `msqlErrMsg'
mod_auth_msql.o(.text+0x221): undefined reference to `msqlClose'
mod_auth_msql.o(.text+0x24c): undefined reference to `msqlQuery'
mod_auth_msql.o(.text+0x267): undefined reference to `msqlErrMsg'
mod_auth_msql.o(.text+0x2a0): undefined reference to `msqlClose'
mod_auth_msql.o(.text+0x2c1): undefined reference to `msqlStoreResult'
mod_auth_msql.o(.text+0x2da): undefined reference to `msqlErrMsg'
mod_auth_msql.o(.text+0x33a): undefined reference to `msqlFetchRow'
mod_auth_msql.o(.text+0x381): undefined reference to `msqlErrMsg'
mod_auth_msql.o(.text+0x3c2): undefined reference to `msqlFreeResult'
mod_auth_msql.o(.text+0x3cd): undefined reference to `msqlClose'
make: *** [httpd] Error 1

Thanks
Luke

 
 
 

msql mod and apache 1.2..

Post by Marc Slemk » Tue, 01 Jul 1997 04:00:00



Quote:>I have been having problems compiling Apache 1.2 under Linux 2.0.30, I
>have included the msql module (mod_auth_msql).  Any help would be apprecated.
>Here is what I get:

And you do have the msql library included and you did change the
compilation flags to include it on the command line?  If you don't
have MSQL, don't include mod_auth_msql.
Quote:>mod_auth_msql.o: In function `do_msql_query':
>mod_auth_msql.o(.text+0x187): undefined reference to `msqlConnect'
>mod_auth_msql.o(.text+0x199): undefined reference to `msqlErrMsg'
>mod_auth_msql.o(.text+0x1db): undefined reference to `msqlSelectDB'
>mod_auth_msql.o(.text+0x1e8): undefined reference to `msqlErrMsg'
>mod_auth_msql.o(.text+0x221): undefined reference to `msqlClose'
>mod_auth_msql.o(.text+0x24c): undefined reference to `msqlQuery'
>mod_auth_msql.o(.text+0x267): undefined reference to `msqlErrMsg'
>mod_auth_msql.o(.text+0x2a0): undefined reference to `msqlClose'
>mod_auth_msql.o(.text+0x2c1): undefined reference to `msqlStoreResult'
>mod_auth_msql.o(.text+0x2da): undefined reference to `msqlErrMsg'
>mod_auth_msql.o(.text+0x33a): undefined reference to `msqlFetchRow'
>mod_auth_msql.o(.text+0x381): undefined reference to `msqlErrMsg'
>mod_auth_msql.o(.text+0x3c2): undefined reference to `msqlFreeResult'
>mod_auth_msql.o(.text+0x3cd): undefined reference to `msqlClose'
>make: *** [httpd] Error 1
>Thanks
>Luke