Re: Db-server


Dear Ali,
Sorry for the late response, first of all.

On 2004-09-18 18:26:10 -0700, Ali Saleh wrote:
> Hi friends
> 
> I have installed RIP-whoisd server on Fedora core 1, I have created the 
> databases with make_db, but I got segmentation fault error when I want to 
> start it:
> 
> died: +168 mysql_driver.c
> Segmentation fault

The relevant part of the code is:

162    else {
163      
164      /* if we've tried enough, exit with error */
165    if (try >= 3) {
166        LG_log(sq_context, LG_SEVERE, " %s; %s", db, 
167  sql_connection ? SQ_error(sql_connection) : "-?");
168        die;
169      }

So the program cannot connect to the mySQL server.  Could you please
check your configuration? The error log in logs/sql might have more
clues.

I hope this helps.

If you have any more questions, please don't hesitate
to contact ripe-dbm@localhost.

Regards,

Engin Gunduz
____________________________
RIPE Database Administration.


> 
> and ripe database is version : 3.2.0.
> 
> P.S: All the drivers and pre requirements softwares are default fedora 
> RPMs
> 
> best regards
> Alireza.
>