This is a discussion on what the hell within the alt.comp.lang.php forums, part of the PHP Programming Forums category; geez i dont know if i can use dl function on macosx cant even build a fucking sample hello extension ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
geez
i dont know if i can use dl function on macosx cant even build a fucking sample hello extension to test because phpize cant figure out how to write a real makefile and now i got this damn estrndup function unsatisfied and cant find any fucking documentation on which damn library might have it it was a mistake getting tangled up with php and all its obscure configuration crap and instead of using tcl meow arf meow - they are performing horrible experiments in space major grubert is watching you - beware the bakalite there can only be one or two - the airtight garage has you neo |
|
|||
|
In article
<mair_fheal-CA736E.01385508102006@sn-ip.vsrv-sjc.supernews.net>, mariposas rand mair fheal greykitten tomys des anges <mair_fheal@yahoo.com> wrote: > geez > > i dont know if i can use dl function on macosx > cant even build a fucking sample hello extension to test > because phpize cant figure out how to write a real makefile > and now i got this damn estrndup function unsatisfied > and cant find any fucking documentation on which damn library might have it > > it was a mistake getting tangled up with php > and all its obscure configuration crap > and instead of using tcl > > meow arf meow - they are performing horrible experiments in space > major grubert is watching you - beware the bakalite > there can only be one or two - the airtight garage has you neo Do you have xCode installed (developer tools)? Are you running in safe-mode ( dl is disabled by default )? Can you upgrade PHP and try PHP5? Are you calling your libraries via dl(lib.so) ? Is your extension_dir mapped properly? -- Koncept << "The snake that cannot shed its skin perishes. So do the spirits who are prevented from changing their opinions; they cease to be a spirit." -Nietzsche |