Re: Having a big problem in libmysqlclient.a with apache and php

2001-04-12 Thread Tom Yarrish
I had a problem like this when I put together my Apache/PHP/mySQL server (now keep in mind I didn't use RPM's, I built all from source). Anyway, there's a line in the Makefile under apache-x.x.x/src that begins with LIBS1=. At the end of the line, you will probably have to add "-lz" (that's spac

Re: Having a big problem in libmysqlclient.a with apache and php

2001-04-12 Thread Mohamed Ould
David Beech a écrit : > On 11 Apr 2001, at 18:07, Mohamed Ould wrote: > > > > > > > apache "make" abort with these errors: > > > > > > > usr/local/mysql/lib/libmysqlclient.a(my_compress.o > > > > > > > ): In function `my_uncompress': > > > > > > > my_compress.o(.text+0x9a): undefined reference to

Re: Having a big problem in libmysqlclient.a with apache and php

2001-04-12 Thread David Beech
On 11 Apr 2001, at 18:07, Mohamed Ould wrote: > > > > > > apache "make" abort with these errors: > > > > > > usr/local/mysql/lib/libmysqlclient.a(my_compress.o > > > > > > ): In function `my_uncompress': > > > > > > my_compress.o(.text+0x9a): undefined reference to > > > > > > `uncompress' > > >

Re: Having a big problem in libmysqlclient.a with apache and php

2001-04-11 Thread Joe Canon
> From: Mohamed Ould <[EMAIL PROTECTED]> > To: Mohamed Ould <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > Date: Wed, 11 Apr 2001 14:25:01 +0200 > Subject: Re: Having a big problem in libmysqlclient.a with apache and php > > > No body whic

Re: Having a big problem in libmysqlclient.a with apache and php

2001-04-11 Thread Mohamed Ould
I'm sorry, even with this do not works. Thanks anyway. Gerald Clark a écrit : > make distclean, reconfigure and re make and install mysql. > > Mohamed Ould wrote: > > > > I have I have already zlib RPM (zlib-1.1.3-12) installed on my machine. Is this >is wrong one? > > > > Gerald Clark a écri

Re: Having a big problem in libmysqlclient.a with apache and php

2001-04-11 Thread Gerald Clark
make distclean, reconfigure and re make and install mysql. Mohamed Ould wrote: > > I have I have already zlib RPM (zlib-1.1.3-12) installed on my machine. Is this is >wrong one? > > Gerald Clark a écrit : > > > You need to load the zlib RPM from your CD. > > > > Mohamed Ould wrote: > > > > >

Re: Having a big problem in libmysqlclient.a with apache and php

2001-04-11 Thread Mohamed Ould
I have I have already zlib RPM (zlib-1.1.3-12) installed on my machine. Is this is wrong one? Gerald Clark a écrit : > You need to load the zlib RPM from your CD. > > Mohamed Ould wrote: > > > > No body which is able to tell me what to do with this error? > > I'm staying in it since three days

Re: Having a big problem in libmysqlclient.a with apache and php

2001-04-11 Thread Gerald Clark
You need to load the zlib RPM from your CD. Mohamed Ould wrote: > > No body which is able to tell me what to do with this error? > I'm staying in it since three days. Searching on all google.com but no result. > > Thanks > > Mohamed Ould a écrit : > > > Hi, > > > > I goot this error when I t

Re: Having a big problem in libmysqlclient.a with apache and php

2001-04-11 Thread Mohamed Ould
No body which is able to tell me what to do with this error? I'm staying in it since three days. Searching on all google.com but no result. Thanks Mohamed Ould a écrit : > Hi, > > I goot this error when I type "make" apache after installating > (mysql-3.23.36-pc-linux-gnu-i686.tar.gz) configu

Having a big problem in libmysqlclient.a with apache and php

2001-04-09 Thread Mohamed Ould
Hi, I goot this error when I type "make" apache after installating (mysql-3.23.36-pc-linux-gnu-i686.tar.gz) configurating it with php 4.0.4pr1 on RedHat 7.0, the problème as seen bellow seems to be related to libmysqlclient.a(my_compress.o) but I don't know what to do. I'm following exactly the