Home > Archive > MySQL ODBC Connector > January 2006 > Re: installed modules









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: installed modules
Imran Chaudhry

2006-01-02, 7:23 am

Not sure what you mean by 'using MySQL to query your installed modules', so=
rry.

phpinfo() called from a HTML document is one way, but from a command
line level, you can do this is you have the php CLI installed:

PHP: php -m

Perl: If you want to test if a specific module is installed, a way is:
perl -M<module name> -e '' (where module name is perlish name like DBI
or XML::Simple)

It should return silently without errors if it is installed.


Hope that helps,

Imran Chaudhry

--
http://www.EjectDisc.com
Get your Digital Identity - Domain Names, Web Space, E-mail & More!

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? unsub...sie.nctu.edu.tw

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2009 droptable.com