On Thu, 2003-06-26 at 05:04, Ricky Malt wrote: > Greetings, > How can i determine if my php is compiled with mysql support. and > how do i do this to determine any package for its configured modules. > Try runnning this command: rpm -qa | grep php That will show you a list of any packages on your system that include 'php' in their names. In my case, that gives the following output: $ rpm -qa|grep php php-4.1.2-7.3.6 php-mysql-4.1.2-7.3.6 (Yes, this is an RHL 7.3 server, but the same applies to Shrike.) This means I have the PHP base package installed as well as the php-mysql module. If you don't have the php-mysql RPM installed on your system, you can get it with 'up2date php-mysql' or from your favorite Red Hat Linux mirror. Hope this helps, Jeremy -- /=====================================================================\ | Jeremy Portzer jeremyp@xxxxxxxxx trilug.org/~jeremy | | GPG Fingerprint: 712D 77C7 AB2D 2130 989F E135 6F9F F7BC CC1A 7B92 | \=====================================================================/
Attachment:
signature.asc
Description: This is a digitally signed message part