Re: mksh

2011-05-05 Thread Refr Bruhl
Of course. However I try to avoid daisy chaining files in an enterprise setting. 6 to 1 or half dozen to the other. Both methods work. Its just a preference. --Refr inn gra Wars are to be won with swords and spears, not with rice and salt. -- Uesugi Kenshin On 3 May 2011 09:42, Refr

mksh

2011-05-03 Thread Refr Bruhl
Has anyone else noticed in the 1.7.9 version of cygwin the mksh korn shell interpreter does not source the .profile file? Is there a work around other than sourcing it manually -- which manual sourcing breaks scripts. --Refr inn gra Wars are to be won with swords and spears, not with

Re: mksh

2011-05-03 Thread Refr Bruhl
I found a .mkshrc file with some pr3loaded functions and stuff. I simply renamed the original .mkshrc and copied the .profile to the .mkshrc. Which works and gets me back to where I was. however since I use that .profile for both unix and windows hosts its a bit inconvenient.

Re: apr hangs with accept4 and cygwin snapshots

2010-07-17 Thread Refr Bruhl
uhh why then is it hanging? A new bug? - Original Message From: David Rothenberger daver...@acm.org To: cygwin@cygwin.com Sent: Fri, July 16, 2010 4:08:01 PM Subject: Re: apr hangs with accept4 and cygwin snapshots On 7/16/2010 1:56 PM, Refr Bruhl wrote: I am trying to compile apr

apr hangs with accept4 and cygwin snapshots

2010-07-16 Thread Refr Bruhl
Team I am trying to compile apr-1.4.2 using cygwin My cygwin version is 1.7.5 I am running into the hangs with accept4 encountered in cygwin 1.5 as described here: http://lists-archives.org/cygwin/55337-configure-test-for-accept4-hangs.html It appears a patch was made and committed to CVS.

Re: Installation of Apache2 out of the box cannot find some shared library

2010-07-13 Thread Refr Bruhl
Put this in your profile before you run configure # GCC Options export LDFLAGS=-no-undefined Its the libtool causing issues during compile time. Luck! - Original Message From: Marco Atzeri marco_atz...@yahoo.it To: cygwin@cygwin.com Sent: Tue, July 13, 2010 11:21:49 AM Subject:

libtool and shared libraries

2010-07-01 Thread Refr Bruhl
Team I've three different issues that I think are related to the same base problem. It appears the libtool complains of unresolved symbols. Instead of a warning it looks like this is a fatal error which prevents compiling So far I have gotten this error in compiling subversion, apache, and

Re: libtool and shared libraries

2010-07-01 Thread Refr Bruhl
...@acm.org To: cygwin@cygwin.com Sent: Thu, July 1, 2010 11:43:34 AM Subject: Re: libtool and shared libraries On 7/1/2010 9:18 AM, Refr Bruhl wrote: So far I have gotten this error in compiling subversion, apache, and mailutils (2.0 and 2.1). Why don't you take a look at the source packages

Sendmail linked to cronlog?

2010-07-01 Thread Refr Bruhl
Ok this is just humorous While configure was running for mailutils 2.1 I noticed sendmail was in /usr/sbin Thinking that odd, I had not seen a sendmail option in the set up options I did an ls on it Its pointing to /usr/bin/cronlog? crth at lkvn108 in /downloads/mail/mailutils-2.1 # ls

Re: Sendmail linked to cronlog?

2010-07-01 Thread Refr Bruhl
That makes better sense. Just when you are not expecting it and the logic is not clear... }:O - Original Message From: Pierre A. Humblet pierre.humb...@ieee.org To: Refr Bruhl refr_br...@yahoo.com; Cygwin Mail List cygwin@cygwin.com Sent: Thu, July 1, 2010 12:33:48 PM Subject: Re

ssmtp wish list

2010-07-01 Thread Refr Bruhl
Team I discovered the ssmtp.conf file needed for ssmtp to work was not deployed/available when I did the Cygwin Setup... for a future release can a sample ssmtp.conf file be distributed? There's a .keep file but its options are somewhat misleading. Thanks! -R -- Problem reports:

Re: Mail program

2010-07-01 Thread Refr Bruhl
Team I found a resolution to my email problem. I had to reinstall ssmtp I discovered where I work was blocking port 25. This was removed for me I had to configure a basic ssmtp.conf file in /etc/ssmtp Durng the course of the compiling issues for mailutils (( see the libtools thread ))

Re: ssmtp wish list

2010-07-01 Thread Refr Bruhl
01/07/2010 23:57, Refr Bruhl a écrit : Team I discovered the ssmtp.conf file needed for ssmtp to work was not deployed/available when I did the Cygwin Setup... for a future release can a sample ssmtp.conf file be distributed? There's a .keep file but its options are somewhat misleading

Re: libtool and shared libraries

2010-07-01 Thread Refr Bruhl
:18 AM, Refr Bruhl wrote: So far I have gotten this error in compiling subversion, apache, and mailutils (2.0 and 2.1). Why don't you take a look at the source packages for subversion and apache and see how they are solving this problem? I'm the maintainer for subversion, so I know

Re: Shared libraries in Cygwin

2010-06-30 Thread Refr Bruhl
, 2010 3:56:58 AM Subject: Re: Shared libraries in Cygwin On Tue, 2010-06-29 at 14:58 -0700, Refr Bruhl wrote: I am building Apache with subversion. Perhaps this will help: http://cygwin-ports.svn.sourceforge.net/viewvc/cygwin-ports/ports/trunk/www/apache2/ Yaakov Cygwin Ports -- Problem reports

Re: Mail program

2010-06-30 Thread Refr Bruhl
://www.gnu.org/software/mailutils/#downloading I really need the ability to redirect a text stream to a pipe to mail. I feel if I can get mailutils to compile successfully then I have reached my goal of emulating an aix environment - Forwarded Message From: Refr Bruhl refr_br...@yahoo.com

Re: Cygwin file permission issues

2010-06-30 Thread Refr Bruhl
Are you setting permissions in cygwin with a 2775 on directories? Its my understanding the cygwin dll overwrites the windows permissions mode in favor of its own. So then you have to use set gid or set uid on the directory Hope this helps -R - Original Message From: Derek Greer

Re: Shared libraries in Cygwin

2010-06-30 Thread Refr Bruhl
: Shared libraries in Cygwin On 6/30/2010 1:00 PM, Refr Bruhl wrote: I guess the question is why can't libtool be fixed? If there are undefined symbols for cygwin I am sure there are undefined symbols for other platforms. You don't understand the difference between DLLs on Windows and shared

Mail program

2010-06-29 Thread Refr Bruhl
Good Morning I am in need of of a mail program similar to the mail found in AIX. I am emulating an AIX environment. I've installed the email, ssmtp and other email apps in the email. I get a segmentation fault for email I like email as it seems to accept the same parameters and funcitonality

Orphaned Bash shells

2010-06-29 Thread Refr Bruhl
Does anyone know why when running cygwin under cywinx with afterstep or fvwm2 there are many orphaned bash shells after the x session closes? Is this a configuration issue with XWin? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

Re: Mail program

2010-06-29 Thread Refr Bruhl
) |**| 100% of 180 Bytes crth at lkvn108 in /downloads/mail/mailutils-2.1 # /bin/sh: /usr/lib/sendmail: No such file or directory - Original Message From: Refr Bruhl refr_br...@yahoo.com To: cygwin@cygwin.com Sent

Shared libraries in Cygwin

2010-06-29 Thread Refr Bruhl
Question Since I get the message below does this mean cygwin cannot compile shared libraries? Or if a shared library is defined special action needs to be taken for cygwin? libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries -- Problem

Re: Shared libraries in Cygwin

2010-06-29 Thread Refr Bruhl
PM, Refr Bruhl wrote: Question Since I get the message below does this mean cygwin cannot compile shared libraries? Quite the contrary - cygwin1.dll is a shared library, which means not only can cygwin compile shared libraries, but it depends on them! Or if a shared library is defined

Re: Shared libraries in Cygwin

2010-06-29 Thread Refr Bruhl
/libtool --silent --mode=install cp mod_dav_fs.la /usr/apache/modules/ Warning! dlname not found in /usr/apache/modules/mod_dav_fs.la. Assuming installing a .so rather than a libtool archive. - Original Message From: Refr Bruhl refr_br...@yahoo.com To: Eric Blake ebl...@redhat.com; cygwin