On 5/19/06, matt1027 <[EMAIL PROTECTED]> wrote:
I couldn't find curl-7.9.8 but I did find curl-7.10.6-1.src.rpm. Could someone tell me how to make this src.rpm work because it appears to have libcurl.so.2 contained in it. I tried installing like a regular rpm but couldn't find that it did anything.
Actually, it looks like the original rpm you were trying to install wasn't compile for your version of Mandriva. Therefore, trying to install it's dependencies will be much more of a problem than not. Instead, I'd suggest finding a .src.rpm for the original program and rebuilding it with rpmbuild --rebuild filname-version.src.rpm That will ensure that it picks up the dependencies from your system (and links with libcurl.so.3 instead of libcurl.so.2). Cheers, Tanner -- Tanner Lovelace clubjuggler at gmail dot com http://wtl.wayfarer.org/ (fieldless) In fess two roundels in pale, a billet fesswise and an increscent, all sable. -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
