rpm problems

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Craig White
Data:  
Asunto: rpm problems
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