[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#250408: apache-ssl 1.3.29.0.2-7 can't install on sid



On Sat, 22 May 2004, Rob Naccarato wrote:

>
> Package: apache-ssl
> Version: 1.3.29.0.2-7
>
> Tried a dist-upgrade today and found the output of
> apt-get was giving "grep: invalid regular expression"
> a number of times. I think I found the problem in
> /usr/sbin/apache-modconf, around line 158:
>
>         cd /usr/lib/apache/1.3
>         for i in $enabled; do
> 	mapped="`grep -l $i.so$ *.info | sed -e 's/\.info$/,/g' -e 's/^...//g'` $mapped"
>         done
>
> Notice the leading '$' in the regular expression to grep? I took it
> out and it seems to run without errors now.
>
>
> The second issue now is that I now have (only) this in my
> /etc/apache-ssl/modules.conf:
>
> ClearModuleList
> AddModule mod_so.c
> AddModule mod_macro.c
> LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
> LoadModule qs2ssi_module /usr/lib/apache/1.3/mod_qs2ssi.so
>
> So, result is that I get an error like this when starting
> up apache:
>
> Syntax error on line 332 of /etc/apache-ssl/httpd.conf:
> Invalid command 'Order', perhaps mis-spelled or defined by a module not
> included in the server configuration
>
> Running apache-modconf apache-ssl enable mod_access, for
> example, won't put mod_access in modules.conf to correct the
> error.

Please go in /usr/lib/apache/1.3/ and do an ls. It looks to me your
installation is broken somewhere else.

Thanks
Fabio

-- 
<user> fajita: step one
<fajita> Whatever the problem, step one is always to look in the error log.
<user> fajita: step two
<fajita> When in danger or in doubt, step two is to scream and shout.



Reply to: