Re: [plug] recompile PHP with MySQL

2006-05-11 Thread Ariz Jacinto
you can run the ./configure script to skip those dependencies that you dont need. rememberthis, the next time you'll be doing these exercise  :)On 5/11/06, Reiner Tolentino <[EMAIL PROTECTED]> wrote: I tried to compile php from source but there are too many dependenciesthat I dont have __

Re: [plug] eaccelerator

2006-05-11 Thread rexonf
Should be in php-devel if it's not already in the main php package. On 5/12/06, Michael Tinsay <[EMAIL PROTECTED]> wrote: --- rexonf <[EMAIL PROTECTED]> wrote: > For php extensions, the 'configure' script is > usually created with 'phpize'. Thanks. I'll go look for it now. --- mike t. >

Re: [plug] k500i and Linux IrDA HowTo

2006-05-11 Thread Rage Callao
thanks! i'll see if I can incorporate that into Bayanihan Linux as well. well done! On 5/12/06, bookster <[EMAIL PROTECTED]> wrote: Hi! I made a k500i and Linux IrDA HowTo. I couldn't find documentation in the Internet so I made one. What's the use if I don't share it with the community? Here it

Re: [plug] recompile PHP with MySQL

2006-05-11 Thread Reiner Tolentino
I tried to compile php from source but there are too many dependencies that I dont have so I just install from rpm. I found one in fedora.redhat.com. Thanks for all the help! On Thu, 2006-05-11 at 21:53 -0500, Michael Chaney wrote: > On Wed, May 10, 2006 at 07:44:24AM -0700, Ariz Jacinto wrote: >

Re: [plug] k500i and Linux IrDA HowTo

2006-05-11 Thread Jerome Gotangco
On 5/12/06, bookster <[EMAIL PROTECTED]> wrote: Hi! I made a k500i and Linux IrDA HowTo. I couldn't find documentation in the Internet so I made one. What's the use if I don't share it with the community? Here it is http://zeroph.blogspot.com/ Thanks for this, IrDA on Linux is often overlooked

[plug] k500i and Linux IrDA HowTo

2006-05-11 Thread bookster
Hi! I made a k500i and Linux IrDA HowTo. I couldn't find documentation in the Internet so I made one. What's the use if I don't share it with the community? Here it is http://zeroph.blogspot.com/ _ Philippine Linux Users' Group (PLUG) Mailing List p

Re: [plug] recompile PHP with MySQL

2006-05-11 Thread Michael Chaney
On Wed, May 10, 2006 at 07:44:24AM -0700, Ariz Jacinto wrote: > you dont have to recompile PHP, you only have to install the > MySQL rpm on the distro that you're using. > > one of the ways for you to determine if PHP is not linked w/ > the MySQL libraries is to execute the command, > > shell> ld

[plug] problem with nis

2006-05-11 Thread Jay Jesus D. Amorin
hi, my problem is when is issue # yptest user1 user2 user3 user4 user4 how will i remove the user4 entries in the nis password database and update the password database? btw, i already remove user4 in the system, and restart the nis server and client, but still exist when is issue yptest.

Re: [plug] eaccelerator

2006-05-11 Thread Michael Tinsay
--- rexonf <[EMAIL PROTECTED]> wrote: > For php extensions, the 'configure' script is > usually created with 'phpize'. Thanks. I'll go look for it now. --- mike t. > > On 5/11/06, Michael Tinsay <[EMAIL PROTECTED]> > wrote: > > > > Hi, > > > > Has anybody tried compiling the eaccelerator

Re: [plug] Cisco router for BGP / Zebra

2006-05-11 Thread Regino Angeles
also, since bgp is not practical for small business organizations as you would have to justify the ASN requirements, you can have a firewall, for instance fortigate, which is capable of doing the routing, load balancing and failover for two different ISPs. regards, reg --- jepoy <[EMAIL PROTECT

Re: [plug] Cisco router for BGP / Zebra

2006-05-11 Thread jepoy
Hi Guys, You can actually configure BGP using private ASN and let your provider do the rest of the config. Or you can do a simple static routing for a failover setup.HTHjepoy"Paul Patrick C. Prantilla" <[EMAIL PROTECTED]> wrote: Hi Tony,BGP is supported on the 2621. However you usually

Re: [plug] Cisco router for BGP / Zebra

2006-05-11 Thread Paul Patrick C. Prantilla
Hi Tony, BGP is supported on the 2621. However you usually need more reasons (or rather, requirements) than just multihoming to want BGP. You should have some additional organizational network prerequisites as another poster mentioned...and you should also have applied for your ASN. Even if yo

Re: [plug] Cisco router for BGP / Zebra

2006-05-11 Thread Ian Dexter R. Marquez
On 5/11/06, Tony Raboza <[EMAIL PROTECTED]> wrote: Internet connections to two different ISPs - tapos connected sila sa isa Cisco router, tapos mag BGP para kung may problem sa isa link - halimbawa mag-down - ang gagamitin yung isa link. Puwede di ba? Ano po ba pede Cisco router dito? Cisco 26

[plug] Cisco router for BGP / Zebra

2006-05-11 Thread Tony Raboza
Mga peeps,Medyo OT  ... Tanong ko lang po ... may plan po kami na mag-BGP using Cisco router.Internet connections to two different ISPs - tapos connected sila sa isa Cisco router, tapos mag BGP para kung may problem sa isa link - halimbawa mag-down - ang gagamitin yung isa link.  Puwede di ba?  Ano

Re: [plug] eaccelerator

2006-05-11 Thread rexonf
For php extensions, the 'configure' script is usually created with 'phpize'. On 5/11/06, Michael Tinsay <[EMAIL PROTECTED]> wrote: Hi, Has anybody tried compiling the eaccelerator (http://eaccelerator.net)? The tarballs and svn sources doesn't seem to have a 'configure' script to be able to d

[plug] eaccelerator

2006-05-11 Thread Michael Tinsay
Hi, Has anybody tried compiling the eaccelerator (http://eaccelerator.net)? The tarballs and svn sources doesn't seem to have a 'configure' script to be able to do a 'make'. Am I missing something? I'm trying this in an Ubuntu Dapper Drake Flight 7 'server' installation. TIA. --- mike t.