Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Cannot install apache Error -> No rule to make target `ins..

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
apache 2.0.47 win32 install error - I am getting an error when apache 2.2.47 in Windows 2000 SP3, error occurs when trying to create the service it says cannot binf to because it's already in use. I've disabled all of the IIS service but no joy. Can anyone help? TIA

HELP: apache rewrite rule destroys sessionid for tomcat? - hi ng, the problem: our tomcat does not get any about the used session lost, causes by when using the apache1 (with a to the apache2). It seems, that the tomcat creates a new session each time, when a jsp..

error make JK2 connector - I am trying to build a JK2 connector on a solaris 9 box. I do: \ \ \ \ All is fine,..

How do I make Apache make php = no extension? - Hello, I've just converted from Windows 2000 as my to Debian. I'm using Apache 2 with PHP and a lot of other But I've run into a problem: How do I make .php = no Let me put up a scenario: I've..

Make the system recognize the new apache instead of the old? - Default install from Red Hat 8.0. I needed to add suexec so I download and compiled with suexec. I thought that default would replace the original apache but instead the new version is in new place. How do I..
Author Message
ivo_smulders

External


Since: Sep 19, 2004
Posts: 3



(Msg. 1) Posted: Mon Sep 20, 2004 2:06 am
Post subject: Cannot install apache Error -> No rule to make target `install'.
Archived from groups: alt>apache>configuration (more info?)

Hello,

I am trying to install Apache server: httpd-2.0.46.
I have dowloaded the binaries from:
http://www.apache.org/dist/httpd/binaries/linux/
And using RH Linux: 9.x

According to my book: Apache Server Bible 2
i should now run the command: make install.

But then I get the error-message:

httpd-2.0.46]# make install
make: *** No rule to make target `install'. Stop.

What can I do now to conitnue?
Please explain in simple step by step words, since I am a beginner Wink

Thanks so far.

Regards,
Stoeptegeltje


(not sure which group I should post my message)

 >> Stay informed about: Cannot install apache Error -> No rule to make target `ins.. 
Back to top
Login to vote
dinges_danges_

External


Since: Aug 03, 2004
Posts: 88



(Msg. 2) Posted: Mon Sep 20, 2004 3:09 am
Post subject: Re: Cannot install apache Error -> No rule to make target `install'. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Stoeptegeltje said the following on 19/09/2004 23:06:

 > I am trying to install Apache server: httpd-2.0.46.
 > I have dowloaded the binaries from:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.apache.org/dist/httpd/binaries/linux/</font" target="_blank">http://www.apache.org/dist/httpd/binaries/linux/</font</a>>
 > And using RH Linux: 9.x
 >
 > According to my book: Apache Server Bible 2
 > i should now run the command: make install.

Not when you've downloaded the *binaries*, they're already compiled. But
I can't find 2.0.46 on that URL.

Anyway, there's are several README files there which say:

See "INSTALL.bindist" on how to install the distribution.

[snip]
 > Please explain in simple step by step words, since I am a beginner Wink

Why don't you download an rpm file and install that from:

<a style='text-decoration: underline;' href="http://www.apache.org/dist/httpd/binaries/rpm/i386/" target="_blank">http://www.apache.org/dist/httpd/binaries/rpm/i386/</a>

[snip]

--
Regards
Harrie<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Cannot install apache Error -&gt; No rule to make target `ins.. 
Back to top
Login to vote
ivo_smulders

External


Since: Sep 19, 2004
Posts: 3



