http://bugzilla.novell.com/show_bug.cgi?id=627872 http://bugzilla.novell.com/show_bug.cgi?id=627872#c6 Magnus Lewis-Smith <m.lewis-smith@warwick.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.lewis-smith@warwick.ac.uk --- Comment #6 from Magnus Lewis-Smith <m.lewis-smith@warwick.ac.uk> 2010-08-04 13:13:20 UTC --- There seems to be a problem with the configure script in that although it detects that you are building against libcrypto, it doesn't set the link parameters correctly. Forcing a build against libcrypto with configure ... --with-sha1=libcrypto ... builds correctly. Thus modding the spec file to read .. %configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ --sysconfdir=/etc \ --enable-builddocs \ --enable-install-libxf86config \ --enable-xdmcp \ --enable-xdm-auth-1 \ --enable-dri \ --enable-dri2 \ --enable-dmx \ --enable-xnest \ --enable-kdrive \ --enable-xephyr \ --enable-record \ --enable-xcsecurity \ %ifarch s390 s390x --disable-xorg \ --disable-aiglx \ %else --enable-xorg \ %if %suse_version > 1120 --enable-config-udev \ %endif %endif %if %vnc --disable-xcliplist \ %endif --with-sha1=libcrypto \ --with-log-dir="/var/log" \ --with-os-name="openSUSE" \ --with-os-vendor="SUSE LINUX" \ --with-fontrootdir="/usr/share/fonts" \ --with-xkb-path="/usr/share/X11/xkb" \ --with-xkb-output="/var/lib/xkb/compiled" make %{?jobs:-j %jobs} .. then rpmbuild succeeds (for me) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.