Re: mksh

2011-05-05 Thread Refr Bruhl
2011 09:42, Refr Bruhl wrote: > 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 u

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. --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 r

Re: apr hangs with accept4 and cygwin snapshots

2010-07-16 Thread Refr Bruhl
uhh why then is it hanging? A new bug? - Original Message From: David Rothenberger 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-1.4.2 us

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 To: cygwin@cygwin.com Sent: Tue, July 13, 2010 11:21:49 AM Subject: Re: Installation of A

Re: libtool and shared libraries

2010-07-01 Thread Refr Bruhl
the flag in my .profile for ksh # GCC Options export LDFLAGS=-no-undefined Thanks all for helping! -R - Original Message From: David Rothenberger 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

Re: ssmtp wish list

2010-07-01 Thread Refr Bruhl
This is good information thank you I do have to confess I selected the packages, hit the launcher and let it install - Original Message From: Cyrille Lefevre To: cygwin@cygwin.com Sent: Thu, July 1, 2010 5:19:43 PM Subject: Re: ssmtp wish list Le 01/07/2010 23:57, Refr Bruhl a

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 )) Cyr

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: 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 To: Refr Bruhl ; Cygwin Mail List Sent: Thu, July 1, 2010 12:33:48 PM Subject: Re: Sendmail linked to cronlog? - Original Mess

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: libtool and shared libraries

2010-07-01 Thread Refr Bruhl
othenberger 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 p

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 mail

Re: Shared libraries in Cygwin

2010-06-30 Thread Refr Bruhl
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 objects

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: Mail program

2010-06-30 Thread Refr Bruhl
http://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 To: bug-m

Re: Shared libraries in Cygwin

2010-06-30 Thread Refr Bruhl
es 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: http://cygwin.com/problems.

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 To: Eric Blake ; cygwin@cygwin.com Sent: Tue, June 29, 2010 4

Re: Shared libraries in Cygwin

2010-06-29 Thread Refr Bruhl
Thanks for the info.. It helps I am building Apache with subversion. That is where I get the error message - Original Message From: Eric Blake To: cygwin@cygwin.com Sent: Tue, June 29, 2010 4:45:35 PM Subject: Re: Shared libraries in Cygwin On 06/29/2010 03:43 PM, Refr Bruhl

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 reports:

Re: Mail program

2010-06-29 Thread Refr Bruhl
bject)" |**| 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 To: cygwin@cygwin.com Sent: Tue, June

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/

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