Re: [PHP-INSTALL] Building 5.2.12 w/MySQL on RedHat 64bit
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
Rob Tanner wrote: > Header files are in /usr/include/mysql and the libraries are in > /usr/lib64/mysql Yeah, that won't work. --with-mysql expects to see both under the same top dir. You'll have to symlink it. -Rasmus