Embedded server application: Can it act as a client for a remote server ?

2003-06-25 Thread Satheesh Ganapathi Subramanian
Hi I'm trying to create an application linked with libmysqld.a to create an embedded server. Can my application act as a client to connect to a remote server ? To be more precise, I would like to use mysql_real_connect(db, remoteserver.xxx.com, mysql, 0, 0, 0, 0, 0). When I do this, it

Segmentation Fault in mysql_server_init() while using Embedded server

2003-06-16 Thread Satheesh Ganapathi Subramanian
Hi All I'm trying to create a new database using the embedded server (MySQL 4.0.13). I compiled the source distribution on linux as follows: ./configure --prefix=/fs32/b/sgsubram/bin/MySQL-with-new-hash/LINUX --enable-assembler --with-mysqld-ldflags=-all-static

Installing MySQL 4.0.13 on HP-UX 11.00

2003-05-31 Thread Satheesh Ganapathi Subramanian
Hi All After stumbling at a few points during make of the MySQL 4.0.13 on HP-UX 11.00, I've come to a point where I will need some help. I'm trying to do make install and I get the following error: gmake[2]: Entering directory

Errors while Compiling MySQL 4.0 on HP-UX 11.00 32 bit

2003-05-30 Thread Satheesh Ganapathi Subramanian
Hi All I'm trying to install MySQL 4.0 on HP-UX 11.00 32 bit. I went through the following steps: 1. setenv CC cc 2. setenv CXX aCC 3. ./configure --prefix=/usr/local/MySQL/HPPA.11.00 --with-embedded-server --localstatedir=/usr/local/MySQL/HPPA.11.00/data --with-client-ldflags=-all-static

Re: CORRECTION: Errors while Compiling MySQL 4.0 on HP-UX 11.00 32 bit

2003-05-30 Thread Satheesh Ganapathi Subramanian
: Thu, 29 May 2003 14:00:36 From: Satheesh Ganapathi Subramanian [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Hi All I'm trying to install MySQL 4.0 on HP-UX 11.00 32 bit. I went through the following steps: 1. setenv CC cc 2. setenv CXX aCC 3. ./configure --prefix=/usr/local