Kategorie
Kernel Linux Ubuntu

Ubuntu 12.04 – Unable to find the ncurses libraries or the required header files

Jeśli podczas kompilacji kernela po wydaniu komendy make menuconfig pojawia Wam się poniższy komunikat:   HOSTCC  scripts/basic/fixdep   HOSTCC  scripts/kconfig/conf.o  *** Unable to find the ncurses libraries or the  *** required header files.  *** ‚make menuconfig’ requires the ncurses libraries.  ***  *** Install ncurses (ncurses-devel) and try again.  *** oznacz, że brakuje w systemie bibliotek […]

Kategorie
Linux Ubuntu MySQL

MySQL instalacja pod Ubuntu 12.04

Instalacja serwera MySQL pod Ubuntu jest banalna. W pierwszej kolejności warto jest zaktualizować listę pakietów: root@server: apt-get update po aktualizacji wystarczy wpisać w linii poleceń poniższą komendę: root@server: apt-get install mysql-server Podczas instalacji zostaniemy poproszeni o podanie hasła użytkownika root. Zalecam wpisanie silnego hasła, gdyż ten użytkownik ma pełny dostęp do wszystkich baz danych, które […]