Ubuntu doesn't have php5-gtk. If you're on x86_64 you can use: http://phoronix-test-suite.com/misc/....1-0_amd64.deb
Ok I installed PTS and Ubunty 9.04 just for some reviewing that you will know about later..
I have tested PTS and still testing in Mandriva and its working like chram. However since 2.0 debuts with ubuntu notification support I thought of giving it a try..
When I try to initiate PTS it didn't start and when I try to open GUI from CLI I get this error
How can I fix it / I installed it using the deb provide at PTS download section..Code:shashwat@shashwat-desktop:~$ phoronix-test-suite gui Fatal error: Class 'GtkWindow' not found in /usr/share/phoronix-test-suite/pts-core/objects/gtk/pts_gtk_window.php on line 23 shashwat@shashwat-desktop:~$
Regards
Ubuntu doesn't have php5-gtk. If you're on x86_64 you can use: http://phoronix-test-suite.com/misc/....1-0_amd64.deb
Sorry for the incomplete details. I am using 64bit Jaunty .
I installed that deb but still its not loading
Edit : Please help me . I really want to see that notification thng and cover it. Will get PTS Live in few days![]()
Last edited by Dark_Star; 09-27-2009 at 12:14 PM.
Oh yeah, add: extension=php_gtk.so I believe is the line to /etc/php5/php.ini... Just search the forums and you will find the instructions a few times.
Can't find it![]()
Bump.. Someone please help.
. Someone please help.
On debian it's here /etc/php5/cli/php.ini. If you can't find it post the output of
find /etc -name php.ini
here.
I have the file in the first command ! Now how do I fix it ?shashwat@shashwat-desktop:~$ /etc -name php.ini
bash: /etc: is a directory
He He the word "find" is part of the command!
>find /etc -name php.ini
But it seems the file is located at the same place as in debian here. Open the file with an editor and add the line michael mentioned. Or type
Code:sudo echo -e "\nextension=php_gtk.so" >> /etc/php5/cli/php.ini