[olug] PHP Modules/Libraries

Adam Haeder adamh at omaha.org
Wed Aug 21 20:25:57 UTC 2002


Create the following php script:

<html>
<body>
<?
phpinfo()
?>
</body>
</html>

and save it as "info.php" somewhere in your webroot. Then view that page 
from a browser. It should give you all the config options for your version 
of php, including compile-time options.

-- 
Adam Haeder
Technical Coordinator, AIM Institute
adamh at omaha.org
(402) 345-5025 x115

On Wed, 21 Aug 2002, Jon H. Larsen wrote:

> 
> 
> Does anyone know what file lists the shared libraries in PHP that are 
> installed?
> 
> I had compiled a custom PHP with an additional module.  Unfortunately, 
> there were problems with the module (uninitialized values,etc), so I put 
> the RH71-updated PHP rpms back on the system and removed the reference to 
> the module in the PHP.INI file.
> 
> However, I am still receiving an error, and I cannot pinpoint it's 
> location.  Where else would list module be listed?
> 
> PHP Warning:  Unable to load dynamic library 
> '/usr/lib/php4/php_sybase_db.so' - /usr/lib/php4/php_sybase_db.so: cannot 
> open shared object file: No such file or directory in Unknown on line 0
> 
> Jon L.
> 
> 
> 




More information about the OLUG mailing list