Reini Urban wrote:
Gerrit P. Haase schrieb:
Are the fixes in the config.m4 file really needed? Which of our
libraries are not available as static archive so they are not found?
I have a fix (cygwin-special) for the DBA / BDB4 issue.
I will try to figure out how to get all the shared modules with
Reini Urban schrieb:
Gerrit P. Haase schrieb:
Are the fixes in the config.m4 file really needed? Which of our
libraries are not available as static archive so they are not found?
I have a fix (cygwin-special) for the DBA / BDB4 issue.
I will try to figure out how to get all the shared modules with
Gerrit P. Haase schrieb:
Are the fixes in the config.m4 file really needed? Which of our
libraries are not available as static archive so they are not found?
I have a fix (cygwin-special) for the DBA / BDB4 issue.
I will try to figure out how to get all the shared modules with the
built-in methods
"Gerrit P. Haase" wrote:
> > Hmm, looking at it again I see that you may be right. I was having
> > problems with it not finding libxml2 (which on cygwin is just
> > /usr/lib/libxml2.dll.a and .la) but it appears that all the others are
> > extraneous. They must have been remnants left over of v
Hello Brian,
Am Donnerstag, 23. September 2004 um 23:34 schriebst du:
> "Gerrit P. Haase" wrote:
>> I dislike this, as long as they use libtool we should try to use it.
> It wasn't my first choice either. I tried to find a "libtool
> --mode=link" command line that would take the specified *.lo
"Gerrit P. Haase" wrote:
> I dislike this, as long as they use libtool we should try to use it.
It wasn't my first choice either. I tried to find a "libtool
--mode=link" command line that would take the specified *.lo files and
produce a .dll, but I could not find a way. It just seemed silly to
Hallo Brian,
Am Donnerstag, 23. September 2004 um 15:38 schriebst du:
> "Gerrit P. Haase" wrote:
>>
>> Hello Brian,
>>
>> >> I have a flag here:
>> >> --enable-embed=TYPE EXPERIMENTAL: Enable building of embedded SAPI library
>> >> TYPE is either 'shared' or 'static'
"Gerrit P. Haase" wrote:
>
> Hello Brian,
>
> >> I have a flag here:
> >> --enable-embed=TYPE EXPERIMENTAL: Enable building of embedded SAPI library
> >> TYPE is either 'shared' or 'static'. TYPE=shared
> >>
> >> is this new in php-5? Lets see what happens when I defi
Hello Brian,
>> I have a flag here:
>> --enable-embed=TYPE EXPERIMENTAL: Enable building of embedded SAPI library
>> TYPE is either 'shared' or 'static'. TYPE=shared
>>
>> is this new in php-5? Lets see what happens when I define it.
> No, it's the same in php4, and
Brian Dessent schrieb:
I've got php-4.3.8 working fine as a DSO with Apache (a single 3.1M
cygphp4.dll.) This works for whatever modules/extensions are statically
included, but obviously that's not quite acceptable.
great! It least the small solution.
If you "--enable-foo=shared" you get a foo.a
Gerrit P. Haase schrieb:
if you ask me, the PHP build system is broken.
I said before, that the php build system is horrible. Something to hate.
But it has gotten much better.
broken shared lib targets are really matter of libtool.
I tried to build 5.0.1, I'm getting no lipphp, no shared modules,
"Gerrit P. Haase" wrote:
>
> Hello Brian,
>
> > FYI what I'm doing basically amounts to:
>
> [...]
>
> I run basically the same set on php-5, I don't get a libphp at all,
> all objects are compiled into php.exe, no library around here:-(
>
> I have a flag here:
> --enable-embed=TYPE EXPERIME
Hello Brian,
> FYI what I'm doing basically amounts to:
[...]
I run basically the same set on php-5, I don't get a libphp at all,
all objects are compiled into php.exe, no library around here:-(
I have a flag here:
--enable-embed=TYPE EXPERIMENTAL: Enable building of embedded SAPI library
"Gerrit P. Haase" wrote:
>
> Hello Brian,
>
> >> I hate this package since I tried to build it the first time.
>
> > Part of the problem here is that "We don't support building under
> > Cygwin" is the official line from php-dev.
>
> Sigh;)
>
> > I've got php-4.3.8 working fine as a DSO with A
On Thu, 23 Sep 2004, Gerrit P. Haase wrote:
> Hello Brian,
>
> >> I hate this package since I tried to build it the first time.
>
> > Part of the problem here is that "We don't support building under
> > Cygwin" is the official line from php-dev.
>
> Sigh;)
>
> > I've got php-4.3.8 working fine as
Hello Brian,
>> I hate this package since I tried to build it the first time.
> Part of the problem here is that "We don't support building under
> Cygwin" is the official line from php-dev.
Sigh;)
> I've got php-4.3.8 working fine as a DSO with Apache (a single 3.1M
> chgphp4.dll.) This works
"Gerrit P. Haase" wrote:
> if you ask me, the PHP build system is broken.
>
> I tried to build 5.0.1, I'm getting no lipphp, no shared modules,
> libdb is not found... If you specify an extension and the relevant
> dependency is not available the configure exits, it is terrible, this
> sucks rea
Hallo Reini,
if you ask me, the PHP build system is broken.
I tried to build 5.0.1, I'm getting no lipphp, no shared modules,
libdb is not found... If you specify an extension and the relevant
dependency is not available the configure exits, it is terrible, this
sucks really.
How do I need to c
[EMAIL PROTECTED] schrieb:
I think what is required is a separate php package - making it work
with a web server (apache or lighttpd) is just a configuration
issue.
Yes, but you cannot build PHP with fastcgi and Apache support at the
same time, so there should be several packages, runtime for ever
> -Original Message-
> From: Gerrit P. Haase [mailto:[EMAIL PROTECTED]
> Sent: 22 September 2004 14:19
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; 'Reini Urban'
> Subject: Re: New packge: lighttpd-1.3.0
>
> Hello Robin,
>
> I have a cygwin pa
Hello Robin,
I have a cygwin package without the cygwin specific README but with
generic build script and patch to get sharted libraries for
fastcgi-2.4.0, do you want to maintain a relase for cygwin?
Gerrit
--
=^..^=
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem
Hallo Robin,
>> Yes, but you cannot build PHP with fastcgi and Apache support at the
>> same time, so there should be several packages, runtime for every
>> webserver available (currently only lighttpd) plus one common
>> package (devel stuff).
> Can you expand a little on that? Do you mean somet
p> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Gerrit P. Haase
> Sent: 22 September 2004 10:31
> To: [EMAIL PROTECTED]
> Cc: 'Reini Urban'; [EMAIL PROTECTED]
> Subject: Re: New packge: lighttpd-1.3.0
>
> Hall
Hallo R.,
> I think what is required is a separate php package - making it work
> with a web server (apache or lighttpd) is just a configuration
> issue.
Yes, but you cannot build PHP with fastcgi and Apache support at the
same time, so there should be several packages, runtime for every
webserv
Hi Gerrit,
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Gerrit P. Haase
> Sent: 22 September 2004 09:50
> To: [EMAIL PROTECTED]
> Subject: Re: New packge: lighttpd-1.3.0
>
> Hello R.,
>
> Am Mittwoch, 22. Septem
Hello R.,
Am Mittwoch, 22. September 2004 um 02:33 schriebst du:
> Hi Gerrit,
>> But why wait for me? Try it yourself? No problem that
>> cannot be discussed at this list (as long as it is about problems with
>> building some open sourced code for cygwin).
> Well, I'll give it a go...
> I ju
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Reini Urban
> Sent: 22 September 2004 01:12
> Cc: [EMAIL PROTECTED]
> Subject: Re: New packge: lighttpd-1.3.0
>
> >>But why wait for me? Try it yourself? No problem t
But why wait for me? Try it yourself? No problem that
cannot be discussed at this list (as long as it is about problems with
building some open sourced code for cygwin).
robin schrieb:
Not sure where to go with this now - I'll try setting up a php application that
uses a database or something.
An
Hi Gerrit,
> But why wait for me? Try it yourself? No problem that
> cannot be discussed at this list (as long as it is about problems with
> building some open sourced code for cygwin).
Well, I'll give it a go...
I just downloaded the latest cygwin + gnu toolset. The lighttpd package is also
Hallo Robin,
Am Dienstag, 21. September 2004 um 17:06 schriebst du:
> On Tue, September 21, 2004 16:00, Reini Urban said:
>> Robin Bowes schrieb:
>>
>>> Is there any more news about the cygwin php port?
>>>
>>
>> I posted my latest php attempts to -apps with subject "apached updates"
>> 9/9/04
>>
30 matches
Mail list logo