You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris Webster <cj...@ucar.edu> on 2004/02/10 21:05:54 UTC

Install on RH9 via RPMs (mod_auth* not compatible)

I downloaded all but the 'devel' RPMs and asked our sysadmin to install, the Apache server now won't start.  Below is the error.  We are not sure if we are supposed to install all of the php_* modules or not.  Or is it because we've upgraded MySQL and/or PostGres?


--Chris


15% ls
apr-0.9.5-0.2.i386.rpm          php-mysql-4.3.4-1.1.i386.rpm
apr-util-0.9.5-0.1.i386.rpm     php-odbc-4.3.4-1.1.i386.rpm
httpd-2.0.48-3.i386.rpm         php-pgsql-4.3.4-1.1.i386.rpm
httpd-manual-2.0.48-3.i386.rpm  php-snmp-4.3.4-1.1.i386.rpm
mod_perl-1.99_09-10.i386.rpm    php-xmlrpc-4.3.4-1.1.i386.rpm
mod_python-3.0.3-3.i386.rpm     rapidsvn-0.4.0-6977.i386.rpm
mod_ssl-2.0.48-3.i386.rpm       subversion-0.37.0-1.rh90.i386.rpm
neon-0.24.4-1.i386.rpm          subversion-perl-0.37.0-1.rh90.i386.rpm
php-4.3.4-1.1.i386.rpm          subversion-python-0.37.0-1.rh90.i386.rpm
php-domxml-4.3.4-1.1.i386.rpm   subversion-server-0.37.0-1.rh90.i386.rpm
php-imap-4.3.4-1.1.i386.rpm     subversion-tools-0.37.0-1.rh90.i386.rpm
php-ldap-4.3.4-1.1.i386.rpm     swig-1.3.19-1.1.i386.rpm


16% rpm --nodeps -Uvh *.rpm
17%

Starting httpd: httpd: module "mod_auth_mysql.c" is not
compatible with this version of Apache (found 20020628, need
20020903).
Please contact the vendor for the correct version.
[FAILED]
and lotso of ...
warning: user david does not exist - using root
warning: group david does not exist - using root
messages

---------------------------------------------------
I installed the latest mod_auth_mysql.c from source since we
already had the latest RPM, but now I get

root@syrah conf]# service httpd start
Starting httpd: httpd: module "mod_auth_pgsql.c" is not
compatible with this version of Apache (found 20020628, need
20020903).
Please contact the vendor for the correct version.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Install on RH9 via RPMs (mod_auth* not compatible)

Posted by Luis Malheiro <lu...@rerum.com.br>.
I'm running Subversion 0.36 on RH9 and my server seems to be running OK.

I didn't trust the "rpm --nodeps". First I did uninstall all packages, 
including "mod_auth_mysql" and "mod_auth_pgsql". After that I did 
install the new packages and compiled "mod_auth_mysql" from source with 
"apxs" to authenticate SVN users using pre-existing Bugzilla accounts.

I have no use for "mod_auth_pgsql" at the moment, therefore I haven't 
re-installed it, but I guess that compiling it from source with "apxs" 
would be a possible solution.

I would uninstall the "mod_auth_pgsql" if I was you. I mean... if you 
are not using it. You could as well rename your 
"/etc/httpd/conf.d/auth_pgsql.conf" to something like 
"/etc/httpd/conf.d/auth_pgsql.conf.back".

In time, I tried to install "mod_auth_mysql" from its pre-packed rpm, 
but I got a dependency problem.

Luis Malheiro

Chris Webster wrote:

