Hey,
I'm pretty new to using a mac and in general, unix command line. I am trying to set up a webserver with apache2, mysql, and php with zip support.
I have used the packaging product iTools to get apache, mysql and php up and running, but I still cannot get the zip libraries.
Thus, my question is twofold.
First, I found that I first need to download and install zziplib.
I downloaded the zziplib to my php/extensions folder. I then ran tar -xjvf on it and it unpacked fine.
Next, I went into the directory and ran ./configure && make && make check && make install.
Unfortunately that gives me an error on zip.lo, with a lot of messages saying: dereferencing pointer to incomplete type
Can someone help me figure out how to install zziplib?
And, I'll have to jump ahead of myself to ask the second question...
What do I do to get php configured with zip support using this newly installed zziplib?
Any help is welcome
Jaelan