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
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
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
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
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
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:
> >
> >
> >
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)
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
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
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.
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
"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
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
13 matches
Mail list logo