Bruce Dubbs wrote these words on 02/27/06 11:26 CST: > Interesting. I did build both with and without the > > #ac_add_options --with-system-nspr > #ac_add_options --with-system-nss
Okay, after wading through that 25MB, I understand what is going on here. Something is amiss with your system-install NSS/NSPR. In the build log where you use the nss/nspr options (identified by the log snippet below): Adding configure options from /tmp/seamonkey/mozilla/.mozconfig: --enable-application=suite --prefix=/usr --with-system-zlib --with-system-png --with-system-jpeg --enable-strip --disable-tests --disable-installer --disable-accessibility --enable-ldap --enable-calendar --with-system-nspr --with-system-nss creating cache ./config.cache You end up with this in the log from the configure program: checking for LC_MESSAGES... yes checking for nspr-config... no checking for NSPR - version >= 4.0.0 (skipping)... no checking for jpeg_destroy_compress in -ljpeg... yes checking for gzread in -lz... yes In my log, I end up with: checking for LC_MESSAGES... yes checking for nspr-config... /usr/bin/nspr-config checking for NSPR - version >= 4.0.0 (skipping)... yes checking for nss-config... /usr/bin/nss-config checking for NSS - version >= 3.0.0 (skipping)... yes checking for jpeg_destroy_compress in -ljpeg... yes I won't do anything until you confirm the patch is necessary. I'll bet a coke that it is. :-) -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 11:52:00 up 13 days, 20:01, 3 users, load average: 0.12, 0.27, 0.29 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
