hi

I am currently updating the RPM specfile for SER v2.1 (CVS HEAD)


so far I have found some issues:


* mysql module does not build on RHES4:

   This is due to a missing MYSQL_DATA_TRUNCATED macro,
   (RPM mysql-devel-4.1.20-1.RHEL4.1 is installed). It might
   be a solution to use #ifdef MYSQL_DATA_TRUNCATED to compile
   the code if available in the mysql API.


* no dash (-) in RPM spec file:

   currently the Makefile.defs defines the version as 2.1.0-dev18-tcp

     EXTRAVERSION = -dev18-tcp

   since a dash (-) is not allowed in the RPM version, I suggest we
   remove the "-tcp" and only use "dev18". Comments?


* The jabber module currently does not build, so that should probably
   be removed from the RPM spec file. Is anyone using this module btw?




/alfred

_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to