Discussion:
[php-maint] configure: error: recode extension can not be configured together with: mysql
Peter Padberg
2006-11-19 19:00:24 UTC
Permalink
Hi,
before opening a bugreport
(http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=php5;dist=unstable) I
want to ask someone.

I download php5:
apt-get source php5-mysql
cd php5-5.2.0
dpkg-buildpackage -uc -us

But I cannot compile php5.

It always stops with:
checking for XSL support... yes, shared
checking for EXSLT support... found
checking for zip archive read/writesupport... yes
checking for the location of zlib... /usr
configure: error: recode extension can not be configured together with:
mysql
make: *** [configure-apache2-stamp] Fehler 1

I try to compile with debs:
libmysqlclient12-dev
libmysqlclient14-dev
libmysqlclient15-dev

but it always stops with the given error.

Do you have any ideas, what I make wrong?

Thank you,
Peter
--
_________________________________________________________________
Peter Padberg
Padberg-IT D-31785 Hameln
Am Schoet 3a Germany

fon: +49-5151 60 99 70-0 ***@padberg-it.com
fax: +49-5151 60 99 70-1 http://padberg-it.com
Skype: padberg-it
icq: 540954
sean finney
2006-11-19 19:32:28 UTC
Permalink
hi peter,
Post by Peter Padberg
apt-get source php5-mysql
cd php5-5.2.0
dpkg-buildpackage -uc -us
what release (sarge/etch/sid) are you using?
Post by Peter Padberg
checking for XSL support... yes, shared
checking for EXSLT support... found
checking for zip archive read/writesupport... yes
checking for the location of zlib... /usr
mysql
make: *** [configure-apache2-stamp] Fehler 1
libmysqlclient12-dev
libmysqlclient14-dev
libmysqlclient15-dev
but it always stops with the given error.
this is strange. when i compile it, i get:

checking for zip archive read/writesupport... yes
checking for the location of zlib... /usr
configure: WARNING: recode extension can not be used together with: imap
mysql

but it continues on with the compilation...


sean
Peter Padberg
2006-11-19 19:37:13 UTC
Permalink
Post by sean finney
hi peter,
Post by Peter Padberg
apt-get source php5-mysql
cd php5-5.2.0
dpkg-buildpackage -uc -us
what release (sarge/etch/sid) are you using?
Hi Sean!
I use sid.
Post by sean finney
Post by Peter Padberg
checking for XSL support... yes, shared
checking for EXSLT support... found
checking for zip archive read/writesupport... yes
checking for the location of zlib... /usr
mysql
make: *** [configure-apache2-stamp] Fehler 1
libmysqlclient12-dev
libmysqlclient14-dev
libmysqlclient15-dev
but it always stops with the given error.
checking for zip archive read/writesupport... yes
checking for the location of zlib... /usr
configure: WARNING: recode extension can not be used together with: imap
mysql
but it continues on with the compilation...
I am no developer-guru.
Do you know who can know what problem I have,
that it stops at my machine?

I try all libmysqlclient*-dev, but none works.

Viele Gruesse,
Peter
--
_________________________________________________________________
Peter Padberg
Padberg-IT D-31785 Hameln
Am Schoet 3a Germany

fon: +49-5151 60 99 70-0 ***@padberg-it.com
fax: +49-5151 60 99 70-1 http://padberg-it.com
Skype: padberg-it
icq: 540954
Peter Padberg
2006-11-20 09:21:26 UTC
Permalink
Post by sean finney
hi peter,
Post by Peter Padberg
apt-get source php5-mysql
cd php5-5.2.0
dpkg-buildpackage -uc -us
what release (sarge/etch/sid) are you using?
Hmmm, I must upgrade some coreutils and bin-utils or s.th. like that.
No it looks good.
Thank you!

Gruss,
Peter
--
_________________________________________________________________
Peter Padberg
Padberg-IT D-31785 Hameln
Am Schoet 3a Germany

fon: +49-5151 60 99 70-0 ***@padberg-it.com
fax: +49-5151 60 99 70-1 http://padberg-it.com
Skype: padberg-it
icq: 540954
Loading...