vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Why my test.php screen talks, I haven't pear extension in my sestem? # pkg_info | grep pear # php4-pear-4.2.3 .................................................. ........................... ..... The test.php screen I include below: Horde Versions a.. Horde: 2.1 PHP Version a.. View phpinfo() screen b.. PHP Version: 4.2.3 c.. PHP Major Version: 4.2 d.. PHP Minor Version: 3 e.. PHP Version Classification: release f.. You are running a supported version of PHP. PHP Module Capabilities a.. FTP Support: Yes b.. Gettext Support: Yes c.. IMAP Support: Yes d.. LDAP Support: No e.. MCAL Support: No f.. Mcrypt Support: Yes g.. MySQL Support: Yes h.. PostgreSQL Support: No i.. XML Support: No Miscellaneous PHP Settings a.. short_open_tag enabled: Yes b.. magic_quotes_runtime set to Off: Yes c.. file_uploads enabled: Yes PHP Sessions a.. Session counter: 3 b.. To unregister the session: click here PEAR a.. PEAR - No b.. Check your PHP include_path setting to make sure it has the PEAR library directory. ^^^^^^^^^ Where are those settings a.. Recent PEAR - No b.. Mail::RFC822 - No c.. Log - No d.. DB - No B. |
| ||||
| Użytkownik "Bas Keur" <viper@dmrt.net> napisał w wiadomości news:3f0d18a1$0$49112$e4fe514c@news.xs4all.nl... > > Why my test.php screen talks, I haven't pear extension in my sestem? > > # pkg_info | grep pear > > # php4-pear-4.2.3 > > The test.php screen I include below: > > PEAR > > a.. PEAR - No > > b.. Check your PHP include_path setting to make sure > > it hasthe PEAR library directory. > ^^^^^^^^^ Where are those settings > > It suggests you might need to look at > > # grep include /var/www/conf/php.ini > ; function doesn't include/implement the missing class. > ; (directory must also be in include_path or full path must > safe_mode_include_dir = > ;include_path = ".:/php/includes" > > I doubt that, freshly installed box ? > didn't rebooted it yet ? > Reload ldconfig. (helped me, same kind of problem.) > # ldconfig -U > # ldconfig -r /usr/lib /usr/local/lib /usr/X11R6/lib > > Also, be `very,very` sure httpd doesn't run chrooted My apache run chrooted. Can I reload ldconfig ? B. |