ich versuch gerade den jabberd2 (s2 [1]) hier aus den Quellen zu übersetzen. Leider kommt immer:
Code: Alles auswählen
checking for MySQL in the standard places... no
checking for MySQL in /usr/include/mysql and /usr/lib... no
checking for MySQL in /usr/local... no
checking for MySQL in /usr/include/mysql and /usr/lib/mysql... no
checking for MySQL in /usr/local/include/mysql and /usr/local/lib/mysql... no
checking for MySQL in /usr/local/include/mysql and /usr/local/lib... no
checking for MySQL in /sw/include/mysql and /sw/lib... no
configure: error: Could not find MySQL
Code: Alles auswählen
router:/home/jabber/jabberd-2.0s2# dpkg -l |grep sql
ii libdbd-mysql-p 1.2216-2 mySQL database interface for Perl
ii libmysqlclient 3.23.49-8.6 mysql database client library
ii libmysqlclient 3.23.49-8.6 mysql database development files
ii mysql-client 3.23.49-8.6 mysql database client binaries
ii mysql-common 3.23.49-8.6 mysql database common files (e.g. /etc/mysql
ii mysql-server 3.23.49-8.6 mysql database server binaries
ii php4-mysql 4.1.2-6woody3 MySQL module for php4
Im config.log finde ich dann folgendes:
Code: Alles auswählen
configure:24182: result: no
configure:24117: checking for MySQL in /usr/include/mysql and /usr/lib/mysql
configure:24144: /bin/sh ./libtool --mode=link gcc -o conftest -g -O2 -DWANT_STORAGE_MYSQL -DWANT_AUTHREG_M
YSQL -I/usr/include/mysql -lssl -lcrypto conftest.c -lresolv -L/usr/lib/mysql -lmysqlclient >&5
gcc -o conftest -g -O2 -DWANT_STORAGE_MYSQL -DWANT_AUTHREG_MYSQL -I/usr/include/mysql conftest.c -lssl -lcr
ypto -lresolv -L/usr/lib/mysql /usr/lib/libmysqlclient.so -lz -lcrypt -lnsl -lm
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
configure:24150: $? = 1
configure: failed program was:
.... SNIP haufenweise defines .... SNIP
| #include "mysql.h"
| int| int
| main ()
| {
| mysql_init(0);
| ;
| return 0;
| }
configure:24182: result: no
[1] http://jabberd.jabberstudio.org/2/#download
Danke Bert