Subj : What firebird build options to enable dotnetnuke javascript html menus? To : netscape.public.mozilla.jseng From : Jeff Kowalczyk Date : Wed Dec 10 2003 11:28 am What Firebird 0.7 linux build options would prevent dotnetnuke's javascript menus from displaying? I build firebird with a variation on the DAG RPM spec, using RedHat 9. In general it works fine, but the javascript menus in sites like http://dotnetnuke.com (see home, downloads, ... across the top) do not display in this build, whereas they do display on the Windows firebird 0.7 binary, and also Netscape 1.5.2 on this linux system. Any ideas? Thanks. Here is the .mozconfig that my slightly modified rpm spec uses: export MOZ_PHOENIX="1" mk_add_options MOZ_PHOENIX="1" ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-png ac_add_options --with-system-mng ac_add_options --with-pthreads ac_add_options --disable-tests ac_add_options --disable-debug ac_add_options --disable-debug-modules ac_add_options --disable-xprint ac_add_options --disable-mailnews ac_add_options --disable-composer ac_add_options --disable-ldap ac_add_options --disable-jsd ac_add_options --disable-dtd-debug ac_add_options --disable-gtktest ac_add_options --disable-freetype2 ac_add_options --disable-freetypetest ac_add_options --disable-installer ac_add_options --enable-optimize="%{optflags}" ac_add_options --enable-crypto ac_add_options --enable-strip ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --enable-xinerama ac_add_options --enable-extensions="pref,cookie,wallet,typeaheadfind" ac_add_options --enable-xsl ac_add_options --enable-xft ac_add_options --enable-default-toolkit="gtk2" .