| Summary: | databases/php5-pdo_mysql not support MYSQLND option | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Vincent Bachelier <vincent> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->ale Fix synopsis and assign. State Changed From-To: open->closed Bogus. |
php5-pdo_mysql doesn't work with actual mysql55-server-5.5.8 without MYSQLND option. But this option lead to a crash in compilation process Fix: May be if we compile mysql55-server correctly with that : http://dev.mysql.com/doc/refman/5.5/en/cannot-initialize-character-set.html How-To-Repeat: portinstall mysql55-server setenv WITH_MYSQLND YES portinstall php5-pdo_mysql #be sure MYSQLND is on