> Hi All,
> 
> I am trying to run mysqld as an embedded server within
> my application. I have read the manual which says to
> run configure with --with-embedded-server option, but
> I have not succeded in building libmysqld.a. It builds
> all the remaining libs, but I don't find libmysqld.a
> anywhere within the install directory.
> 
> The command I used is :
> 
> ./configure --prefix=/home/dir
> --with-embedded-server=yes
> make
> make install
> 
> I also tried,
> 
> ./configure --prefix=/home/dir --with-embedded-server
> 
> without any success in building libmysqld.a. Is this a
> bug ? Can anyone please help in resolving this ?
> 
> Thanks,
> Ashok

I'm guessing you are using the 3.23 source download. It's confusing because
the documentation provided with the 3.23 source says that it can be
configured with --with-embedded-server but, as far as I can tell, the
embedded server was added with the 4.0 release.

Anyway, binaries for the 4.0 embedded server are available for download.



-------------------------------------------
Travis McLeskey  -  [EMAIL PROTECTED]

---------------------------------------------------------------------
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