parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

Mizter Egoist 07.08.2017 14:51

Спасибо, теперь другой вопрос, собрал из исходников ./buildall --disable-safe-mode все хорошо, приступил к драйверам MySQL:
sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for MYSQL_INC directory... configure: error: use --with-mysql-inc=DIR to specify MySQL includes directory
sudo ./configure --with-mysql-inc=DIR
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: error: does not seem to be valid MySQL includes directory
Как правильно собрать?