./configure und rpm bei apache2 (devel)

Apache, Lighttpd, nginx, Cherokee
Post Reply
markusk
Posts: 140
Joined: 2003-05-04 20:14
 

./configure und rpm bei apache2 (devel)

Post by markusk »

Hallo!
Ich hab den Apache 2.0.48 kompiliert, wollte das devel-paket dann aber per rpm installieren. Dabei kam dann aber der Fehler
apache2 = 2.0.48 is needed by apache2-devel-2.0.48-0
. Muss ich den Apache2 auch per rpm installieren, damit dieser von demd devel-rpm-paket erkannt wird?

Danke und Gruß Markus
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: ./configure und rpm bei apache2 (devel)

Post by Joe User »

markusk wrote:Ich hab den Apache 2.0.48 kompiliert, wollte das devel-paket dann aber per rpm installieren.
Weshalb?
markusk wrote:Dabei kam dann aber der Fehler
apache2 = 2.0.48 is needed by apache2-devel-2.0.48-0
. Muss ich den Apache2 auch per rpm installieren, damit dieser von demd devel-rpm-paket erkannt wird?
Ja.
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
markusk
Posts: 140
Joined: 2003-05-04 20:14
 

Re: ./configure und rpm bei apache2 (devel)

Post by markusk »

Wie kann ich die devel-Pakete denn ohne rpm installieren?
oxygen
Posts: 2138
Joined: 2002-12-15 00:10
Location: Bergheim
 

Re: ./configure und rpm bei apache2 (devel)

Post by oxygen »

Wozu? Wenn du den Apache selbst gebaut hast, hast du die Dateien aus den devel Paketen doch schon.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: ./configure und rpm bei apache2 (devel)

Post by Joe User »

Code: Select all

apt-get install apache2-devel
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
markusk
Posts: 140
Joined: 2003-05-04 20:14
 

Re: ./configure und rpm bei apache2 (devel)

Post by markusk »

was bewirkt apt-get? Also mein Linux is von suse.

apxs fehlt z.B. das braucht er dann bei der php-installation.
darkspirit
Posts: 553
Joined: 2002-10-05 16:39
Location: D'dorf
Contact:
 

Re: ./configure und rpm bei apache2 (devel)

Post by darkspirit »

apxs wird AFAIK nach $PREFIX/bin mitinstalliert. Gib diesen Pfad PHP als configure-Parameter mit.
markusk
Posts: 140
Joined: 2003-05-04 20:14
 

Re: ./configure und rpm bei apache2 (devel)

Post by markusk »

Hast Recht, danke!
Post Reply