Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: toonysnn on July 02, 2007, 08:32:44 PM

Title: Install keeps saying "MySQL: No"
Post by: toonysnn on July 02, 2007, 08:32:44 PM
I've reset the cache or whatever it was with "make distclean," I've checked to make sure MySQL was running (ps -acwxx) and checked the mysql version (5.0.32) and nothing is showing up for MySQL. I've checked docs/MYSQL and it said something about installing mysql-dev, I ran apt-get -f install mysql-dev, returned no results.

Can anyone help? I know there's something that I'm not doing right...it just wants to annoy me :-/
Title:
Post by: Pieter Bootsma on July 02, 2007, 09:18:30 PM
On debian/kubuntu you'll be looking for the package libmysqlclient15-dev
Title:
Post by: toonysnn on July 02, 2007, 09:23:20 PM
Thanks, now I can get my site up and running :)
I really need to start figuring out these linux packages... *tries to memorize*

EDIT: err it won't work with MySQL...
This is my config:
Code: [Select]
# Mysql [OPTIONAL]
MysqlHost "192.168.1.103"
MysqlUser "root"
MysqlPass "<removed for security reasons :P>"
MysqlName "anope"
MysqlSock "/tmp/mysql.sock"
MysqlPort 3306

# MysqlSecure "<des>|<md5>|<sha>|<key>" [OPTIONAL]
#MysqlSecure "<md5>"

# MysqlRetries <value>      [OPTIONAL]
# MysqlRetryGap <value>     [OPTIONAL]
MysqlRetries 10
#MysqlRetryGap 1

# UseRDB [OPTIONAL]
#UseRDB
Am I missing something?

[Edited on 2-7-2007 by toonysnn]
Title:
Post by: toonysnn on July 03, 2007, 04:52:03 AM
Okay... well I figured that out. But is there any way to make it update like every 10-30 seconds so that MySQL can be read/write often and my website can integrate fully? I've got the tables setup in PHP, everything updates. But when I do '/operserv update' it takes the row(s) out that were put in via web client.

[Edited on 2-7-2007 by toonysnn]
Title:
Post by: Pieter Bootsma on July 03, 2007, 09:51:14 AM
No, that's currently impossible due to the way it was designed back in the days. It should've been done right at once, but we'll be tackling that problem after 1.8 has been released :)
Title:
Post by: toonysnn on July 03, 2007, 11:58:41 AM
Yay, :)
At least I won't have to make it use $_POST to a pJIRC client forever :p
Title:
Post by: Mystou on August 09, 2007, 09:15:39 PM
Hello,

I've the same problem, but on Fedora Core 2.

My version of Mysql: 3.23.58

I've installed mysql-devel-3.23.58-16.FC2.1
Title:
Post by: Mystou on August 09, 2007, 09:15:44 PM
Hello,

I've the same problem, but on Fedora Core 2.

My version of Mysql: 3.23.58

I've installed mysql-devel-3.23.58-16.FC2.1
Title:
Post by: Jappy on August 09, 2007, 11:34:38 PM
on debian etch . mysql 5..  search pour /var/lib/mysql/mysqld.sock instead /tmp/mysql.sock . check on my.cnf for correct place in all case
Title:
Post by: Mystou on August 10, 2007, 04:53:03 PM
What ?
Title:
Post by: SNU on August 10, 2007, 06:10:18 PM
Mystou. Are you able to upgrade your system? The docs say anope might run on Mysql 3.23 but... time has changed and Fedora Core 6 is out and also mysql 5.
Also could you provide your config.log File? Or better: just paste that part where th Configscript looks for mysql.
Title:
Post by: katsklaw on June 13, 2008, 01:12:02 AM
I've had 2 users ask about this so I'm pinning the thread.