Page 1 sur 1

Installer vTiger sous Ubuntu Lucid

Publié : sam. 20 oct. 2012 12:02
par kalistyan
:hello:

Je n'arrive pas à localiser le dossier... :heink:

Code : Tout sélectionner

Specify the location of /bin/httpd in your system (For example /etc/httpd/bin)

Installer vTiger sous Ubuntu Lucid

Publié : sam. 20 oct. 2012 12:03
par gizmo78
find / | grep httpd

?

Installer vTiger sous Ubuntu Lucid

Publié : sam. 20 oct. 2012 12:20
par kalistyan
Bon, ne suis pas fou. Le fichier se trouve bien dans le dossier

Code : Tout sélectionner

/etc/apache2
.
C'est l'installation qui merde. :o

@Gizmo Merci bien. :jap:

Installer vTiger sous Ubuntu Lucid

Publié : sam. 20 oct. 2012 13:09
par gizmo78
de rien :jap:

Installer vTiger sous Ubuntu Lucid

Publié : dim. 21 oct. 2012 22:35
par Zedoune
find / | grep httpd

?

find / -name httpd si tu cherches ^httpd$

pas besoin de lancer grep par-dessus ^^