On Thu, Aug 28, 2003 at 03:51:03PM +0400, Alexey Tourbin wrote: > Похоже что дело в перле. > Сейчас попробую быстро разобраться... Зафиксил. mod_perl очень туго завязан на libperl.so ABI. Ищется maintainer для apache. Пакеты, над которыми никто не работает, перемещаются в orphaned. --- /home/at/RPM/SPECS/apache.spec- 2002-11-26 13:51:37 +0300 +++ /home/at/RPM/SPECS/apache.spec 2003-08-28 17:05:02 +0400 @@ -3,7 +3,7 @@ %define russian_patchlevel PL30.16 %define apache_vanilla_version 1.3.27 %define apache_version %{apache_vanilla_version}rus%russian_patchlevel -%define apache_release alt13 +%define apache_release alt13.1 %define mod_perl_version 1.27 %define EAPI_version 2.8.10 %define mm_version 1.1.3 @@ -28,8 +28,11 @@ Packager: Alexander Bokovoy Provides: russian-apache = %russian_patchlevel webserver apache = %apache_version-%apache_release +%add_findprov_lib_path %_libdir/%name + PreReq: apache-common = %apache_version-%apache_release Requires: mm >= %mm_version +Requires: lynx Source: http://httpd.apache.org/dist/httpd/apache_%apache_vanilla_version.tar.bz2 Source1: ftp://apache.lexa/ru/pub/apache-rus/patches_%apache_version.tar.bz2 @@ -117,6 +120,7 @@ Provides: russian-apache = %russian_patchlevel webserver mod_perl Obsoletes: mod_perl AutoProv: yes, perl +Requires: lynx %description mod_perl Apache is a powerful, full-featured, efficient and freely-available @@ -636,6 +640,12 @@ %attr(4711,root,root) %_sbindir/suexec %changelog +* Thu Aug 28 2003 Alexey Tourbin 1.3.27rusPL30.16-alt13.1 +- maintainer wanted! +- build with new perl (fixes httpd-perl segfaults) +- library path specified according to new rpm policy +- Requires: lynx (init.d scripts) + * Tue Nov 26 2002 Dmitry V. Levin 1.3.27rusPL30.16-alt13 - Replaced mdk-mkstemp patch with openbsd-tmp, better optimized one.