nickelplated
Group: Members
Posts: 75
Joined: May 2005 |
|
Posted: May 26 2006,20:03 |
|
I already tried making an updated extension but I'm just not as good of a developer as you guys. When I tried compiling the binary to be static by way of editing the Makefile with $LDFLAGS and $CFLAGS, I get a response that gcc can't find the ssl libs, even though I'm specifically telling it where they are with -L/usr/lib.
I then made a dynamically linked binary for the extension. That works fine on my hard-drive installed DSL system, but when I run it on a dsl livecd system it won't work because it wants to drop a couple of libs into the /usr directory which I get told that it's read-only.
So I'll surely go ahead and whip yall up a right nice extension, if only somebody would tell me the exact string to enter to squeeze a static, stripped binary outta this, either by way of the Makefile or as command line arguments to make.
|