List Manager writes:
Greetings!
I'm trying to compile the new Courier 0.41 under RedHat 8. I am getting an error. It looks as though it might be related to MySQL, but I have the mysql-devel rpm loaded.
Whose mysql-devel? Not Red Hat's, that's for sure.
I used rpmbuild and created a SRPM, now I am attempting to build the RPM. This is where I get the error. It goes through the majority of the compile and breaks here:
Compiling checkpasswordsha1.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
Compiling authmysql.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
In file included from authmysql.c:19:
authmysql.h:8:26: mysql.h: No such file or directory
authmysql.h:9:27: errmsg.h: No such file or directory
Your mysql-devel RPM should have installed the following files: rpm -q -l mysql-devel /usr/include/mysql/errmsg.h ... usr/include/mysql/mysql.h Your mysql_config should be specifying: $ mysql_config --cflags -I'/usr/include/mysql' Case closed.
See above.Any Ideas??????
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
