Building Php extensions with Cygwin

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bastien Continsouzas

    Building Php extensions with Cygwin

    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\extensi ons\first_modul e.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
Working...