Chuck Payne wrote: > Hi, > > Got a problem with php. I have install pretty much everything > including pear, but when I take a look at my php config, here what I > am seeing.... > > './configure' '--prefix=/usr' '--datadir=/usr/share/php' > '--mandir=/usr/share/man' '--bindir=/usr/bin' '--libdir=/usr/share' > '--includedir=/usr/include' '--sysconfdir=/etc' '--with-_lib=lib' > '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/php/bin' > '--disable-debug' '--enable-inline-optimization' > '--enable-memory-limit' '--enable-magic-quotes' '--enable-safe-mode' > '--enable-sigchild' '--disable-ctype' '--disable-session' > '--without-mysql' '--disable-cli' '--without-pear' '--with-openssl' > '--with-apxs2=/usr/sbin/apxs2-prefork' 'i586-suse-linux' > > I am seeing that php is not using pear and for that matter mysql, I > know pear install because if I do pear at the command line to install > stuff it install, I do see this error though > > PHP Warning: Unknown(): Unable to load dynamic library > '/usr/lib/php/extensions/readline.so' - > /usr/lib/php/extensions/readline.so: cannot open shared object file: > No such file or directory in Unknown on line 0 > PHP Warning: Unknown(): Unable to load dynamic library > '/usr/lib/php/extensions/dba.so' - /usr/lib/php/extensions/dba.so: > cannot open shared object file: No such file or directory in Unknown > on line 0 > > So my question how can install with yast or recompile or turn on pear > and mysql or for that matter anything else I have install from YaST > for php. I am trying to get maia and horde install but I am seeing > that pear doesn't show, a real bummer. :-( > > Any help you can give is great. > > Chuck Payne > www.magidesign.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
this is not related to opensuse... but to your question.. install PHP5 and PEAR via yast is quite easy. yast -i php5 php5-mysql php5-pear if you need some more pear packages, use the command line tool "pear" to install packages ie: pear install Net_IMAP --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
