logo       

Re: problems in './congigure' C++ API lirary for MySQL: msg#01150

db.mysql.general

Subject: Re: problems in './congigure' C++ API lirary for MySQL

Joonas,

> checking for MySQL library directory... configure: error: Didn't find
> the mysql library dir in ''

I had the same problem couple days ago, and I fixed it manually (just edit
configure.in file).
In this file path to MySQl library directory is
"/usr/local/mysql/lib/mysql", I changed it to "/usr/local/mysql/lib".
But I had a lot of other problems during installation.
So in my case correct steps were:
1. Change directory to mysql++-1.7.9 root. In my case it was
/install/mysql++-1.7.9,
but it depends where did you untar file.
2. libtoolize -f
3. aclocal
4. Edit ./configure.in file.
4. automake
5. autoconfigure
5. ./configure
6. make
7. make install

Best regards,

Mikhail.


----- Original Message -----
From: "Joonas Aalto" <joonas.aalto@xxxxxxxxxx>
To: <mysql@xxxxxxxxxxxxxxx>
Sent: Saturday, June 29, 2002 16:25
Subject: problems in './congigure' C++ API lirary for MySQL


> Hi!
>
> Packet for 'C++ API library for MySQL' is 'mysql++-1.7.9.tar.gz'.
>
> At first I type 'automake' and it complain 'not found next files:
> AUTHORS, NEWS, INSTALL, COPYING and ChangeLog'.
>
> I can write next 'autoconf' as README said and it will go great. But
> then if I type './configure', everything will going cool, but then
> after:
>
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for objdir... .libs
> creating libtool
> loading cache ./config.cache
>
> ..will come:
>
> checking whether to enable maintainer-specific portions of
> Makefiles...no
> checking for MySQL library directory... configure: error: Didn't find
> the mysql library dir in ''
>
>
> Whole think stop to it! Why???? What I can do for fix it??
>
> Please answer to my e-mail address: Joonas.aalto@xxxxxxxxxx
>
>
> By: Joonas Aalto
>
> ---------------------------------------------------------------------
> 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 <mysql-thread113393@xxxxxxxxxxxxxxx>
> To unsubscribe, e-mail
<mysql-unsubscribe-mike_lynx=smtp.ru@xxxxxxxxxxxxxxx>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>



---------------------------------------------------------------------
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 <mysql-thread113400@xxxxxxxxxxxxxxx>
To unsubscribe, e-mail
<mysql-unsubscribe-gcdmg-mysql=m.gmane.org@xxxxxxxxxxxxxxx>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise