This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Cannot Install apache2-dev Repository

0

Hello.

Simple Question.

I Would like to install apache2-dev for Creating an Own Tileserver.

But it throws me an Error

user@user-VirtualBox:~$ sudo apt-get install apache2-dev

Paketlisten werden gelesen... Fertig

Abhängigkeitsbaum wird aufgebaut

Statusinformationen werden eingelesen... Fertig

E: Paket apache2-dev kann nicht gefunden werden (Could not Found)

I think i need to Add the repository.

But Whitch?

For Proj -> sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable

For apache2-dev -> ????

Please help me. Thanks! :)

asked 11 Dec '12, 23:33

asmardemir's gravatar image

asmardemir
766710
accept rate: 0%

It would help if you could describe:

  1. Which version of which Linux distribution you are using?
  2. What set of instructions you're following?
(11 Dec '12, 23:44) SomeoneElse ♦

One Answer:

2

apache2-dev is just a virtual package and provided by apache2-threaded-dev, try to install the latter and see if you can compile all of the required software. There is no need to add any non-official repository.

answered 12 Dec '12, 07:51

scai's gravatar image

scai ♦
33.3k21309459
accept rate: 23%

edited 12 Dec '12, 07:54

Source code available on GitHub .