This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Pre-ITP: apache/mod_php


Hello Reini,

>> Since the test fails configure thinks that db or ldap libraries are
>> not available.

> AARGH!
> incorrect c and lib order.
> a typical php configure problem. before I had this with gd also. some
> versions even were dependent on the order of the --with-<module> statements.

> but it can easily be patched on our side.

Yes?  How?  I removed ldap from the build list.  With db it is the
same, there I hardcoded db as lib in the .m4 file so I don't care what
the compile test says, but for ldap is the .m4 somewhat bigger and I
don't see where to patch here.


What is the general rule of thumb with the shared lib and CLI & CGI
executables?  Put all global objects in the library, put the sapi
objects into the CGI exe and the CLI objects in the CLI exe?

Should it be possible then to use my modules with Brian's DLL?


Gerrit
-- 
=^..^=



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]