Question on Cygwin and PHP

2006-05-12 Thread Nelson Pereira
Hi all, Was wondering if anyone knows the actual name of the cygwin package for PHP. I have a script (RIBS) that needs to run from cron (or command line). I think I have PHP installed correctly, but when trying to execute the script I get this: $ -bash: /cygdrive/e/RIBS_BACKUP/ribs: /usr/bin/php:

PHP for Cygwin

2006-05-12 Thread Nelson Pereira
Can someone tell me where the Cygwin PHP4 packages are located? Regards,   npereira -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.c

RE: PHP for Cygwin

2006-05-12 Thread Nelson Pereira
ygwin Nelson Pereira wrote: > Can someone tell me where the Cygwin PHP4 packages are located? > See the FAQ: <http://cygwin.com/faq/faq-nochunks.html#faq.setup.what-packages> It's fair to assume if you don't find what you're looking for given the information at this

RE: PHP for Cygwin

2006-05-12 Thread Nelson Pereira
Sorry for the email address thing... Ok, So here is what I need to do: I have a script (ribs) to run, although this is a php script run from Either a cron job or command line. So I installed cygwin and apache. Then I tried to find the php4 or 5 for cygwin and never found anything But found a lo

Cron execution

2006-05-14 Thread Nelson Pereira
Hi all, I edited a users crontab, although I don’t understand why it's not executing... The crontab has an entry to backup every hour, yet the cronjob does not seem to get called. Can someone explain to me what im missing? Do I have to call it from the windows scheduler? Running WINXP SP2 With

Problems with librsync module

2006-05-15 Thread Nelson Pereira
Hi all, Trying to install duplicity. It requires librsync. I searched on cygwin but I don't see this package, so I installed from source. Everything seemed ok, but when trying to install duplidity, it keeps having problems with librsync. How can I check to make sure librsync is installed correct

RE: PHP for Cygwin

2006-05-16 Thread Nelson Pereira
How do I go about compiling PHP as an apache DSO ? Regards, npereira Lloeki wrote: > > > Getting PHP to build under Cygwin is NOT trivial; > While not strictly trivial, it's not hard at all. It required me no > patches or whatever. That is, if you keep your track on building > static stuff (

RE: cron issue

2006-05-16 Thread Nelson Pereira
You had to install Sendmail to do this right? How did you do that? Did you follow a howto article or dsomething? I need to install sendmail also but from what I have read, sendmail doesn’t work on cygwin... I get this: The owner and the Administrators need to have ..x permission to /usr/sbin/sen

RE: cron issue

2006-05-16 Thread Nelson Pereira
Thanks ! That got me working... I didn’t have exim of ssmtp installed or configured... Regards, npereira Subject: RE: cron issue Some steps you could try: 1. Run 'cygcheck -l cron' to list the files included in the 'cron' package. (This is a general recommendation for any Cygwin pack

RE: PHP for Cygwin

2006-05-17 Thread Nelson Pereira
Can anyone please help me compile PHP5 with Apache1.3 ? Im desperate... I've been trying to do this for 2 weeks now. Regards, npereira Subject: RE: PHP for Cygwin How do I go about compiling PHP as an apache DSO ? Regards, npereira Lloeki wrote: > > > Getting PHP to build under Cygwin

Rsync invalid?!?

2006-05-18 Thread Nelson Pereira
Hi all, I'm trying to get rsync to work, but I get this message: Rsync ver = 2.6.6 WARNING: The rsync program: '/bin/rsync' is not valid. Does anyone know why im getting this message? Regards, npereira -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: Rsync invalid?!?

2006-05-18 Thread Nelson Pereira
Actualy, both the version on cywin 2.6.3 is the same version as what is running on the server im trying to access. Do you have anyother idea how to fix this? I tried installing from source but still having the same problem. Regards, > I'm trying to get rsync to work, but I get this message:

RE: Rsync invalid?!?

2006-05-18 Thread Nelson Pereira
Also, Not sure if this is relevant or not, but thought I would mention it. In windows, when I look at c:\cygwin\usr\bin there is nothing in that folder But when I do an LS on /usr/bin, I see all the EXE files... Is this normal? Regards, > I'm trying to get rsync to work, but I get this mes

RE: Rsync invalid?!?

2006-05-18 Thread Nelson Pereira
Ok, that explains it, But still does not explain why im getting : WARNING: The rsync program: '/bin/rsync' is not valid. Regards, npereira On 18 May 2006 17:42, Nelson Pereira wrote: > Also, > > Not sure if this is relevant or not, but thought I would mention it. >

RE: Rsync invalid?!?

2006-05-18 Thread Nelson Pereira
me that runs XP SP2. Any suggestion as to how to make the rsync, cp and rm executable? Or are they talking about the Permissions on the files? Im confused... Regards, npereira Subject: RE: Rsync invalid?!? On 18 May 2006 18:15, Nelson Pereira wrote: > Ok, that explains it, > &g

Need suggestion on a backup script that RUNS on cygwin

2006-05-19 Thread Nelson Pereira
Hi all, Here is what I need, and maybe someone can help me find it or probebly already has a script made: Client = XP SP2 with Cygwin Server (remote web server with files to be backed up) = Linux with ssh, rsync, scp enabled port 49150 (not the standard port 22) I installed XAMPP with apache Mys

Sip Proxy

2006-05-29 Thread Nelson Pereira
Has anyone setup and has a SIP proxy running on cygwin? If so, let me know what app you used. Regards, NPereira -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Trying to compile siproxd on cygwin

2006-05-30 Thread Nelson Pereira
5: warning: unused variable `msg' resolve.c:72: warning: unused variable `exp_dn' resolve.c:83: warning: unused variable `tmpname' make[2]: *** [resolve.o] Error 1 make[2]: Leaving directory `/usr/src/siproxd-0.5.12/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving d

RE: Trying to compile siproxd on cygwin

2006-05-30 Thread Nelson Pereira
Thanks Dave ! That worked ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Korn Sent: Tuesday, May 30, 2006 9:43 AM To: cygwin@cygwin.com Subject: RE: Trying to compile siproxd on cygwin On 30 May 2006 14:22, Nelson Pereira wrote: Caveat: I

RE: Trying to compile siproxd on cygwin

2006-05-30 Thread Nelson Pereira
Ok, the install went good, but the Service wont start. Windows complains about: This application has failed to start because cygosipparser2-3.dll was not found. Although the file is there @ /usr/local/bin/cygosipparser2-3.dll Regards, Nelson Pereira -Original Message- From: [EMAIL

RE: Trying to compile siproxd on cygwin

2006-05-30 Thread Nelson Pereira
bject: RE: Trying to compile siproxd on cygwin On 30 May 2006 14:22, Nelson Pereira wrote: Caveat: I haven't even /heard/ of siproxd. However: > Then the Make: This is where it fails ! > resolve.c:23:26: arpa/nameser.h: No such file or directory > resolve.c:24:20: resolv