On Mon, 2008-01-21 at 18:01 -0500, Tom Ray [Lists] wrote:
> Hey-
> 
> I'm trying to install PHP5 with mysql support and I keep running into 
> the same problem over and over again. I run the configuration with this: 
> --with-mysql=/usr/local/mysql and without fail I get this every time:
> 
> ext/mysql/php_mysql.o: In function `zif_mysql_create_db':
> /home/tech/upgrades/php-5.2.5/ext/mysql/php_mysql.c:1227: undefined 
> reference to `mysql_create_db'
> ext/mysql/php_mysql.o: In function `zif_mysql_drop_db':
> /home/tech/upgrades/php-5.2.5/ext/mysql/php_mysql.c:1266: undefined 
> reference to `mysql_drop_db'
> collect2: ld returned 1 exit status
> make: *** [sapi/cgi/php-cgi] Error 1
> 
> What am I doing wrong here? I'm running mysql 5.0.45 located at 
> /usr/local/mysql which would my my lib directory at /usr/local/mysql/lib 
> I have updated my ld.so.conf file to point to that and I'm still running 
> into issues here.
> 
> Any thoughts or pointers on what I am doing wrong here? I've never had 
> an issue before but I never had to compile PHP with mysql support since 
> it was always part of the install.

What's your ld.so.conf pointing to for MySQL? It should be pointing to:

    /usr/local/mysql/lib/mysql

And not:

    /usr/local/mysql/lib

Presuming that /usr/local/mysql/ contains the following directories as
expected:

    bin/  include/  info/  lib/  libexec/  man/  mysql-test/
    share/  sql-bench/

Cheers,
Rob.
-- 
...........................................................
SwarmBuy.com - http://www.swarmbuy.com

    Leveraging the buying power of the masses!
...........................................................

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to