UdmSearch: New message on the WebBoard #1: ./configure problem

2000-10-24 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: You should specify directory you installed mysql in. For example if your mysql.h located at /usr/local/include/mysql then you should use ./configure --with-mysql=/usr/local. If it is in /usr/mysql the ./configure --with-mysql=/usr, and so on...

Re: UdmSearch: New message on the WebBoard #1: ./configure problem

2000-10-24 Thread Alexander Barkov
Stuart McDonald wrote: Author: Stuart McDonald Email: [EMAIL PROTECTED] Message: I run ./configure --with-mysql and run into this problem configure: error: Invalid MySQL directory - unable to find mysql.h I have MySQL working fine so I know that's not a problem. Reply:

UdmSearch: New message on the WebBoard #1: ./configure problem

2000-10-24 Thread Stuart McDonald
Author: Stuart McDonald Email: [EMAIL PROTECTED] Message: Ok, I've managed to add this code in the configure file and it now configures ok. elif test -f /usr/local/mysql/include/mysql.h; then MYSQL_INCDIR=/usr/local/mysql/include

Re: UdmSearch: New message on the WebBoard #1: ./configure problem

2000-10-24 Thread David Robley
On Wed, 25 Oct 2000, Stuart McDonald wrote: Author: Stuart McDonald Email: [EMAIL PROTECTED] Message: Thanks for you reply, I have found the file mysql.h in the include folder at usr/local/mysql Trouble is, when I put in ./configure --with-mysql=usr/local/mysql or even end with /mysql/

UdmSearch: New message on the WebBoard #1: ./configure problem

2000-10-24 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: You should use --with-mysql=/usr/local/mysql with leading slash. Reply: http://search.mnogo.ru/board/message.php?id=566 __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

UdmSearch: New message on the WebBoard #1: ./configure problem

2000-10-23 Thread Stuart McDonald
Author: Stuart McDonald Email: [EMAIL PROTECTED] Message: I run ./configure --with-mysql and run into this problem configure: error: Invalid MySQL directory - unable to find mysql.h I have MySQL working fine so I know that's not a problem. Reply: