On Tuesday 15 April 2003 21:52, Jamin W. Collins wrote:
The ser-0.8.10 sources contain a debian sub-directory for building debian packages. However the control file in this directory lists incomplete and improper build dependancies for the package.
Currently the dependancies are listed as:
Build-Depends: debhelper (>> 3.0.0), libmysqlclient-dev, libexpat1-dev, fakeroot
While they should be:
Build-Depends: debhelper (>> 3.0.0), libmysqlclient-dev, libexpat1-dev, zlib1g-dev
Sorry i do not see any build dependecy on zlib. The mysql module needs the zlib lib. But that dependecy is fullfiled through libmysqlclient-dev, which depends on libmysqlclient, which depends on zlib1g.
BTW Serdev is a better place for such notes or discussion.
Regards Nils