Hi,
I'm trying to install php5 beta, the configure functions well, but
during the make I've the following error:
ext/mysqli/mysqli_api.lo: In function `zif_mysqli_stmt_data_seek':
/localscratch/downloads/php5-200309031130/ext/mysqli/mysqli_api.c:1694:
undefined reference to `mysql_stmt_dat
I don't want that the usr/var/lib directory is used during the
installation, but even with -prefix and -exec-prefix I cannot prevent
the installation procedure of using this directory.
Does someone know how to do this?
Moritz