Edward Hermanson wrote: > > The error is: > > "mysql is needed for aspseek.*.asp" > > where the * is the version I can't remember.
This is probably because you have installed MySQL from www.mysql.org site, which is called "MySQL", and RedHat guys are calling it "mysql" (note the case difference), so my rpm package depends on "mysql" and not "MySQL". You can work around the problem by installing rpm with --nodeps flag to rpm. > I have also tried compiling from the source but I get another error: > "can't find compress, install libz and configure again." I installed zlib > (which I think is the same thing) for my distro, but it gives the same error > message. You also need zlib-devel in order to compile. PS I recommend you to subscribe to aseek-users mailing list in order to ask your questions etc. This is low-volume list; sub info is at http://www.aspseek.org/maillist.html > Any ideas? > > Ed > > ----- Original Message ----- > From: "Kir Kolyshkin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Monday, May 27, 2002 12:43 AM > Subject: Re: [aseek]: mysql path... > > > Edward Hermanson wrote: > > > > > > I am getting an error saying that the rpm for aspseek needs mysql. I > > > have a perfectly working mysql server and checked the user table and the > > > root password is not set. > > > > What exact error do you see? > > > > > I do not know how to tell the rpm where mysql is at the command line. Or > > > even if this will work. Can you help? > > > > > > Edward Hermanson > > > > -- [EMAIL PROTECTED] ICQ UIN 7551596 Phone +7 903 6722750 -- > > Don't believe in magic; understand what your libraries do, how > > they do it, and at what cost they do it. -- Bjarne Stroustrup > > -- [EMAIL PROTECTED] ICQ UIN 7551596 Phone +7 903 6722750 -- Don't believe in magic; understand what your libraries do, how they do it, and at what cost they do it. -- Bjarne Stroustrup
