Hi,
As I didn't see mysqld, I added mysql and mysql-core, and configured mysql, with the command as root:
# /usr/bin/mysql_secure_installationNow mysql and Apachee are running. I could log in phpMyAdmin and create create a database. But I can't install wordpress. When I start at
http://localhost/wordpress/wp-admin/install.php I get a windows asking if I want to open the php file with my text editor, and when I want to check what is going on, I invoke php in console and get this message:
$ php
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/translit.so' - /usr/lib/php/extensions/translit.so: undefined symbol: php_iconv_string in Unknown on line 0
php-translit is installed, I can see it among the /usr/lib/php/extensions directory, so what does it lack ? what does this message mean ?
Ok, I try installing php-iconv, as I see a package that bears this name in Synaptic... suspense, will it work now ?
Well php doesn't give back error nor the prompt, it's a good sign:
$ php
It looks like it works...
