Trying to build fds104 and NSS produces pages of errors. At the end of it
all is the following:
mod_nss.c:434: error: expected ''{'' at end of input
make[2]: *** [mod_nss.lo] Error 1
make[2]: Leaving directory
`/tmp/dsbuild-fds104/ds/mod_nss/work/mod_nss-1.0.5''
make[1]: *** [build-work/mod_nss-1.0.5/Makefile] Error 2
make[1]: Leaving directory `/tmp/dsbuild-fds104/ds/mod_nss''
make: *** [dep-../../ds/mod_nss] Error 2
Is this a known problem in the current release? Any workarounds?
Thanks
Richard Megginson
2006-Dec-15 23:15 UTC
Re: [Fedora-directory-users] make dies with NSS problems
Eric A. Hall wrote:> Trying to build fds104 and NSS produces pages of errors. At the end of it > all is the following: >What is your OS and version? Do you have httpd, httpd-devel, apr, and apr-devel installed? What is the output of /usr/sbin/httpd.worker -V?> mod_nss.c:434: error: expected ''{'' at end of input > make[2]: *** [mod_nss.lo] Error 1 > make[2]: Leaving directory > `/tmp/dsbuild-fds104/ds/mod_nss/work/mod_nss-1.0.5'' > make[1]: *** [build-work/mod_nss-1.0.5/Makefile] Error 2 > make[1]: Leaving directory `/tmp/dsbuild-fds104/ds/mod_nss'' > make: *** [dep-../../ds/mod_nss] Error 2 > > Is this a known problem in the current release? Any workarounds? > > Thanks > > > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
Eric A. Hall
2006-Dec-16 01:44 UTC
[Fedora-directory-users] Re: make dies with NSS problems
Richard Megginson <rmeggins@redhat.com> wrote:>> Eric A. Hall wrote: >> >> Trying to build fds104 and NSS produces pages of errors. At the end of >> it all is the following:> What is your OS and version?FC6 kernel-2.6.18-1.2849.fc6> Do you have httpd, httpd-devel, apr, and apr-devel installed?I have httpd, apr and apr-devel installed. Do I need httpd-devel?> What is the output of /usr/sbin/httpd.worker -V?[ 20:43:23 -- unassigned-12:/root/ ] [ root# ] /usr/sbin/httpd.worker -V Server version: Apache/2.2.3 Server built: Sep 11 2006 09:44:40 Server''s Module Magic Number: 20051115:3 Server loaded: APR 1.2.7, APR-Util 1.2.7 Compiled using: APR 1.2.7, APR-Util 1.2.7 Architecture: 64-bit Server MPM: Worker threaded: yes (fixed thread count) forked: yes (variable process count) Server compiled with.... -D APACHE_MPM_DIR="server/mpm/worker" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=128 -D HTTPD_ROOT="/etc/httpd" -D SUEXEC_BIN="/usr/sbin/suexec" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" -- Eric A. Hall http://www.ehsco.com/ Internet Core Protocols http://www.oreilly.com/catalog/coreprot/
Richard Megginson
2006-Dec-18 15:02 UTC
Re: [Fedora-directory-users] Re: make dies with NSS problems
Eric A. Hall wrote:> Richard Megginson <rmeggins@redhat.com> wrote: > > >>> Eric A. Hall wrote: >>> >>> Trying to build fds104 and NSS produces pages of errors. At the end of >>> it all is the following: >>> > > >> What is your OS and version? >> > > FC6 kernel-2.6.18-1.2849.fc6 > > >> Do you have httpd, httpd-devel, apr, and apr-devel installed? >> > > I have httpd, apr and apr-devel installed. Do I need httpd-devel? >Yes. The build uses /usr/bin/apxs which is provided by httpd-devel.> >> What is the output of /usr/sbin/httpd.worker -V? >> > > [ 20:43:23 -- unassigned-12:/root/ ] > [ root# ] /usr/sbin/httpd.worker -V > Server version: Apache/2.2.3 > Server built: Sep 11 2006 09:44:40 > Server''s Module Magic Number: 20051115:3 > Server loaded: APR 1.2.7, APR-Util 1.2.7 > Compiled using: APR 1.2.7, APR-Util 1.2.7 > Architecture: 64-bit > Server MPM: Worker > threaded: yes (fixed thread count) > forked: yes (variable process count) > Server compiled with.... > -D APACHE_MPM_DIR="server/mpm/worker" > -D APR_HAS_SENDFILE > -D APR_HAS_MMAP > -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) > -D APR_USE_SYSVSEM_SERIALIZE > -D APR_USE_PTHREAD_SERIALIZE > -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT > -D APR_HAS_OTHER_CHILD > -D AP_HAVE_RELIABLE_PIPED_LOGS > -D DYNAMIC_MODULE_LIMIT=128 > -D HTTPD_ROOT="/etc/httpd" > -D SUEXEC_BIN="/usr/sbin/suexec" > -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" > -D DEFAULT_ERRORLOG="logs/error_log" > -D AP_TYPES_CONFIG_FILE="conf/mime.types" > -D SERVER_CONFIG_FILE="conf/httpd.conf" > >