Hi, I am building perl for use with mod_perl on a chroot httpd. It needs to not be linked to any system library's, but I'm missing something in the config becouse it is still linking to /usr/lib/libc.so.28.5 .
I'm not sure where in the configure script to tell it not to do this. I got it to staticly build libc.a, libm.a and libutil.a by defining the path to them instead of using the options -lm -lc -lutil, but adding libc.so.28.5 on the same line doesnt seem to work. any input is appreciated. thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]