On May 20, 2005 02:29 pm, [EMAIL PROTECTED] wrote: > I suspect the simple solution is to build a non-SSP version of the > libraries but before I did... > > I am experimenting with the use of precompiled binaries (Oracle) on a HLFS > server and I am running into the following when I try to relink the > precompiled binaries: > > /lib/libcrypt.so.1: undefined reference to [EMAIL PROTECTED] > /lib/libcrypt.so.1: undefined reference to > [EMAIL PROTECTED]
This looks to me like you reinstalled libc.so.6 from someone else, is that right? > Do I have any other options (like recompiling glibc with backward > compatibiliy)? If you reinstall glibc without the fstack-protector patch, but with the ssp patch, the above error should go away. robert -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
