Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Configure error on Debian

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Security Question???  
Author Message
user2402

External


Since: Jul 30, 2003
Posts: 3



(Msg. 1) Posted: Thu Jul 31, 2003 12:59 am
Post subject: Configure error on Debian
Archived from groups: alt>apache>configuration (more info?)

Hello all,

When I try to compile my Apache source, I get the following error:

[/quote]
+ Warning: Configuring Apache with default settings.
+ This is probably not what you really want.
+ Please read the README.configure and INSTALL files
+ first or at least run './configure --help' for
+ a compact summary of available options.
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Syntax error --- The configuration file is used only to
define the list of included modules or to set Makefile in src
options or Configure rules, and I don't see that at all:
`$(SRCDIR)/apaci`
default
default
no
no
no
yes
no
default
no
default
default
[/quote]

It seems that this problem rose after I ran a 'apt-get upgrade' on my
system.
I've been struggling around a lot on this problem, and would be very
happe when someone
here could show me the cause and/or solution to this problem...


Thanks in advance,
Robert

 >> Stay informed about: Configure error on Debian 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Thu Jul 31, 2003 8:15 am
Post subject: Re: Configure error on Debian [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Robbert-Jan <r.w.spernaweiland.TakeThisOut@student.utwente.nl> wrote:
 > + Warning: Configuring Apache with default settings.

You didn't specify any options in the configure part. Run
configure with at least the --prefix option.

Davide<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Configure error on Debian 
Back to top
Login to vote
user2402

External


Since: Jul 30, 2003
Posts: 3



(Msg. 3) Posted: Thu Jul 31, 2003 1:39 pm
Post subject: Re: Configure error on Debian [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Davide Bianchi wrote:
 > Run
 > configure with at least the --prefix option.

That has nothing to do with the problem. I'm simply tired of typing all
the options all the time, so I use only ./configure now untill it works
again.
With the --prefix option the result is just the same:

../configure --prefix=/root
Configuring for Apache, Version 1.3.28
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Syntax error --- The configuration file is used only to
define the list of included modules or to set Makefile in src
options or Configure rules, and I don't see that at all:
`$(SRCDIR)/apaci`
default
default
no
no
no
yes
no
default
no
default
default

Thanks anyway for your answer; any help is appreciated!

Robert<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Configure error on Debian 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 4) Posted: Thu Jul 31, 2003 1:39 pm
Post subject: Re: Configure error on Debian [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Robbert-Jan <r.w.spernaweiland DeleteThis @student.utwente.nl> wrote:
 > That has nothing to do with the problem. I'm simply tired of typing all
 > the options

I made scripts for that...

 > Syntax error --- The configuration file is used only to
 > define the list of included modules or to set Makefile in src
 > options or Configure rules, and I don't see that at all:

Hummm... maybe your source tree is corrupted. Tried to download a
clean set of sources?

Davide<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Configure error on Debian 
Back to top
Login to vote
user2402

External


Since: Jul 30, 2003
Posts: 3



(Msg. 5) Posted: Thu Jul 31, 2003 5:26 pm
Post subject: Re: Configure error on Debian [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Davide Bianchi wrote:
 > Hummm... maybe your source tree is corrupted. Tried to download a
 > clean set of sources?

I figured that out myself too; same thing. The output I posted is on a
enrirely clean just unpacked Apache src.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Configure error on Debian 
Back to top
Login to vote
nospamrossz

External


Since: Jul 10, 2003
Posts: 12



(Msg. 6) Posted: Thu Jul 31, 2003 8:34 pm
Post subject: Re: Configure error on Debian [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Robbert-Jan <r.w.spernaweiland DeleteThis @student.utwente.nl> wrote in
news:bgak95$59l$1@netlx020.civ.utwente.nl:

 > Davide Bianchi wrote:
  >> Run
  >> configure with at least the --prefix option.
 >
 > That has nothing to do with the problem. I'm simply tired of typing all
 > the options all the time, so I use only ./configure now untill it works
 > again.
 > With the --prefix option the result is just the same:

I got tired of typing long ./configure lines, too. Now I always create a
script called "myconfig" in the project directory. This also has the
advantage that months from now I don't have to try to remember what options
I used if I need to rebuild for some reason.


--
Rossz

Remove 'NOSPAM' from my email address to reply directly<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Configure error on Debian 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Apache on Debian/Sarge - I attempted to install the newest version of Apache for Debian/Sarge, 1.3.27.0-2 and got an error during configuration: Setting up apache (1.3.27.0-2) ... /var/lib/dpkg/info/apache.postinst: line 8: /usr/share/apache/postinst.common: No such file or..

Newbie: Debian upgrade 2.2 to 3.0 stops apache - Just upgraded from Debian 2.2 to 3.0, fortunately on a test machine, but now Apache won't start. Problem I presume is related to Tomcat. Error given is Syntax error on line 69 of /etc/apache/httpd.conf: Invalid command 'JkWorkersFile', perhaps..

How to configure Apache to work with ISS - I've installed Apache 2 on Windows 2000 Professional and it's called alpha (my computer name) and I can also access it via http://localhost Now I want to install IIS 5 on the same machine, so it can work together with Apache, so that I can access Apache...

500 error with é - Hello all, i've installed Apache 2 with PHP, but when a textbox send a text with an "é", i receive a 500 error, what running wrong in my configuration?

PHP Error - I seem to be unable to run/exec php documents on my webserver, and i have no idea why. the includes at the bottom of http.conf are both # ed out. but when i enable them, apache doesnt start! Any solutions much appreciated, and a possible method of..
   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 ]