rpm problems

Craig White plug-discuss@lists.plug.phoenix.az.us
21 Oct 2002 18:51:36 -0700


On Mon, 2002-10-21 at 18:26, Carl Parrish wrote:
> I'm trying to install libiodbc on a RedHat 8.0 box, when I type 
> rpm -i libiodbc-3.0.6-2.src.rpm
> I don't get an error message however when I then type 
> rpm -q libiodbc 
> it tells me that its not installed. Anyone have any idea what's going on?
----
it's src...source code

now that you've installed it, you need to build it into binary and then
install the binary

man rpmbuild

craig