g++ mysql for windows 98/95

2002-03-18 Thread David Phoon

hi

I have got g++ running on my machine but I would like to know if anyone
has run the mysql c++/c  libraries with g++? and if so could you let me
know the steps.


thank you
david Phoon



-
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




mysql++ installation

2001-12-16 Thread David Phoon

Hi

I am trying to install mysql++-1.7.9  on linux. I followed the README by

typing automake in the mysql++-1.7.9 directory but get the following
messages:
automake: Makefile.am: required file `./INSTALL' not found
automake: Makefile.am: required file `./NEWS' not found
automake: Makefile.am: required file `./COPYING' not found
automake: Makefile.am: required file `./AUTHORS' not found
automake: Makefile.am: required file `./ChangeLog' not found

I then proceeded to  type at the prompt $configure and it succeeded
  $
make  (and success too)
but   when I  $ make install

(i get the following error messages - ie ginstall missingwhat do i
do for a redhat linux case if i don't have ginstall?)

Making install in sqlplusint
make[1]: Entering directory
`/home/david/davidwk/mysql/mysql++-1.7.9/sqlplusint'
make[2]: Entering directory
`/home/david/davidwk/mysql/mysql++-1.7.9/sqlplusint'
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool  --mode=install /opt/sfw/bin/ginstall -c
libsqlplus.la /usr/local/lib/libsqlplus.la
/opt/sfw/bin/ginstall -c .libs/libsqlplus.lai
/usr/local/lib/libsqlplus.la
../libtool: /opt/sfw/bin/ginstall: No such file or directory
make[2]: *** [install-libLTLIBRARIES] Error 127
make[2]: Leaving directory
`/home/david/davidwk/mysql/mysql++-1.7.9/sqlplusint'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/home/david/davidwk/mysql/mysql++-1.7.9/sqlplusint'
make: *** [install-recursive] Error 1


thanks

david Phoon


-
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




does mysql.sock come with a linux 323 installation

2001-12-05 Thread David Phoon

I'd like to know if mysql.sock comes with a linux installation as I have
follwed the instructions to install linux but it always says
ERROR 2002: Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (2) . but mysql.sock does not seem to be
anywhere
on my linux machine


thanks

david


-
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




problems with tutorial

2001-03-08 Thread David Phoon

folks,

I need help. I installed mysql on NT, everthing seems fine. I wanted to insert fields 
into a table, as described in the tutorial from a file. It said the default that 
delimits a field is a tab, so I added fields delimited by tabs. (i used microsoft edit 
to create the file). i have also checked the binary and its "2020" for a tab?  but the 
bottom line is that everything is added to only the first field...

advise

thanks
david Phoon