Hi,
M Back again.
I wanted to install the Abode acrobat on my ubuntu 9.04. Checked the site, it had only i386 version of Acrobat in the Deb format. It is really bad on their behalf.
So tried to install the i386 version on to my 64 bit machine and it displayed many errors.
So had to use a proper option with the dpkg command to install the 32 bit version.
dpkg -i --force-architecture AdbeRdr9.2-1_i386linux_enu.deb
And it installed properly.
I do not understand one thing ,linux community wants it to be more fexible than windows, then why differentiate between 32bit and 64bit binaries and create a problem for the users who want to install the 32 bit programs on the 64 bit machine.
They have to find a solution for this. Comman man can not use linux unless such problems are removed or handled properly.
Bye for now, I will be back again some day.
Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts
Friday, 22 January 2010
Finding out versions of java, apache , php and mysql
Hi,
Use the following to find out the version info
java -version
java version “1.6.0_03″
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Server VM (build 1.6.0_03-b05, mixed mode)
php -v
PHP 4.3.9 (cgi) (built: Apr 17 2009 19:13:06)
Copyright (c) 1997-2004 The PHP Group
mysql -V
mysql Ver 14.7 Distrib 4.1.22, for redhat-linux-gnu (i686) using readline 4.3
httpd -v
Server version: Apache/2.0.52
Hope this will help you to determine the versions of the softwares.
You can visit my second blog : devenix.wordpress.com
Use the following to find out the version info
java -version
java version “1.6.0_03″
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Server VM (build 1.6.0_03-b05, mixed mode)
php -v
PHP 4.3.9 (cgi) (built: Apr 17 2009 19:13:06)
Copyright (c) 1997-2004 The PHP Group
mysql -V
mysql Ver 14.7 Distrib 4.1.22, for redhat-linux-gnu (i686) using readline 4.3
httpd -v
Server version: Apache/2.0.52
Hope this will help you to determine the versions of the softwares.
You can visit my second blog : devenix.wordpress.com
Subscribe to:
Posts (Atom)
