| Summary: | dev-lang/php-5.1.4-r4 fails with USE=msql | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Salim Fadhley <sal> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | VERIFIED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Config log file for the broken php ebuild | ||
|
Description
Salim Fadhley
2006-08-05 07:00:35 UTC
We need the config.log; attach it. Where exactly is config.log? *** Bug 142891 has been marked as a duplicate of this bug. *** Created attachment 93517 [details]
Config log file for the broken php ebuild
As requested, I've uploaded the config.log file.
> conftest.c:243:18: msql.h: No such file or directory
> conftest.c: In function `main':
> conftest.c:248: error: `IDX_TYPE' undeclared (first use in this function)
> conftest.c:248: error: (Each undeclared identifier is reported only once
> conftest.c:248: error: for each function it appears in.)
> /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lmsql
Remove msql from your USE flags (or install it before emerging PHP).
*** This bug has been marked as a duplicate of 132533 *** Does this mean we cannot make PHP work with MySQL? Thanks (In reply to comment #7) > Does this mean we cannot make PHP work with MySQL? msql != mysql, please read the use flags descriptions... Thanks, as a note to others who read this bug - this was a confusion between the use-flags MySql and msql (which is something completely unrelated to MySql). |