On Fri, Jul 25, 2003 at 03:44:25PM -0400, Charles A Edwards wrote:
Because at ./configure + --with-system-et \
+ --with-system-ss \


libkrb51-1.3-1mdk.i586 does not provide /usr/lib/libcom_err.so.3 or
/usr/lib/libcom_err.so.3.0


What "locally installed com_err version" are then to be used as this is
the only reason to use those configure options.

those from libext2fs2 rpm


Currently libcom_err.so.3 is Required for cvs, evolution, xscreensaver
and others but there is no pkg which provides it.
i believe doing something like this should be ok for cookers...

%define name    %{mklibname com_err 3}
%define version 1.2.7
%define release 0mdk

Summary:        Common error description library
Name:           %{name}
Version:        %{version}
Release:        %{release}
License:        MIT
Group:          System/Libraries

%description
com_err library from kerberos package
used to ease upgrading

%files
%defattr(-,root,root)
%{_libdir}/libcom_err.so.3
%{_libdir}/libcom_err.so.3.0

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig



--
Luca Berra -- [EMAIL PROTECTED]
       Communication Media & Services S.r.l.
/"\
\ /     ASCII RIBBON CAMPAIGN
 X        AGAINST HTML MAIL
/ \



Reply via email to