florian f198212712 [package] Fix mysql dependencies
Trying to fix some issues with php5 I discoverd that php5's mysql extension doesn't load:

<snip>
root@OpenWrt:/tmp# php-cli -m
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/mysql.so' - File not found in Unknown on line 0
[PHP Modules]
Core
ctype
curl
date
ereg
gettext
json
openssl
pcntl
pcre
posix
Reflection
session
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
zlib

[Zend Modules]
</snap>

After installing uclibcxx, the extension loads fine:

<snip>
root@OpenWrt:/tmp# opkg install uclibcxx
Installing uclibcxx (0.2.2-3) to root...
Downloading http://192.168.1.2:8081/brcm47xx/packages/uclibcxx_0.2.2-3_brcm47xx.ipk.
Configuring uclibcxx.
root@OpenWrt:/tmp# php-cli -m
[PHP Modules]
<...>
mysql
<...>

[Zend Modules]
</snap>

So the mysqlclient library needs uclibcxx, not only mysql-server. But since
mysql-server is depended of the mysqlclient library we can shorten its dependencies.

I also cross-checked that e.g. a mysql-enabled lighttpd shows the same behaviour
when uclibcxx is not installed.
<snip>
root@OpenWrt:/tmp/log/lighttpd# lighttpd -f /etc/lighttpd/lighttpd.conf
1970-01-01 05:07:30: (plugin.c.169) dlopen() failed for: /usr/lib/lighttpd/mod_mysql_vhost.so File not found
1970-01-01 05:07:30: (server.c.650) loading plugins finally failed
</snap>

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-25 10:10:38 +00:00
..
2010-12-18 22:03:57 +00:00
2010-02-19 01:20:44 +00:00
2011-04-03 18:12:25 +00:00
2011-02-02 19:01:21 +00:00
2010-02-19 01:20:44 +00:00
2010-12-10 23:47:41 +00:00
2010-10-08 12:18:10 +00:00
2010-12-11 04:24:12 +00:00
2009-04-17 14:22:30 +00:00
2011-06-02 14:24:23 +00:00
2010-02-19 01:20:44 +00:00
2010-10-08 17:57:18 +00:00
2011-05-09 20:20:22 +00:00
2010-10-08 18:30:50 +00:00
2010-12-10 23:34:48 +00:00
2010-12-10 23:34:48 +00:00
2011-03-28 22:03:25 +00:00
2011-02-05 19:42:41 +00:00
2011-03-11 11:30:19 +00:00
2010-02-12 15:13:20 +00:00
2010-12-15 20:33:57 +00:00
2011-01-02 00:09:11 +00:00
2011-07-12 07:55:25 +00:00
2010-06-06 19:02:16 +00:00
2011-08-25 10:10:38 +00:00
2011-07-04 00:47:39 +00:00
2009-04-17 14:22:30 +00:00
2009-04-17 14:22:30 +00:00
2011-06-19 17:24:45 +00:00
2009-04-17 14:22:30 +00:00
2009-12-31 13:48:24 +00:00
2010-09-04 18:03:54 +00:00
2010-10-24 10:24:09 +00:00
2011-06-24 13:20:27 +00:00
2010-10-09 15:12:08 +00:00
2010-12-10 23:47:41 +00:00
2011-03-02 12:03:41 +00:00
2010-10-15 21:23:53 +00:00