Привет всем!
Ставлю MySQL-server из портов mysql323-server на FreeBSD 4.8
пишу make install вываливается с ошибкой===> Generating temporary packing list
/usr/local/bin/mysql_install_db
Sorry, the host 'domen' could not be looked up.
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the --force option
*** Error code 1
Stop in /usr/ports/databases/mysql323-server.Что бы это значило? :((( И как полечить?
Буду благодарен за помощь
>Привет всем!
>Ставлю MySQL-server из портов mysql323-server на FreeBSD 4.8
>пишу make install вываливается с ошибкой
>
>===> Generating temporary packing list
>/usr/local/bin/mysql_install_db
>Sorry, the host 'domen' could not be looked up.
>Please configure the 'hostname' command to return a correct hostname.
>If you want to solve this at a later stage, restart this
>script with
>the --force option
>*** Error code 1
>
>Stop in /usr/ports/databases/mysql323-server.
>
>Что бы это значило? :(((man hosts
man hostname
man named>Буду благодарен за помощь
less /usr/ports/databases/mysql323-server/Makefile
>И как полечить?
/usr/ports/databases/mysql323-server/ &&
make SKIP_DNS_CHECK=yes
>Привет всем!
>Ставлю MySQL-server из портов mysql323-server на FreeBSD 4.8
>пишу make install вываливается с ошибкой
>
>===> Generating temporary packing list
>/usr/local/bin/mysql_install_db
>Sorry, the host 'domen' could not be looked up.
>Please configure the 'hostname' command to return a correct hostname.
Это он говорит что не может узнать корректное имя хоста
Настрой сетевые прибабахи в rc.conf укажи hostname и апи адрес интерфейса
если он есть(т.е. если есть сетевая карта) и пропиши в файле hosts или в DNS(named) корректную информацию для своего хоста.
>If you want to solve this at a later stage, restart this
>script with
>the --force option
А здесь он тебе говорит что если сетевые прибабахи ты хочешь настроить позже, то запусти скрипт с опцией --force.
Но мой тебе совет, сначала настрой корректно сеть на фри, а уже потом инсталь MySQL. Кстати не она одна на это ругается.
>*** Error code 1
>
>Stop in /usr/ports/databases/mysql323-server.
>
>Что бы это значило? :((( И как полечить?
>Буду благодарен за помощь