Ian Fenn �����(�):
> 
> Hi,
> 
> I tried to install the rpms, but receive the following:
> 
> rpm -i http://www.aspseek.org/pkg/rpm/aspseek-mysql-lib-1.2.4a-1.asp.i386.rpm
> error: failed dependencies:
> mysql is needed by aspseek-mysql-lib-1.2.4a-1.asp
> 
> The odd thing is that MySQL is installed:
> 
> rpm -qa | grep MySQL
> MySQL-shared-3.23.37-1
> MySQL-client-3.23.37-1
> MySQL-devel-3.23.37-1
> MySQL-3.23.37-1
> 
> The server is a RAQ4 with Apache.
> 
> Any thoughts?

It seems that aspseek rpm expects "mysql" (in lowercase) and you have
"MySQL" (uppercased). Eeeck!

You can use --nodeps flag to RPM to bypass dependency check.

> I did try installing the tarfile and succeeded in compiling the programs.
> Unfortunately, however, there seems to be a permissions issue somewhere
> along the line that is stopping the programs from working. I can provide
> more details on that, but I thought the RPMs might be an easier solution.

Just create aspseek user (adduser aspseek) and do
chown -R aspseek /usr/local/aspseek

And please run searchd and index as aspseek user, not root. You can
do it with su, like that:

su - aspseek -c /usr/local/aspseek/sbin/index

Or, just login as aspseek and run it.

--  [EMAIL PROTECTED]  http://kir.sever.net   ICQ 7551596  --
Bend the facts to fit the conclusion. It's easier that way.
--  |_ | |\| |_| ><   --  |_| |\| | ><   --   | ) |\/|   --

Reply via email to