A.R.S. KA9QLQ Alvin Koffman wanted us to know: >Where can I get libbz2? Here's rom my atempt > >[EMAIL PROTECTED] Download]# [EMAIL PROTECTED] clam]# rpm -ivh *.rpm >warning: clamav-0.74-1mdk.i586.rpm: V3 DSA signature: NOKEY, key ID d535d889 >error: Failed dependencies: > devel(libbz2) is needed by libclamav1-devel-0.74-1mdk > devel(libgmp) is needed by libclamav1-devel-0.74-1mdk >I went to mdk 10 by the way
Since it has parentheses, you have to quote it to keep the bash shell from attempting to spawn a subshell: [EMAIL PROTECTED] ~]$ urpmq 'devel(libbz2)' libbzip2_1-devel [EMAIL PROTECTED] ~]$ urpmq 'devel(libgmp)' libgmp3-devel And if you didn't know to use single quotes around the target like that, you can also find things like this by being "fuzzy" :-) [EMAIL PROTECTED] ~]$ urpmq --fuzzy libbz2 libbzip2_1 libbzip2_1-devel [EMAIL PROTECTED] ~]$ urpmq --fuzzy libgmp libgmp3 libgmp3-devel libgmpmp3 libgmpmp3-devel libgmpxx3 libgmpxx3-devel Now the part that is not obvious is that the "old school" names are preserved by a "virtual provides" setting which can be seen with: [EMAIL PROTECTED] ~]$ urpmq bzip2-devel libbzip2_1-devel [EMAIL PROTECTED] ~]$ urpmq gmp-devel libgmp3-devel 'urpmi bzip2-devel gmp-devel' should fix all of your problems. -- Regards... Todd We should not be building surveillance technology into standards. Law enforcement was not supposed to be easy. Where it is easy, it's called a police state. -- Jeff Schiller on NANOG Linux kernel 2.6.3-8mdkenterprise 1 user, load average: 0.04, 0.03, 0.00 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
