Hi all,
I have a peculiar problem. When I try to install a Gtk2
package, the
install fails saying that the php-gtk(>=2.0.0dev)
extension is not
installed. Whereas, php -m clearly shows me the extension
and
phpversion("php-gtk") also gives me 2.0.0dev as it
should.
What is more surprising that php-gtk appears on the php -m
list before
the pear install, but not after!
theghost anant # php -m
[PHP Modules]
...
pcre
php-gtk /* It is there now */
posix
...
theghost Config # pear install Gtk2_PHPConfig-1.1.0.tgz
pear/Gtk2_PHPConfig requires PHP extension
"php-gtk"
(version >= 2.0.0dev)
No valid packages found
install failed /* Installation failed */
theghost Config # php -m
[PHP Modules]
...
pcre /* not there anymore! :( */
posix
...
Anyone care to solve this mystery? Thanks!
Regards,
--
Anant
Find Freedom, Go Open Source!
http://www.kix.in/
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|