[MDEV-3181] LP:674812 - Compiling php 5.3.3 against libmariadbclient-dev 5.2.3-mariadb87 fails Created: 2010-11-13 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Christian Felsing (Inactive) | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
related package: ii libmariadbclient-dev 5.2.3-mariadb87 MariaDB database development files PHP 5.3.3 build configuration: ./configure --prefix=/opt/php \ Platform is Debian Squeeze After make following appears: /bin/sh /usr/src/php-5.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/usr/src/php-5.3.3/ext/standard/ -DPHP_ATOM_INC -I/usr/src/php-5.3.3/include -I/usr/src/php-5.3.3/main -I/usr/src/php-5.3.3 -I/usr/src/php-5.3.3/ext/date/lib -I/usr/src/php-5.3.3/ext/ereg/regex -I/usr/include/libxml2 Problem does not occure with libmariadbclient-dev from Debian Squeeze. MySQL from Debian Squeeze was completely removed before MariaDB installation. |
| Comments |
| Comment by Sergei Golubchik [ 2010-11-16 ] |
|
Re: Compiling php 5.3.3 against libmariadbclient-dev 5.2.3-mariadb87 fails I'd like to see why it tries to link with /usr/lib/mysql/libz.a. |
| Comment by Kristian Nielsen [ 2010-11-23 ] |
|
Re: Compiling php 5.3.3 against libmariadbclient-dev 5.2.3-mariadb87 fails This problem should be fixed by fix of bug 509535, after which /usr/lib/mysql/libz.a is gone. Should be available from MariaDB 5.1.52 and 5.2.4. A work-around should be to ensure /usr/lib is before /usr/lib/mysql in -L search path (or simply remove /usr/lib/mysql/libz.a, though dpkg might not like that). |
| Comment by Rasmus Johansson (Inactive) [ 2011-11-16 ] |
|
Launchpad bug id: 674812 |