• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

ssl_mod

~Zero~

Newbie
Hallo, also ich will LAMP mit ssl installieren dabei bin ich einem Tutorial gefolgt( http://lamps.efactory.de/lamps-1-3.php#inst-apachessl). Nun bis ich bis zur installation von Apache mit ssl gekommen und bei

./configure --with-apache=../apache_1.3.27/ \
--with-ssl=../openssl-0.9.7a/ \
--prefix=/usr/local/apache/1.3.27 \
--enable-module=most \
--enable-shared=max \
--enable-module=ssl

kommt

Configuring mod_ssl/2.8.25 for Apache/1.3.34
+ Apache location: /usr/local/src/lamps/apache_1.3.34/ (Version 1.3.34)
+ Auxiliary patch tool: ./etc/patch/patch (local)
+ Applying packages to Apache source tree:
o Extended API (EAPI)
o Distribution Documents
o SSL Module Source
o SSL Support
o SSL Configuration Additions
o SSL Module Documentation
o Addons
Done: source extension and patches successfully applied.

Now proceed with the following commands (Bourne-Shell syntax):
$ cd /usr/local/src/lamps/apache_1.3.34/
$ SSL_BASE=/path/to/openssl ./configure ... --enable-module=ssl
$ make
$ make certificate
$ make install

Könnte mir jemand sagen was das jetzt zu bedeuten hat?(bin leider noch ein newbi..)Also das bestimmte Befehle nciht ausgeführt werden konnte versteh ich aber warum? und was hat das Bourne-Shell-syntax zu bedeuten?

Danke im Vorraus für jede Hilfe.
 
Oben