I thought that it was something like that - rpm just not knowing about libming. I thought perhaps it also looked outside the rpm database to see other system libraries.

I will compile it from source - seems like the path of least resistance.

Thanks,
Devlin

Andrew Jorgensen wrote:

The error you're seeing says that the rpm database doesn't know about
ming, because you compiled it from source. It looks like vnc2swf
isn't hard to compile by hand, so you might as well do it that way. It's really safer that way with this kind of thing.


You could also force rpm to ignore the fact that it doesn't know about
ming, (--no-deps or some such) but you may find that it crashes or
doesn't run or something.  It really does matter what system the rpm
was built for, so if it wasn't built for FC2 you really shouldn't
install the rpm anyway.

On Mon, 02 Aug 2004 14:25:37 -0500, Devlin Daley <[EMAIL PROTECTED]> wrote:


Fellows,

I am trying to install vnc2swf on my fedora core 2 system. It depends on
Ming-0.2a, a library for generating SWFs.  I have downloaded the rpm for
vnc2swf and have also downloaded the source to Ming.  The directions in
ming say to just perform a make; make install.  It  compiles, creates
libming.so, and then copies it to /usr/lib and it copies ming.h to
/usr/include. ( well, copies it as libming.so.0.2 with links named
libming.so.0 and libming.so).

When I attempt to install the vnc2swf package, rpm -ivf
vnc2swf-0.4-1.i386.rpm  it gives:
error: Failed dependencies:
         libming.so is needed by vncswf-0.4-1

Am I getting the shared library in the right spot? I'm not trying to
install the php module or anything - just the c/c++ stuff.

--Devlin

____________________
BYU Unix Users Group
http://uug.byu.edu/
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list








____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to