Hallo!
Ich habe den Apache2 auf dem Server kompiliert (configure, make, make install). Nun wollte ich ein rpm-Paket installieren (VHCS), was den Apache verständlicherweise voraussetzt. Wie kann ich diesem Paket nun klar machen, dass der Apache schon mittels Sourcen auf dem Server installiert wurde?
Danke für eure Hilfe!
Gruß Markus
problem mit rpm-installation
-
- Userprojekt
- Posts: 7066
- Joined: 2002-10-09 14:30
- Location: Dorsten
Re: problem mit rpm-installation
Apache2 per RPM installieren?
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
-
- Posts: 140
- Joined: 2003-05-04 20:14
Re: problem mit rpm-installation
ja. Aber geht das nicht auch anders? Ich mein, ich hab jetzt schon so viele Tools selbst kompiliert. Schließlich kann man nur hier die Parameter angeben. Dann würde es ja gar keinen Sinn machen, überhaupt selbst zu kompilieren, weil irgendwann muss man dann doch mal rpm benutzen, und dann findet es den Apache oder was weiß ich nicht.
Da muss es doch eine Lösung geben?
Da muss es doch eine Lösung geben?
-
- Posts: 103
- Joined: 2003-10-13 23:04
- Location: Duisburg
Re: problem mit rpm-installation
Die einzige mir bekannte Möglichkeit, ist selber rpm's zu bauen ....
-
- Posts: 140
- Joined: 2003-05-04 20:14
Re: problem mit rpm-installation
und wie macht man das?
-
- Project Manager
- Posts: 11186
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: problem mit rpm-installation
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings 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.
Wings for Life ● Wings 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.
-
- Posts: 140
- Joined: 2003-05-04 20:14
Re: problem mit rpm-installation
kann man nicht einfach ein rpm-paket dazu zwingen, das es sich installiert? weil eigentlich ist der Apache ja schon drauf und funktioniert prächtig.
-
- Project Manager
- Posts: 11186
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: problem mit rpm-installation
Erstelle Dir ein Dummy-RPM mit einer ausreichend hohen Versionsnummer...
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings 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.
Wings for Life ● Wings 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.
-
- Posts: 140
- Joined: 2003-05-04 20:14
Re: problem mit rpm-installation
ich hab jetzt mal checkinstall genommen, damit gehts recht einfach. danke nochmal!