Re: [Cooker] php-pear + log??

2002-06-22 Thread Pascal Terjan

Lonnie Borntreger wrote:
 ---
 PEAR
   * PEAR - Yes
   * Recent PEAR - Yes
   * Mail::RFC822 - Yes
   * Log - No
   * Make sure you're using a recent version of PEAR which includes
 the Log class.
   * DB - Yes
 ---
 
 So where do I get a version of php-pear that has Log?
 
 
 TTFN, 
 Lonnie Borntreger
 
 
 

try pear install Log being root





Re: [Cooker] php-pear + log??

2002-06-22 Thread Lonnie Borntreger

On Sat, 2002-06-22 at 05:40, Pascal Terjan wrote:
 Lonnie Borntreger wrote:
  So where do I get a version of php-pear that has Log?
 try pear install Log being root

THANK YOU!


TTFN, 
Lonnie Borntreger






Re: [Cooker] php-pear + log??

2002-06-22 Thread Digital Wokan

I just snag the CVS versions of pear.  Been doing that since before a pear RPM 
existed.

On Saturday 22 June 2002 01:57, Lonnie Borntreger wrote:
 ---
 PEAR
   * PEAR - Yes
   * Recent PEAR - Yes
   * Mail::RFC822 - Yes
   * Log - No
   * Make sure you're using a recent version of PEAR which includes
 the Log class.
   * DB - Yes
 ---

 So where do I get a version of php-pear that has Log?





Re: [Cooker] php-pear

2002-06-09 Thread Yura Gusev

Alexander Skwar said:

Yes everything is working now. I just tested it with simple pear error
reporting and external module XML_Rss that i installed using pear.
pear list-remote-packages does not work, looks like thay fixed it in cvs.
pear install XML_Tree does not work in cvs and works with your version.


 So sprach Yura Gusev am 2002-06-07 um 22:16:22 -0400 :
 php-pear is incomplite. /usr/bin/pear does not work and many modules
 are missing.I had to download it manually (lynx -source
 http://pear.php.net/go-pear | sh). can you please update it?

 Please see http://rpm.digitalprojects.com - PHP.  There, I put fixed
 php packages (both bin and src).

 %changelog
 * Sat Jun  8 2002 Alexander Skwar [EMAIL PROTECTED]
 4.2.1-8mdk - Fix PEAR
 - Move PEAR to %{peardir}
 - Move PEAR files from devel to pear package
 - Make php.ini readable on 80 col displays
 - Add %{peardir} to include_path in ini

 %{peardir} is %{phpdir}/pear; %{phpdir} is %{_libdir}/php; %{_libdir}
 is %/usr/lib.  So pear is now in /usr/lib/php/pear

 Alexander Skwar
 --
 How to quote: http://learn.to/quote (german) http://quote.6x.to
 (english) Homepage:   http://www.iso-top.de  |Jabber:
 [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 13 hours 23 minutes







Re: [Cooker] php-pear

2002-06-08 Thread Alexander Skwar

So sprach Yura Gusev am 2002-06-07 um 22:16:22 -0400 :
 php-pear is incomplite. /usr/bin/pear does not work and many modules are
 missing.I had to download it manually (lynx -source http://pear.php.net/go-pear |
 sh). can you please update it?

Please see http://rpm.digitalprojects.com - PHP.  There, I put fixed
php packages (both bin and src).

%changelog
* Sat Jun  8 2002 Alexander Skwar [EMAIL PROTECTED] 4.2.1-8mdk
- Fix PEAR
- Move PEAR to %{peardir}
- Move PEAR files from devel to pear package
- Make php.ini readable on 80 col displays
- Add %{peardir} to include_path in ini

%{peardir} is %{phpdir}/pear; %{phpdir} is %{_libdir}/php; %{_libdir} is
%/usr/lib.  So pear is now in /usr/lib/php/pear

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  |Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 13 hours 23 minutes




Re: [Cooker] php-pear

2002-06-08 Thread Alexander Skwar

So sprach Yura Gusev am 2002-06-08 um 07:46:35 -0400 :
 Alexander Skwar said:
 
 Yes everything is working now. I just tested it with simple pear error
 reporting and external module XML_Rss that i installed using pear.
 pear list-remote-packages does not work, looks like thay fixed it in cvs.
 pear install XML_Tree does not work in cvs and works with your version.

Hmm, I only included the complete pear directory in the -pear
subpackage...

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  |Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 15 hours 52 minutes




Re: [Cooker] php-pear

2002-06-08 Thread Yura Gusev

Alexander Skwar said:
 So sprach Yura Gusev am 2002-06-08 um 07:46:35 -0400 :
 Alexander Skwar said:

 Yes everything is working now. I just tested it with simple pear error
 reporting and external module XML_Rss that i installed using pear.
 pear list-remote-packages does not work, looks like thay fixed it in
 cvs. pear install XML_Tree does not work in cvs and works with your
 version.

 Hmm, I only included the complete pear directory in the -pear
 subpackage...

This is your package.
[root@himling root]# pear list-remote-packages
[root@himling root]#
[root@himling root]# lynx -source http://pear.php.net/go-pear | sh
all defaults values.

[root@himling root]# pear remote-list
AVAILABLE PACKAGES:
===
+--+-+
| PACKAGE  | VERSION |
| Archive_Tar  | 0.9 |
| Auth | 1.0.2   |
| Auth_HTTP| 1.0 |
| Benchmark| 1.1 |
| Cache| 1.5.1   |
| Crypt_CBC| 0.3 |
..and many more.

[root@himling Net]# pear install Net_Socket
downloading Net_Socket-1.0.1.tgz ...
...done: 3,513 bytes
install ok: Net_Socket 1.0.1

Also works now. Hmmm.






Re: [Cooker] php-pear

2002-06-08 Thread Alexander Skwar

Yura Gusev wrote:

Also works now. Hmmm.

  

Well, if everything works, then we/I/you/anyone shouldn't touch the 
package, eh? *G*





Re: [Cooker] php-pear

2002-06-08 Thread Yura Gusev

Alexander Skwar said:
 Yura Gusev wrote:

Also works now. Hmmm.



 Well, if everything works, then we/I/you/anyone shouldn't touch the
 package, eh? *G*

I works with your package and cvs version and i does not work with the
php-pear from cooker.





Re: [Cooker] php-pear depends on contrib pkg

2002-06-02 Thread Alexander Skwar

So sprach Eugenio Diaz am 2002-06-03 um 01:19:43 -0400 :
 Same problem as with zapping, a main pkg depending on a contrib pkg ... 
 or is this ok?

Well, in theory that's not okay - that's why Oden is asking if all/some
of the contrib PHP packages can be moved to main.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  |Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 2 days 13 hours 31 minutes