|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2004
/
2004-03
/
Pound.cfg not created on build
[
LogLevel / =?iso-8859-2?Q?Pavel_Franc=EDrek?= ... ]
[
Build without SSL / Ken Caruso ... ]
Pound.cfg not created on build
"Robin Collins" <Robin.Collins(at)elateral.com> |
2004-03-09 09:55:13 |
[ FULL ]
|
Hello
I've been trying to get a successful installation of Pound up and running,
but it keeps failing on creating the pound.cfg.
Using pound.current but have also tried with all versions back to 1.3 -
same result.
Have tried just using the default values in the ./configure, have also
tried using other prefixes such as /usr/X11R6
In each case the ./configure - make - make install seem to run without a
hitch, the make shows that it seems to be trying to output a pond.cfg to
/usr/local/etc/pound.cfg but it never actually does so.
I've tried by creating an empty text file of that name just to see if it
will overwrite - no go
I've tried altering the pound.cfg line in config.c to show
${prefix}/etc/pound.cfg - no go.
I've tried on Fedora, 2 different Slackware, Mandrake 9.2 and SUSE 8.2 - no
go
Looking at the config.c I can see what seems to be the content of the
pound.cfg but don't have any basis for comparison. Also I'm a little
worried that if that bit is failing, maybe something else is broken as
well.
So, please can anyone tell me what may be going wrong, what Linux distros
this is known to build on, and if possible can some kind soul please post a
generic pound.cfg so I can find out if Pound will do what I want it to??
Thanx - sorry if there's loads of corporate b/s at the end of this email
it's out of my control!!!
e-solutions for marketing
http://www.elateral.com/uk
Elateral Limited, Crosby Way, Farnham, GU9 7XX, UK
Tel. +44 (0)1252 740740
Fax. +44 (0)1252 740741
***********************************************************************
This e-mail is confidential and may be privileged. It may be read,
copied and used only by the intended recipient. If you have received
it in error please contact the sender immediately by return e-mail or
by telephone. Please then delete the e-mail and do not disclose its
contents to any person. We believe, but do not warrant, that this
e-mail and any attachments are virus free. You should take full
responsibility for virus checking. Elateral reserves the right to
monitor all e-mail communications through its internal and external
networks. The opinions or ideas expressed above belong to their
author and do not necessarily reflect the views of the Elateral Group.
***********************************************************************
|
|
|
Re: Pound.cfg not created on build
Dennis Allison <allison(at)sumeru.stanford.EDU> |
2004-03-09 16:58:09 |
[ FULL ]
|
Robin,
I think you must be confusing the build configuration with the run-time
configuration. pound.cfg is the run-time configuration and is *not*
created as part of the build process. If you follow the build
instructons, can you successfully build an executable? You then need
to construct, by hand, a poound.cfg file. You can either bind that file
to pound when you launch it
/usr/local/sbin/pound -f poound.cfg
or put it into the standard place -- /usr/local/etc/pound.cfg or (in some
versions) /usr/local/etc/pound/pound.cfg.
I have used pound with several distributions with no build problems.
-d
On Tue, 9 Mar 2004, Robin Collins wrote:
[...]
|
|
|
Re: Pound.cfg not created on build
"Robin Collins" <Robin.Collins(at)elateral.com> |
2004-03-10 09:34:03 |
[ FULL ]
|
Dennis
Excellent - thank you for the explanation. No problem with the binary - the
documentation sort of led me to think a default pound.cfg would be
automatically created in the default location - hence my concern.
Will steam ahead and see what happens :-)
Robin
e-solutions for marketing
http://www.elateral.com/uk
Elateral Limited, Crosby Way, Farnham, GU9 7XX, UK
Tel. +44 (0)1252 740740
Fax. +44 (0)1252 740741
***********************************************************************
This e-mail is confidential and may be privileged. It may be read,
copied and used only by the intended recipient. If you have received
it in error please contact the sender immediately by return e-mail or
by telephone. Please then delete the e-mail and do not disclose its
contents to any person. We believe, but do not warrant, that this
e-mail and any attachments are virus free. You should take full
responsibility for virus checking. Elateral reserves the right to
monitor all e-mail communications through its internal and external
networks. The opinions or ideas expressed above belong to their
author and do not necessarily reflect the views of the Elateral Group.
***********************************************************************
|
|
|
|