deCarmo, Linden writes:
 > I was able to build the mysql gui on Solaris 2.8, but it core dumps every
 > time on the following line in connection.cc
 > 
 >       if (mysql_real_connect(&mysql,host,user,passwd,db,
 > port,socket_name,client_flag))
 >  
 > called from either:
 > 
 > 1232
 > con->real_connect("",options->hostname.c_str(),options->username.c_str(),\
 > 1233
 > password,options->port,options->compress,options->int_timeout,options->socke
 > tname.c_str(),0);
 > 
 > or
 > 675
 > con->real_connect("",options->hostname.c_str(),options->username.c_str(),pas
 > sword,options->port,options->compress,options->int_timeout,options->socketna
 > me.c_str(),0);
 > 
 > in main.cc
 > 
 > gdb indicates the last thing libmysqlclient does is a my_malloc().
 > 
 > Any suggestions for a workaround?
 > 
 > BTW, there are several additions to the readme necessary to compile on
 > Solaris, but that's a different note....
 > 
 > Linden deCarmo
 > [EMAIL PROTECTED]
 > Phone: 954-712-0524
 > Fax: 954-712-0460
 > Convergent Networks 
 > 1571 Sawgrass Corporate Parkway 
 > Fourth Floor 
 > Sunrise, FL 33323 
 > 
 > 


Hi!

It is from the bug in MySQL++.

I am sending you a patch in direct mail.


Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to