[EMAIL PROTECTED] escreveu: > Boa tarde > > Não achei a opção citada, contudo tentei da seguinte forma: > ./configure --with-webdir=/var/www/zm --with-cgidir=/usr/lib/cgi-bin > --with-mysql=/usr/local/include/mysql --with-webuser=www-date --with-web > group=www-data > > Contudo ainda apresenta o erro : > checking for struct sigcontext... yes > checking for struct sigcontext.eip... no > checking for ucontext_t... no > checking how to run the C++ preprocessor... g++ -E > checking mysql/mysql.h usability... no > checking mysql/mysql.h presence... no > checking for mysql/mysql.h... no > configure: error: zm requires mysql/mysql.h > Embora o mysql.h encontre-se no local citado por você. > Minha placa é uma BT878. > Agradeço o apoio > > Olavo Augusto > > > >> Dê uma olhada no ./configure se existe a opção "--mysql-include-dir" ou >> semelhante. >> Se sim, rode o configure com o parâmetro >> "--mysql-include-dir=/usr/local/include/mysql" >> >> >> > > ------------------------- > Histórico: http://www.fug.com.br/historico/html/freebsd/ > Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd > > ele ta procurando mysql/mysql.h
logo a linha: --with-mysql=/usr/local/include/mysql tem que ser: --with-mysql=/usr/local/include Mas antes veja se tem o mysql.h em /usr/local/include/mysql ... deve ter. Abraços ------------------------- Histórico: http://www.fug.com.br/historico/html/freebsd/ Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

