Hello all, I'm trying to recompile PHP on a Cobalt Qube to include the curl module. However, on the qube there are two modules which are made by cobalt, i18n and cce. When I try and link these into my new PHP binary using dl(), I get the following error.
Warning: i18n: Unable to initialize module Module compiled with debug=0, thread-safety=0 module API=20000609 PHP compiled with debug=0, thread-safety=0 module API=20001214 Is there any way of compiling php with module API=20000609 ? Thanks in advance Sam