Sam Varshavchik wrote:
> 
> On Tue, 25 Jul 2000, TAG wrote:
> 
> > Sam Varshavchik wrote:
> > >
> > > On Tue, 25 Jul 2000, TAG wrote:
> > >
> > > > HI ALL,
> > > >
> > > > I have been trying to install sqwebmail with the amil:mysql patch from
> > > > Softagency and have had a few hassels:
> > > >
> > > > my ./configure line looks like:
> > > >
> > > > ./configure  --enable-cgibindir=/usr/local/apache/cgi-bin/
> > > > --with-module-authmysql --without-authldap --without-authdaemon
> > > > --without-authvchkpw --without-authpam --without-authshadow
> > > > --without-authpwd --with-db=gdbm --with-userdb=/etc/userdb
> > > >
> > > > It installs and I can get it through the browser, but I cannot get to
> > > > loggin...
> > >
> > > Although there's no such option in existence "--with-module-authmysql",
> > > your real problem is something else.  Examine authlib/config.log for
> > > detailed error messages.
> > >
> > > --
> > > Sam
> > Hi,
> >
> > OK - I see the problem - changed --with-module-authmysql to
> > --with-authmysql and tried to recompile:
> >
> > I get the following now!!
> >
> >
> > checking for mysql_connect in -lmysqlclient... no
> > configure: error: --with-authmysql specified
> > configure: error: ./configure failed for authlib
> >
> > Any ideas??
> 
> What I already said:  check authlib/config.log for more detailed error
> messages.
> 
> --
> Sam
ooppsss!!  -sorry my fault - 

here is the extract:

onfigure:2615: checking for mysql_connect in -lmysqlclient
configure:2634: gcc -o conftest -g -O2 -Wall -I.. -I./..   conftest.c
-lmysqlclient   1>&5
ld: fatal: library -lmysqlclient: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 2623 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char mysql_connect();

int main() {
mysql_connect()
; return 0; }


Thanks
Tonino

Reply via email to