search for: dhas_mysql

Displaying 3 results from an estimated 3 matches for "dhas_mysql".

2007 Sep 10
1
Stuck on an Error: " Connect to private/auth failed: Connection refused"
...ter[13721]: warning: process /usr/libexec/postfix/smtpd pid 13726 exit status 1 Sep 10 12:58:23 lishost postfix/master[13721]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling (In case it matters I recently makde postfix like so:) make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DUSE_SASL_AUTH -I/usr/local/include/sasl -DDEF_SERVER_SASL_TYPE=\"dovecot\"' 'AUXLIBS=-L/usr/lib/mysql -lmysqlclient -lz -lm -L/usr/local/lib -lsasl2' The permissions on that file are so: srwxr-xr-x 1 postfix postfix 0 Sep 9 14:38 /var/spool/postfix/pri...
2012 Mar 25
2
build postfix rpm with mysql
...se problems. CCARGS="${CCARGS} -DNO_PCRE" %endif # Postfix compiles without needing zlib on RedHat's mysql package, but # requires zlib when using MySQL's package or if using a locally installed # MySQL binary. %if %{with_mysql} || %{with_mysql_redhat} CCARGS="${CCARGS} -DHAS_MYSQL -I/usr/include/mysql" AUXLIBS="${AUXLIBS} -L/usr/%{_lib}/mysql -lmysqlclient -lm" %endif %if %{mysql_local} CCARGS="${CCARGS} -DHAS_MYSQL -I%{mysql_include}" AUXLIBS="${AUXLIBS} -L%{mysql_lib} -lmysqlclient -lm" %endif %if %{with_pgsql} CCARGS="${CC...
2011 Nov 19
4
build postfix spec w/ mysql
...se problems. CCARGS="${CCARGS} -DNO_PCRE" %endif # Postfix compiles without needing zlib on RedHat's mysql package, but # requires zlib when using MySQL's package or if using a locally installed # MySQL binary. %if %{with_mysql} || %{with_mysql_redhat} CCARGS="${CCARGS} -DHAS_MYSQL -I/usr/include/mysql" AUXLIBS="${AUXLIBS} -L/usr/%{_lib}/mysql -lmysqlclient -lm" %endif %if %{mysql_local} CCARGS="${CCARGS} -DHAS_MYSQL -I%{mysql_include}" AUXLIBS="${AUXLIBS} -L%{mysql_lib} -lmysqlclient -lm" %endif %if %{with_pgsql} CCARGS="${CC...