Hi,
I am trying to set up limesurvey on my laptop running Fedora to evaluate it but I can't get it working

.
I use PHP, Apache 2 and mysql from the default installation. I copied the limesurvey directory to /var/www/html/limesurvey/ . The values in config.php are correct as far as I understand the documentation in
docs.limesurvey.org/tiki-index.php?page=Installation
I now see two scenarios:
When the debug switch in config.php is set to 0 I receive an internal server error HTTP 500 when trying to access http://localhost/limesurvey/admin/install/ .
When the debug switch in config.php is set to 1 I only receive a blank page with HTTP code 200 .
I saw that the blank page problem is noted here
docs.limesurvey.org/tiki-index.php?page=...ing_the_Install_page
so I made sure php-mysql is installed, there is only one php.ini on my system, the tmp directory is set to default and everybody has full rights on the session save path.
So now I don't really have a plan how to try it further. Hopefully somebody has a clue, the different behaviour depending on the debug switch is funny anyway.
Best regards,
Flint