(Msg. 3) Posted: Tue Sep 21, 2004 3:11 am
Post subject: Re: Cannot install apache Error -> No rule to make target `install'. -> Failed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 20 Sep 2004 00:09:48 +0200, Harrie
<dinges_danges_donges.DeleteThis@hotmail.com> wrote:

 >Stoeptegeltje said the following on 19/09/2004 23:06:
 >
  >> I am trying to install Apache server: httpd-2.0.46.
  >> I have dowloaded the binaries from:
<font color=green>  >> <a style='text-decoration: underline;' href="http://www.apache.org/dist/httpd/binaries/linux/</font" target="_blank">http://www.apache.org/dist/httpd/binaries/linux/</font</a>>
  >> And using RH Linux: 9.x
  >>
  >> According to my book: Apache Server Bible 2
  >> i should now run the command: make install.
 >
 >Not when you've downloaded the *binaries*, they're already compiled. But
 >I can't find 2.0.46 on that URL.
 >
 >Anyway, there's are several README files there which say:
 >
 > See "INSTALL.bindist" on how to install the distribution.
 >
 >[snip]
  >> Please explain in simple step by step words, since I am a beginner Wink
 >
 >Why don't you download an rpm file and install that from:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.apache.org/dist/httpd/binaries/rpm/i386/</font" target="_blank">http://www.apache.org/dist/httpd/binaries/rpm/i386/</font</a>>
 >
 >[snip]

Hi,

Thanks so far, I did manage to download the rpm package but when I
wanted to install it I got below error-message:

[root@stoeptegeltje other]# rpm -ivh httpd-2.0.50-1.i386.rpm
warning: httpd-2.0.50-1.i386.rpm: V3 DSA signature: NOKEY, key ID
751d7f27
error: Failed dependencies:
libdb-4.1.so is needed by httpd-2.0.50-1

What does this mean and how to continue now?
Searching on Google with this error-message gave me some feedback but
not in english Sad

Regards,
Stoeptegeltje<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Cannot install apache Error -&gt; No rule to make target `ins.. 
Back to top
Login to vote
dinges_danges_

External


Since: Aug 03, 2004
Posts: 88



(Msg. 4) Posted: Tue Sep 21, 2004 5:27 am
Post subject: Re: Cannot install apache Error -> No rule to make target `install'. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Stoeptegeltje said the following on 21/09/2004 00:11:

 > On Mon, 20 Sep 2004 00:09:48 +0200, Harrie
 > <dinges_danges_donges.TakeThisOut@hotmail.com> wrote:
 >
  >>Why don't you download an rpm file and install that from:
  >>
<font color=green>  >> <a style='text-decoration: underline;' href="http://www.apache.org/dist/httpd/binaries/rpm/i386/</font" target="_blank">http://www.apache.org/dist/httpd/binaries/rpm/i386/</font</a>>
 >
 > Thanks so far, I did manage to download the rpm package but when I
 > wanted to install it I got below error-message:
 >
 > [root@stoeptegeltje other]# rpm -ivh httpd-2.0.50-1.i386.rpm
 > warning: httpd-2.0.50-1.i386.rpm: V3 DSA signature: NOKEY, key ID
 > 751d7f27
 > error: Failed dependencies:
 > libdb-4.1.so is needed by httpd-2.0.50-1
 >
 > What does this mean and how to continue now?

It means that you have to install libdb-4.1.so before Apache because it
depends on it. You can get it here (and remember that site, you'll
probably need it more):

<a style='text-decoration: underline;' href="http://rpmfind.net/linux/RPM/fedora/1/i386/db4-4.1.25-14.i386.html" target="_blank">http://rpmfind.net/linux/RPM/fedora/1/i386/db4-4.1.25-14.i386.html</a>

It is possible that you get an error which looks like the one you have
now, simple look for the package(s) you need and fullfill rpm's needs
(or switch to Debian and let apt-get fullfill *your* needs).

Note that this is a Redhat related question which is not directly
related to Apache so it's offtopic here and I for one personally don't
take plesure in giving advise about Redhat (been there, tried to do it,
switched to Debian). It's just that I'm a nice guy .. today ..

 > Searching on Google with this error-message gave me some feedback but
 > not in english Sad

Try reading the rpm manual ("man rpm" and take a weeks leave to study
it) and otherwise try the Redhat website or a Redhast related newsgroup.

--
Regards
Harrie<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Cannot install apache Error -&gt; No rule to make target `ins.. 
Back to top
Login to vote
ivo_smulders

