Am 08.10.14 20:21, schrieb Martin:
Ich nutze wie schon geschrieben Linux Mint 17 und die aktuelle XAMPP
Version.
Nun hatte ich sehr viele Tutorials gelesen und auch "Tipps & Tricks" im
Internet entdeckt. Es hat alles nichts genutzt. Typo3 Neos oder Typo3
Flow kann ich nicht installieren. Mein lokaler Server liegt im
Verzeichnis "/opt/lampp/". Jetzt habe ich mir überlegt, es könnten die
Benutzerrrechte oder Benutzerangaben sein. Hier mal der komplette Auszug
vom Terminal "/opt/lampp/":

insgesamt 10032
drwxr-xr-x 30 root   root      4096 Sep 23 19:47 .
drwxr-xr-x  4 root   root      4096 Sep 13 14:15 ..
drwxr-xr-x  5 root   root      4096 Sep 13 14:15 apache2
drwxrwxr-x  2 root   root     12288 Sep 13 14:17 bin
drwxr-xr-x  2 root   root      4096 Sep 13 14:17 build
drwxr-xr-x  2 root   root      4096 Sep 13 14:16 cgi-bin
-rwxr-xr-x  1 root   root     27372 Sep 13 14:15 ctlscript.sh
drwxr-xr-x  2 root   root      4096 Sep 13 14:17 docs
drwxrwxr-x  3 root   root      4096 Sep 13 14:16 error
drwxr-xr-x  8 root   root      4096 Sep 23 19:51 etc
drwxr-xr-x  8 root   root      4096 Sep 13 14:30 htdocs
drwxr-xr-x  3 root   root      4096 Sep 13 14:16 icons
drwxr-xr-x  2 root   root      4096 Sep 13 14:15 img
drwxr-xr-x 20 root   root     12288 Sep 13 14:17 include
drwxr-xr-x  2 root   root      4096 Sep 13 14:17 info
lrwxrwxrwx  1 root   root        16 Sep 13 14:17 lampp -> /opt/lampp/xampp
drwxr-xr-x 14 root   root     12288 Sep 13 14:17 lib
drwxr-xr-x  2 root   root      4096 Sep 13 14:16 libexec
drwxr-xr-x  2 root   root      4096 Sep 13 14:16 licenses
drwxr-xr-x  2 daemon daemon    4096 Okt  3 21:09 logs
drwxr-xr-x  7 root   root      4096 Sep 13 14:17 man
-rwx------  1 root   root   3096815 Jun 10  2013 manager-linux.run
drwxr-xr-x 14 root   root     12288 Sep 13 14:17 manual
drwxr-xr-x  2 root   root      4096 Sep 13 14:17 modules
drwxr-xr-x  3 root   root      4096 Sep 13 14:15 mysql
drwxr-xr-x  2 root   root      4096 Sep 13 14:16 pear
drwxr-xr-x  3 root   root      4096 Sep 13 14:15 php
drwxr-xr-x  9 root   root      4096 Sep 13 14:16 phpmyadmin
drwxr-xr-x  3 root   root      4096 Sep 13 14:15 proftpd
-rw-r--r--  1 root   root       803 Sep 13 14:17 properties.ini
-rw-r--r--  1 root   root     72812 Aug 21 13:58 RELEASENOTES
drwxr-xr-x  2 root   root      4096 Sep 13 14:16 sbin
drwxr-xr-x 45 root   root      4096 Sep 13 14:17 share
drwxrwxrwx  2 daemon daemon    4096 Okt  3 20:53 temp
-rwx------  1 root   root   6636866 Sep 13 14:18 uninstall
-rw-------  1 root   root    250582 Sep 13 14:18 uninstall.dat
drwxr-xr-x  6 root   root      4096 Okt  3 21:09 var
-rwxr-xr-x  1 root   root     15201 Jul 22  2013 xampp

wichtig sind die Rechte im Bereich des Webroot. das ist bestimmt nicht dieses Verzeichnis. Dort sollte der User mit dem Apache/PHP ausgeführt wird das Recht zum Lesen und Schreiben haben.
typischerweise wird apache als www-data (gruppe www-data) ausgeführt.
wenn dort alles root gehört kannst du entweder jedermann die Rechte geben (chmod 777 *), oder die zugehörigen Verzeichnisse und Dateien dem User www-data, der Gruppe www-data übergeben (chown www-data:www-data *).

bernd
--
http://www.pi-phi.de/cheatsheet.html
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an