Php Binary

2002-09-17 Thread Patrick Holahan
Hi.. I'm trying to find the php binary for FreeBSD kernel release 4.6 The program cacti requires the php binary, not merely php compiled on the system. Is there a way to compile php4.2.1 so that it gives you a binary? Or do you have to download a pre-compiled binary from the web? If the latter,

Re: Php Binary

2002-09-17 Thread Patrick Holahan
Thanks to everyone who made suggestions.. This one worked perfectly (: -ph - Original Message - From: "Ivan Albetkov" <[EMAIL PROTECTED]> To: "Patrick Holahan" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 2:53 PM S

Re: I'm New, Help, regarding Installation

2002-09-30 Thread Patrick Holahan
Hi Mooney, You need to burn the contents of the ISO image.. not the physical file whatever.iso If you'd like to read the contents, you can mount the .iso file using the following: mount -o loop -t iso9660 /path/to/file /path/to/mount/point I'm not up to date on cd writing under *nix so I can't

Running ipfw from a webpage/using php.

2002-10-14 Thread Patrick Holahan
Hi there.. Hopefully someone here is able to help me.. I need to run a root command (ipfw) from apache through php. (Yes, this is not very secure and I'm aware of this and if anyone has any better suggestions, please feel free to make them.) Would anyone know how to do this? Thanks in advance

MRTG queries

2002-10-28 Thread Patrick Holahan
Hi there.. I'm running mrtg-2.9.18pre11 with apache2 (httpd-2.0.36) on FreeBSD 4.6-RELEASE I've written a custom script for MRTG and seem to be having some problems and was wondering if anyone can answer some questions with regards to MRTG itself.. 1. If you have multiple .cfg files (in differen

Exporting a variable on login

2002-12-19 Thread Patrick Holahan
Hi guys & gals.. I'm trying to get cvs to work on my BSD 4.6-RELEASE system.. and I'd like to make it easier to use for the clients loggin on. So what I'd like to do is set the CVSROOT variable to /usr/local/cvsroot However, when I try set this in .profile like so: CVSROOT=/usr/local/cvsroot; ex

Re: Exporting a variable on login

2002-12-19 Thread Patrick Holahan
Hey Barry, > > Hi guys & gals.. > > > > I'm trying to get cvs to work on my BSD 4.6-RELEASE system.. and > > I'd like to > > make it easier to use for the clients loggin on. > > So what I'd like to do is set the CVSROOT variable to /usr/local/cvsroot > > > > However, when I try set this in .profil