External


Since: Sep 19, 2004
Posts: 3



(Msg. 5) Posted: Wed Sep 22, 2004 3:03 am
Post subject: Re: Cannot install apache Error -> No rule to make target `install'. -> Failed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 21 Sep 2004 02:27:14 +0200, Harrie
<dinges_danges_donges.RemoveThis@hotmail.com> wrote:

 >Stoeptegeltje said the following on 21/09/2004 00:11:
 >
  >> On Mon, 20 Sep 2004 00:09:48 +0200, Harrie
  >> <dinges_danges_donges.RemoveThis@hotmail.com> wrote:
  >>
   >>>Why don't you download an rpm file and install that from:
   >>>
<font color=brown>   >>> <a style='text-decoration: underline;' href="http://www.apache.org/dist/httpd/binaries/rpm/i386/</font" target="_blank">http://www.apache.org/dist/httpd/binaries/rpm/i386/</font</a>>
  >>
  >> Thanks so far, I did manage to download the rpm package but when I
  >> wanted to install it I got below error-message:
  >>
  >> [root@stoeptegeltje other]# rpm -ivh httpd-2.0.50-1.i386.rpm
  >> warning: httpd-2.0.50-1.i386.rpm: V3 DSA signature: NOKEY, key ID
  >> 751d7f27
  >> error: Failed dependencies:
  >> libdb-4.1.so is needed by httpd-2.0.50-1
  >>
  >> What does this mean and how to continue now?
 >
 >It means that you have to install libdb-4.1.so before Apache because it
 >depends on it. You can get it here (and remember that site, you'll
 >probably need it more):
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://rpmfind.net/linux/RPM/fedora/1/i386/db4-4.1.25-14.i386.html</font" target="_blank">http://rpmfind.net/linux/RPM/fedora/1/i386/db4-4.1.25-14.i386.html</font</a>>
 >
 >It is possible that you get an error which looks like the one you have
 >now, simple look for the package(s) you need and fullfill rpm's needs
 >(or switch to Debian and let apt-get fullfill *your* needs).
 >
 >Note that this is a Redhat related question which is not directly
 >related to Apache so it's offtopic here and I for one personally don't
 >take plesure in giving advise about Redhat (been there, tried to do it,
 >switched to Debian). It's just that I'm a nice guy .. today ..
 >
  >> Searching on Google with this error-message gave me some feedback but
  >> not in english Sad
 >
 >Try reading the rpm manual ("man rpm" and take a weeks leave to study
 >it) and otherwise try the Redhat website or a Redhast related newsgroup.


Hi,

Still looking for the correct package, can find: libdb-4.0.so.
But not: libdb-4.1.so.

I will continue again tomorrow.

Stoeptegeltje<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Cannot install apache Error -&gt; No rule to make target `ins.. 
Back to top
Login to vote
dinges_danges_

External


Since: Aug 03, 2004
Posts: 88



(Msg. 6) Posted: Wed Sep 22, 2004 3:25 am
Post subject: Re: Cannot install apache Error -> No rule to make target `install'. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Stoeptegeltje said the following on 22/09/2004 00:03:

 > On Tue, 21 Sep 2004 02:27:14 +0200, Harrie
 > <dinges_danges_donges.RemoveThis@hotmail.com> wrote:

[snip]
<font color=green>  >> <a style='text-decoration: underline;' href="http://rpmfind.net/linux/RPM/fedora/1/i386/db4-4.1.25-14.i386.html</font" target="_blank">http://rpmfind.net/linux/RPM/fedora/1/i386/db4-4.1.25-14.i386.html</font</a>>

[snip]
 > Still looking for the correct package, can find: libdb-4.0.so.
 > But not: libdb-4.1.so.

The link I gave you says:

Provides

* db4
* libdb-4.1.so
* libdb_cxx-4.1.so

So what's your problem?

--
Regards
Harrie<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Cannot install apache Error -&gt; No rule to make target `ins.. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]