Browse Source

Update H4 instructions

master
Pekka Helenius 5 years ago
committed by GitHub
parent
commit
7523e6b2ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      exercises/h4.md

+ 7
- 1
exercises/h4.md View File

@ -350,7 +350,13 @@ apache2-suexec-pristine_2.4.18-2ubuntu3.5_amd64.deb
apache2-utils_2.4.18-2ubuntu3.5_amd64.deb
```
... as a result we can see that the following deb packages should be installed with `dpkg -i` command:
... as a result you should install the following prerequisites:
```
sudo apt-get install -y libaprutil1-dbd-sqlite3 libaprutil1-dbd-mysql libaprutil1-dbd-odbc libaprutil1-dbd-pgsql libaprutil1-ldap libmysqlclient20 libodbc1 libpq5 mysql-common
```
... after which we can install our compiled Apache2 packages with `dpkg -i` command:
```
newuser@goauldhost:~/source_codes/apache2$ sudo dpkg -i apache2_2.4.18-2ubuntu3.5_amd64.deb apache2-bin_2.4.18-2ubuntu3.5_amd64.deb apache2-data_2.4.18-2ubuntu3.5_all.deb apache2-utils_2.4.18-2ubuntu3.5_amd64.deb


Loading…
Cancel
Save