From: PERA C. <cp...@cy...> - 2002-01-24 16:56:11
|
Hi, I have got a problem with install package functionalities. In fact, the cgi file "install_pack.cgi" in software module doesn't detect my rpm archive as an install package ... It seems function "is_package" in "rpm-lib.pl" is correct. (even if it works only on english error messages sent by rpm command). But I am not sure code in install_pack.cgi is correct . I can read (in install_pack.cgi) the following 'if' statement : if (!&is_package($pfile)){ ### code for unpack rpm ### } but with this condition, any jpeg files or others are packages and all rpm are not recognised as rpm packages ... has Someone noticed that ??? thanks in advance. Christophe PERA. |