Subject: cups and openssl
To: None <tech-pkg@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: tech-pkg
Date: 03/05/2004 21:25:17
Hi,
libgnomeprint fails to build on solaris for me (USE_CUPS=1) because it
doesn't find -lssl -lcrypto (probably needed because of cups).
These libs are not buildinked, including security/openssl/buildlink3.mk
should be enouth to fix it.
But should the cups's buildink files include it ?
Note that libcups pullups libssl and libcrypto itself:
metal:/users/cao/bouyer>ldd /usr/local/lib/libcups.so
        libcrypt_i.so.1 =>       /usr/lib/libcrypt_i.so.1
	libssl.so.300.1 =>       /usr/local/lib/libssl.so.300.1
	libcrypto.so.300.1 =>    /usr/local/lib/libcrypto.so.300.1
so the -lssl -lcrypto on the link stage could probably be removed.

What's the right way to fix this ?

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
     NetBSD: 26 ans d'experience feront toujours la difference
--