Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=457108





--- Comment #3 from Jeffrey C. Ollie <[EMAIL PROTECTED]>  2008-09-04 16:10:08 
EDT ---
(In reply to comment #2)
> I'll review it, but I don't understand what this command for:
> 
> ln -s libss7.so.1.0 $RPM_BUILD_ROOT%{_libdir}/libss7.so.1

The Makefile installs a link from libss7.so to libss7.so.1 but the library is
actually libss7.so.1.0, so an additional link is needed from libss7.so.1 to
libss7.so.1.0.  Normally this is taken care of by ldconfig, but since the build
is run as non-root ldconfig is not run.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to