Results 1 to 4 of 4
Hi there,
I'm using Suse 10.2 and I'm trying to install this package
pptpconfig-20060821-1suse.noarch.rpm
It keeps asking me dependencies which already are in system, but aparently cannot find.
Dependencied installed:
...
- 08-30-2007 #1
[rpm] doesn't find existing dependecy package
Hi there,
I'm using Suse 10.2 and I'm trying to install this package
pptpconfig-20060821-1suse.noarch.rpm
It keeps asking me dependencies which already are in system, but aparently cannot find.
Dependencied installed:
/usr/lib/php-pcntl/lib
/usr/lib/php-pcntl/lib/php
/usr/lib/php-pcntl/lib/php/extensions
/usr/lib/php-pcntl/lib/php/extensions/no-debug-non-zts-20020429
/usr/lib/php-pcntl/lib/php/extensions/no-debug-non-zts-20020429/php_gtk.so
/usr/share/doc/php-gtk-pcntl-1.0.2
/usr/share/doc/php-gtk-pcntl-1.0.2/AUTHORS
/usr/share/doc/php-gtk-pcntl-1.0.2/COPYING.LIB
/usr/share/doc/php-gtk-pcntl-1.0.2/ChangeLog
/usr/share/doc/php-gtk-pcntl-1.0.2/NEWS
/usr/share/doc/php-gtk-pcntl-1.0.2/README
/usr/share/doc/php-gtk-pcntl-1.0.2/TODO
/bin/php-pcntl
/usr/lib/php-pcntl
/usr/lib/php-pcntl/bin
/usr/lib/php-pcntl/bin/php
/usr/share/doc/php-pcntl-4.4.0
/usr/share/doc/php-pcntl-4.4.0/CODING_STANDARDS
/usr/share/doc/php-pcntl-4.4.0/CREDITS
/usr/share/doc/php-pcntl-4.4.0/EXTENSIONS
/usr/share/doc/php-pcntl-4.4.0/INSTALL
/usr/share/doc/php-pcntl-4.4.0/LICENSE
/usr/share/doc/php-pcntl-4.4.0/NEWS
/usr/share/doc/php-pcntl-4.4.0/README.CVS-RULES
/usr/share/doc/php-pcntl-4.4.0/README.EXTENSIONS
/usr/share/doc/php-pcntl-4.4.0/README.EXT_SKEL
/usr/share/doc/php-pcntl-4.4.0/README.PARAMETER_PARSING_API
/usr/share/doc/php-pcntl-4.4.0/README.QNX
/usr/share/doc/php-pcntl-4.4.0/README.SELF-CONTAINED-EXTENSIONS
/usr/share/doc/php-pcntl-4.4.0/README.STREAMS
/usr/share/doc/php-pcntl-4.4.0/README.SUBMITTING_PATCH
/usr/share/doc/php-pcntl-4.4.0/README.TESTING
/usr/share/doc/php-pcntl-4.4.0/README.UNIX-BUILD-SYSTEM
/usr/share/doc/php-pcntl-4.4.0/README.Zeus
/usr/share/doc/php-pcntl-4.4.0/TSRM_LICENSE
/usr/share/doc/php-pcntl-4.4.0/ZEND_CHANGES
/usr/share/doc/php-pcntl-4.4.0/ZEND_LICENSE
/usr/share/doc/php-pcntl-4.4.0/regex_COPYRIGHT
/usr/share/man/man1/php-pcntl.1.gz
And when I try to install it using the command line I get
rpm --install pptpconfig-20060821-1suse.noarch.rpm
warning: pptpconfig-20060821-1suse.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 862acc42
error: Failed dependencies:
/bin/php4-pcntl is needed by pptpconfig-20060821-1suse.noarch
php4-pcntl >= 4.3.9-2 is needed by pptpconfig-20060821-1suse.noarch
php4-pcntl-gtk is needed by pptpconfig-20060821-1suse.noarch
How do I specify where the dependencies are?
Thanks in advance
- 08-30-2007 #2
What is the output of doing
Code:$rpm -qa | grep -i php
- 08-30-2007 #3
php-pcntl-4.4.0-1
apache2-mod_php5-5.1.2-29.25.3
php5-5.1.2-29.25.3
php5-mysql-5.1.2-29.25.3
php-gtk-pcntl-1.0.2-1
php5-mysqli-5.1.2-29.25.3
thanks for your help.
- 08-31-2007 #4
It seems like the naming conventions are the ones making rpm think you do not have the required dependencies. Since you have newer versions of the needed packages, you probably could install it using the --nodeps flag e.g.
Code:#rpm -Uvh --nodeps pptpconfig-20060821-1suse.noarch.rpm


Reply With Quote