Re: OpenBSD sendfile

2015-10-05 Thread Bogdan Andu
Most likely... I tried to apply the patches from yaws ports dirbut the version 2.0 of yaws  is to new and the patches failed. I'll send a report to Yaws people. Thanks for help. Bogdan On Friday, October 2, 2015 9:14 PM, Rob wrote: On Fri, 2 Oct 2015 07:38:28 +

Re: OpenBSD sendfile

2015-10-05 Thread Sebastian Benoit
Bogdan Andu(bo...@yahoo.com) on 2015.09.29 14:16:51 +: > Hi, > > I have a piece o software to install that requires > sendfile functionality . is your piece of software a haskell program? > I installed hs-sendfile from ports, which should provide > sendfile, but now sendfile library or

Re: OpenBSD sendfile

2015-10-05 Thread Bogdan Andu
Yeah, I realized that after I posted the issue.. On Monday, October 5, 2015 3:29 PM, Sebastian Benoit wrote: Bogdan Andu(bo...@yahoo.com) on 2015.09.29 14:16:51 +: > Hi, > > I have a piece o software to install that requires > sendfile functionality .

Re: OpenBSD sendfile

2015-10-02 Thread Bogdan Andu
Running linux in production is not an option, for me at least. I was surprised too. They put it recently into deps tree. Is disabled at run time, but is required at compile time.. I have scrambled the Makefiles and rebar.configs and rebar.config.scripts and got rid of sendfileand compiles and

Re: OpenBSD sendfile

2015-10-02 Thread Raimo Niskanen
On Fri, Oct 02, 2015 at 08:19:28AM +, Bogdan Andu wrote: > Running linux in production is not an option, for me at least. > > I was surprised too. They put it recently into deps tree. > > Is disabled at run time, but is required > at compile time.. > I have scrambled the Makefiles and

Re: OpenBSD sendfile

2015-10-02 Thread Bogdan Andu
There is a general "mantra" many apps havenot just yaws, that real oses that realy matterand make a difference are regarded as secondhand citizens(do it yourself if u really need it) forthe simple fact that are no so "popular".On the low end of the spectrum are those popular osesthat are supported

Re: OpenBSD sendfile

2015-10-02 Thread Rob
On Fri, 2 Oct 2015 07:38:28 + (UTC) Stuart Henderson wrote: > On 2015-09-30, Bogdan Andu wrote: > > If one needs this linux-like crap, sendfile,and cannot disable it, > > how is he suppose to handle it? > > Run it on linux? > > I'm surprised Yaws

Re: OpenBSD sendfile

2015-10-02 Thread Stuart Henderson
On 2015-09-30, Bogdan Andu wrote: > If one needs this linux-like crap, sendfile,and cannot disable it, how is he > suppose to handle it? Run it on linux? I'm surprised Yaws needs it though, from what it says on their website it looks optional.

Re: OpenBSD sendfile

2015-09-30 Thread Bogdan Andu
If one needs this linux-like crap, sendfile,and cannot disable it, how is he suppose to handle it? On Tuesday, September 29, 2015 6:50 PM, Bogdan Andu wrote: Oh.. s^*%t, only haskell can use it, right? On Tuesday, September 29, 2015 6:48 PM, Bogdan Andu

OpenBSD sendfile

2015-09-29 Thread Bogdan Andu
Hi, I have a piece o software to install that requires sendfile functionality . I installed hs-sendfile from ports, which should providesendfile, but now sendfile library or binary is present: I run the command , first:sudo /usr/local/lib/ghc/sendfile-0.7.9/register.sh and $ sudo ldconfig

OpenBSD sendfile

2015-09-29 Thread Bogdan Andu
Hi, I have a piece o software to install that requires sendfile functionality . I installed hs-sendfile from ports, which should provide sendfile, but now sendfile library or binary is present: I run the command , first: sudo /usr/local/lib/ghc/sendfile-0.7.9/register.sh and $ sudo ldconfig

Re: OpenBSD sendfile

2015-09-29 Thread Ted Unangst
Bogdan Andu wrote: > Hi, > I have a piece o software to install that requires > sendfile functionality . > I installed hs-sendfile from ports, which should providesendfile, but now > sendfile library or binary is present: > I run the command , first:sudo

Re: OpenBSD sendfile

2015-09-29 Thread Bogdan Andu
No, Erlang. Yaws wants it On Tuesday, September 29, 2015 6:33 PM, Ted Unangst wrote: Bogdan Andu wrote: > Hi, > I have a piece o software to install that requires > sendfile functionality . > I installed hs-sendfile from ports, which should providesendfile, but

Re: OpenBSD sendfile

2015-09-29 Thread Bogdan Andu
Oh.. s^*%t, only haskell can use it, right? On Tuesday, September 29, 2015 6:48 PM, Bogdan Andu wrote: No, Erlang. Yaws wants it On Tuesday, September 29, 2015 6:33 PM, Ted Unangst wrote: Bogdan Andu wrote: > Hi, > I have a