Otóż postawiłem na komputerku SLES'a 10, Apache 2.2 i PHP 5.0 - wszystko śmiga aż miło, natomiast muszę do tego podłączyć jeszcze oczywiście MySQL. I tu zaczynają się oczywiste schody.
Ze strony delfinka ściągnąłem pakiet mysql-5.0.51a-linux-i686.tar.gz i rozpakowałem go poleceniem
tar zxvf mysql-5.0.51a-linux-i686.tar.gz - poszło gładko
cd mysql-5.0.51a-linux-i686 - no również gładko
natomiast kiedy wydałem polecenie konfiguracji:
./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --disable-maintainer-mode --with-mysqld-user=mysql --enable-large-files-without-debug - zesrało się... proces wyświetla różne pozytywne komentarze i zatrzymuje się, ale jak nacisnę dowolny klawisz wraca do znaku zachęty.
końcówka komunikatu wygląda tak:
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
Starting the mysqld server. You can test that it is up and running
with the command:
./bin/mysqladmin version
benjamin:/usr/src/packages/SOURCES/mysql-5.0.51a-linux-i686 # Starting mysqld daemon with databases from /usr/src/packages/SOURCES/mysql-5.0.51a-linux-i686/data
STOPPING server from pid file /usr/src/packages/SOURCES/mysql-5.0.51a-linux-i686/data/benjamin.pid
080808 08:50:53 mysqld ended
i wisi do naciśnięcia dowolnego klawisza

kiedy otwieram blik /usr/src/packages/SOURCES/mysql-5.0.51a-linux-i686/data/benjamin.pid jest w nim coś takiego:
080808 08:33:00 mysqld started
080808 8:33:00 InnoDB: Operating system error number 13 in a file operation.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
InnoDB: File name ./ibdata1
InnoDB: File operation call: 'create'.
InnoDB: Cannot continue operation.
080808 08:33:00 mysqld ended
benjamin to nazwa komputerka na którym to stoi... błagam! pomocy
