Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
The 5.2.9 version doesn't seem to work reliably - I am trying to get crossfire to run, but when it attempts to pull a music file from firefly, the meta data isn't always available. Rather than trying to patch crossfire, I thought I would try to compile php 5.3.3 to see if the problem went away, but I can't get php to compile.
It complains that iconv is an unreferenced function. I compiled and installed libiconv but it still complains.
Can someone tell me the correct configure options to use to get php to compile / link under the fun_plug environment?
Thank you.
Offline
Hi
Normally you add the following argument "CFLAGS=-liconv" to the ./configure line if you get this error,
however PHP's configure script does not have that option, but it does have the option "--without-iconv" that will remove the problem.
/Stefan
Last edited by stefanth (2011-02-10 12:12:19)
Offline