Building Php extensions with Cygwin
From: Bastien Continsouzas (coujou1688_at_free.fr)
Date: 03/30/04
- Next message: Mark Kuiphuis: "Re: mysql union not working as thought"
- Previous message: Phil Mony: "Re: time() or better?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 10:31:34 +0200
Has anybody managed to build a Php Extension (Loadable Module)
under Cygwin. I tried to build the example first_module found on
http://www.zend.com/zendapi. It compiles and works well under linux.
Under windows with Apache 2.0.48, I managed to compile it using
cygwin compiler but I have the following message :
Warning: dl(): Unable to load dynamic library
'c:\php\extensions\first_module.dll
(of course, the file is located in the good path)
I only found tutorials using Visual Studio so any experience
feedback about a similar problem would prove to be very usefull.
Bastien
- Next message: Mark Kuiphuis: "Re: mysql union not working as thought"
- Previous message: Phil Mony: "Re: time() or better?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|