Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Install keeps saying "MySQL: No"  (Read 6535 times)

0 Members and 1 Guest are viewing this topic.

toonysnn

  • Guest
Install keeps saying "MySQL: No"
« 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 :-/
Logged

Pieter Bootsma

  • Team
  • *
  • Offline Offline
  • Posts: 189
    • http://geniusdex.net/
(No subject)
« Reply #1 on: July 02, 2007, 09:18:30 PM »

On debian/kubuntu you'll be looking for the package libmysqlclient15-dev
Logged

toonysnn

  • Guest
(No subject)
« Reply #2 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]
Logged

toonysnn

  • Guest
(No subject)
« Reply #3 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]
Logged

Pieter Bootsma

  • Team
  • *
  • Offline Offline
  • Posts: 189
    • http://geniusdex.net/
(No subject)
« Reply #4 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 :)
Logged

toonysnn

  • Guest
(No subject)
« Reply #5 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
Logged

Mystou

  • Guest
(No subject)
« Reply #6 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
Logged

Mystou

  • Guest
(No subject)
« Reply #7 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
Logged

Jappy

  • Anope User
  • Offline Offline
  • Posts: 14
    • www.irc-blog.com
(No subject)
« Reply #8 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
Logged

Mystou

  • Guest
(No subject)
« Reply #9 on: August 10, 2007, 04:53:03 PM »

What ?
Logged

SNU

  • Anope User
  • Offline Offline
  • Posts: 158
    • http://www.firstclassirc.com
(No subject)
« Reply #10 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.
Logged

katsklaw

  • Guest
(No subject)
« Reply #11 on: June 13, 2008, 01:12:02 AM »

I've had 2 users ask about this so I'm pinning the thread.
Logged
Pages: [1]   Go Up