Re: compile problems with mysqlgui-src-1.7.5....

2001-08-24 Thread Sinisa Milivojevic
Ron DeAngelis writes: > > main.cc: In function `void if_conn()': > main.cc:464: no matching function for call to `MysqlConnection::clinet_info > ()' > main.cc:529: no matching function for call to `MysqlConnection::clinet_info > ()' > make: *** [main.o] Error 1 > > I am using mysql++-1.7.9, an

compile problems with mysqlgui-src-1.7.5....

2001-08-23 Thread Ron DeAngelis
main.cc: In function `void if_conn()': main.cc:464: no matching function for call to `MysqlConnection::clinet_info ()' main.cc:529: no matching function for call to `MysqlConnection::clinet_info ()' make: *** [main.o] Error 1 I am using mysql++-1.7.9, and do not see any references to clinet_in

Re: problems with mysqlGUI

2001-03-21 Thread alonso guarisma
Hi again Sanisa, I just wanted to tell you that I had the same error message regarding libsqlplus.so.1 when I tried to run mysqlgui and I fixed it using the same command line you told me but of course replacing libsqlplus.so.1 for libsqlplus.so Thanks again, Alonso Guarisma On Wed, 21 Mar 2001, S

Re: problems with mysqlGUI

2001-03-21 Thread alonso guarisma
Thanks a lot Sanisa, I got it run at last!! Regards, Alonso Guarisma On Wed, 21 Mar 2001, Sinisa Milivojevic wrote: > alonso guarisma writes: > > > > Dear Sanisa, do you mean that I have to create a symbolink link called > > "sqlplus" and point it to /usr/lib ? > > like: ln -s /usr/lib sqlp

Re: problems with mysqlGUI

2001-03-21 Thread Sinisa Milivojevic
alonso guarisma writes: > > Dear Sanisa, do you mean that I have to create a symbolink link called > "sqlplus" and point it to /usr/lib ? > like: ln -s /usr/lib sqlplus > Thanks, wait for your answer. > Alonso > No, ln -s /usr/local/mysql./libsqlplus.so /usr/lib/libsqlplus.so Reg

Re: problems with mysqlGUI

2001-03-21 Thread alonso guarisma
Dear Sanisa, do you mean that I have to create a symbolink link called "sqlplus" and point it to /usr/lib ? like: ln -s /usr/lib sqlplus Thanks, wait for your answer. Alonso On Wed, 21 Mar 2001, Sinisa Milivojevic wrote: > Alonso Guarisma writes: > > Sinisa Milivojevic wrote: > > > > > >

Re: problems with mysqlGUI

2001-03-21 Thread Sinisa Milivojevic
Alonso Guarisma writes: > Sinisa Milivojevic wrote: > > > Thanks Sanisa, but I already have MySQL++ installed. I downloaded the file > mysql++-1.7.8.tar.gz and then I followed these steps: > 1) tar -zxv 2) cd /home/mysqladm/mysql++-1.7.8 > 3) ./configure --prefix=/usr/local/mysql > 4)

Re: problems with mysqlGUI

2001-03-21 Thread Alonso Guarisma
Sinisa Milivojevic wrote: > Alonso Guarisma writes: > > Dear MySQL Sirs, > > I have been trying to compile and build the GUI for MySQL (in Linux) and > > apparently the last stage of the installation has been given me a very > > hard time...I have followed the instructions from the website an

Re: problems with mysqlGUI

2001-03-21 Thread Sinisa Milivojevic
Alonso Guarisma writes: > Dear MySQL Sirs, > I have been trying to compile and build the GUI for MySQL (in Linux) and > apparently the last stage of the installation has been given me a very > hard time...I have followed the instructions from the website and the > last error ocurred when I tr

problems with mysqlGUI

2001-03-21 Thread Alonso Guarisma
Dear MySQL Sirs, I have been trying to compile and build the GUI for MySQL (in Linux) and apparently the last stage of the installation has been given me a very hard time...I have followed the instructions from the website and the last error ocurred when I tried to run "make" within /mysqlgui-1.7.

Re: Problems with MySQLGUI 1.7 and ssh

2001-03-01 Thread Sinisa Milivojevic
Todd A. Jacobs writes: > I downloaded and compiled the latest version of MySQLGUI and am connecting > to MySQL 3.22.32 on OpenBSD. When I try to tunnel MySQLGUI through the > following ssh tunnel: > > ssh -x -g -L 3306:localhost:3306 mysql > > I get this error message from the MySQL

Re: Problems with MySQLGUI 1.7 and ssh

2001-02-28 Thread Steve Ruby
"Todd A. Jacobs" wrote: > > I downloaded and compiled the latest version of MySQLGUI and am connecting > to MySQL 3.22.32 on OpenBSD. When I try to tunnel MySQLGUI through the > following ssh tunnel: > > ssh -x -g -L 3306:localhost:3306 mysql > > I get this error message from the MySQL

Problems with MySQLGUI 1.7 and ssh

2001-02-28 Thread Todd A. Jacobs
I downloaded and compiled the latest version of MySQLGUI and am connecting to MySQL 3.22.32 on OpenBSD. When I try to tunnel MySQLGUI through the following ssh tunnel: ssh -x -g -L 3306:localhost:3306 mysql I get this error message from the MySQLGUI client: Can't connect to loc