NYCPHP Meetup

NYPHP.org

[nycphp-talk] pcntl_fork() assistance

Néstor rotsen at gmail.com
Thu Sep 21 23:59:50 EDT 2006


Joseph,

I was having simmilar problem installing php/apache/mysql last week.  My
installation would not work until I went and downloaded mysql.dll and
mysqli.dll from mysql.com.  After that the installation worked.

Néstor :-)


On 9/21/06, csnyder <chsnyder at gmail.com> wrote:
>
> On 9/21/06, Joseph Crawford <codebowl at gmail.com> wrote:
>
> > i am not sure because in /usr/local i have an mysql dir and an
> > mysql-standard-5.0.24a-osx10.4-powerpc-64bit  I am not sure
> > why there are 2
>
> Use ls -l ... the one named mysql is a symbolic link to the one name
> mysql-standard-xxx.
>
> > checking for MySQL support... no
> > checking for specified location of the MySQL UNIX socket... no
> > checking for MySQLi support... yes
> > checking whether to enable embedded MySQLi support... no
> > mysql_config not found
> > configure: error: Please reinstall the mysql distribution
>
> So is there a file at /usr/local/mysql/bin/mysql_config ? Cause that's
> what php seems to be having trouble finding.
>
> Based on my experience (and this has worked on at least three Macs),
> you need all three of:
>
> '--with-mysql=/usr/local/mysql'
> '--with-mysql-sock=/private/tmp/mysql.sock'
> '--with-mysqli=/usr/local/mysql/bin/mysql_config'
>
>
>
> --
> Chris Snyder
> http://chxo.com/
> _______________________________________________
> New York PHP Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
>
> NYPHPCon 2006 Presentations Online
> http://www.nyphpcon.com
>
> Show Your Participation in New York PHP
> http://www.nyphp.org/show_participation.php
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20060921/fc750e89/attachment.html>


More information about the talk mailing list