Dear,
         easy way to install another application with mysql is specify 
mysql dir and mysql data dir at installation.  use this parameter while 
install mysql
         ./configure --prefix=/usr/local/mysql \ --> this will install all 
mysql
                         --localstatedir=/usr/local/mysql/data   --> this 
will keep all data and log

         when u install php use this command
         ./configure --with-mysql=/usr/local/mysql
         This method make clearly install for me.

SF

At 10:18 25/5/2001 +0300, Andrey Kotrekhov wrote:
>On Thu, 24 May 2001, Scott Baker wrote:
>
>I don't agree.
>If mysql install in other directory then /usr/local
>you need use --with-mysql=mysqldir
>and sometimes --with-mysql-include and --with-mysql-lib
>options.
>
> > Do you need to specify a directory?  I just did --with-mysql
> >
> > At 01:14 PM 5/24/2001 -0400, Bill Tangren wrote:
> > >When I compile PHP4 (4.04pl1) with the option --with-mysql=mysqldir...
> > >
> > >I get the error
> > >
> > >'cannot find mysqlclient library under mysqldir'
> > >
> > >I did a search through the mysqsl (3.23.38) source code after I compiled
> > >it, and I don't find that library anywhere? What am I doing wrong?
> >
> >
> > ---------------------------------------------------------------------
> > Scott Baker - Webster Internet - Network Technician
> > 503.266.8253 - [EMAIL PROTECTED]
> >
> > "You may be disappointed if you fail, but you are doomed if you don't try."
> > - Beverly Sills
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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
> >
> >
>
>_______________________________________
>         Andrey Kotrekhov [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


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