> I downloaded all but the 'devel' RPMs and asked our sysadmin to 
> install, the Apache server now won't start.  Below is the error.  We 
> are not sure if we are supposed to install all of the php_* modules or 
> not.  Or is it because we've upgraded MySQL and/or PostGres?
>
>
> --Chris
>
>
> 15% ls
> apr-0.9.5-0.2.i386.rpm          php-mysql-4.3.4-1.1.i386.rpm
> apr-util-0.9.5-0.1.i386.rpm     php-odbc-4.3.4-1.1.i386.rpm
> httpd-2.0.48-3.i386.rpm         php-pgsql-4.3.4-1.1.i386.rpm
> httpd-manual-2.0.48-3.i386.rpm  php-snmp-4.3.4-1.1.i386.rpm
> mod_perl-1.99_09-10.i386.rpm    php-xmlrpc-4.3.4-1.1.i386.rpm
> mod_python-3.0.3-3.i386.rpm     rapidsvn-0.4.0-6977.i386.rpm
> mod_ssl-2.0.48-3.i386.rpm       subversion-0.37.0-1.rh90.i386.rpm
> neon-0.24.4-1.i386.rpm          subversion-perl-0.37.0-1.rh90.i386.rpm
> php-4.3.4-1.1.i386.rpm          subversion-python-0.37.0-1.rh90.i386.rpm
> php-domxml-4.3.4-1.1.i386.rpm   subversion-server-0.37.0-1.rh90.i386.rpm
> php-imap-4.3.4-1.1.i386.rpm     subversion-tools-0.37.0-1.rh90.i386.rpm
> php-ldap-4.3.4-1.1.i386.rpm     swig-1.3.19-1.1.i386.rpm
>
>
> 16% rpm --nodeps -Uvh *.rpm
> 17%
>
> Starting httpd: httpd: module "mod_auth_mysql.c" is not
> compatible with this version of Apache (found 20020628, need
> 20020903).
> Please contact the vendor for the correct version.
> [FAILED]
> and lotso of ...
> warning: user david does not exist - using root
> warning: group david does not exist - using root
> messages
>
> ---------------------------------------------------
> I installed the latest mod_auth_mysql.c from source since we
> already had the latest RPM, but now I get
>
> root@syrah conf]# service httpd start
> Starting httpd: httpd: module "mod_auth_pgsql.c" is not
> compatible with this version of Apache (found 20020628, need
> 20020903).
> Please contact the vendor for the correct version.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Install on RH9 via RPMs (mod_auth* not compatible)

Posted by David Summers <da...@summersoft.fay.ar.us>.
On Tue, 10 Feb 2004, Chris Webster wrote:

> I downloaded all but the 'devel' RPMs and asked our sysadmin to install,
> the Apache server now won't start.  Below is the error.  We are not sure 
> if we are supposed to install all of the php_* modules or not.  Or is it 
> because we've upgraded MySQL and/or PostGres?
> 
> 15% ls
> apr-0.9.5-0.2.i386.rpm          php-mysql-4.3.4-1.1.i386.rpm
> apr-util-0.9.5-0.1.i386.rpm     php-odbc-4.3.4-1.1.i386.rpm
> httpd-2.0.48-3.i386.rpm         php-pgsql-4.3.4-1.1.i386.rpm
> httpd-manual-2.0.48-3.i386.rpm  php-snmp-4.3.4-1.1.i386.rpm
> mod_perl-1.99_09-10.i386.rpm    php-xmlrpc-4.3.4-1.1.i386.rpm
> mod_python-3.0.3-3.i386.rpm     rapidsvn-0.4.0-6977.i386.rpm
> mod_ssl-2.0.48-3.i386.rpm       subversion-0.37.0-1.rh90.i386.rpm
> neon-0.24.4-1.i386.rpm          subversion-perl-0.37.0-1.rh90.i386.rpm
> php-4.3.4-1.1.i386.rpm          subversion-python-0.37.0-1.rh90.i386.rpm
> php-domxml-4.3.4-1.1.i386.rpm   subversion-server-0.37.0-1.rh90.i386.rpm
> php-imap-4.3.4-1.1.i386.rpm     subversion-tools-0.37.0-1.rh90.i386.rpm
> php-ldap-4.3.4-1.1.i386.rpm     swig-1.3.19-1.1.i386.rpm
> 
> 
> 16% rpm --nodeps -Uvh *.rpm
> 17%
> 
> Starting httpd: httpd: module "mod_auth_mysql.c" is not
> compatible with this version of Apache (found 20020628, need
> 20020903).
> Please contact the vendor for the correct version.
> [FAILED]
> and lotso of ...
> warning: user david does not exist - using root
> warning: group david does not exist - using root
> messages
> 
> ---------------------------------------------------
> I installed the latest mod_auth_mysql.c from source since we
> already had the latest RPM, but now I get
> 
> root@syrah conf]# service httpd start
> Starting httpd: httpd: module "mod_auth_pgsql.c" is not
> compatible with this version of Apache (found 20020628, need
> 20020903).
> Please contact the vendor for the correct version.
> 

Right, there are a lot of things depending on Apache (httpd) package and 
so anything that I don't already have in the RPMs directory should be 
recompiled from source.  Changing the apache server has a big ripple 
effect.  :-(

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org