Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 39945 invoked from network); 5 Apr 2005 11:55:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Apr 2005 11:55:10 -0000 Received: (qmail 81080 invoked by uid 500); 5 Apr 2005 11:54:51 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 81067 invoked by uid 500); 5 Apr 2005 11:54:51 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 81053 invoked by uid 99); 5 Apr 2005 11:54:51 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of farid.izem@gmail.com designates 64.233.184.196 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.196) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 05 Apr 2005 04:54:50 -0700 Received: by wproxy.gmail.com with SMTP id 67so3902822wri for ; Tue, 05 Apr 2005 04:54:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=NKOctXjU3NVksUoU6grG8hWAveyZj4dFG71ArGuwkYp5UM9VhUhhMJWr2zbFAo1muvSkf/ZVUYCAP/LTHSkYjawVIUzn4jED/9K1emaejrkHegU11nwosryevVKw1bx6wyxx8Bw9iul110u3RroC0Rg26GjUFVF0CxmHr/QpiKY= Received: by 10.54.49.34 with SMTP id w34mr695977wrw; Tue, 05 Apr 2005 04:54:47 -0700 (PDT) Received: by 10.54.48.25 with HTTP; Tue, 5 Apr 2005 04:54:47 -0700 (PDT) Message-ID: <8f2acb46050405045459d1d69e@mail.gmail.com> Date: Tue, 5 Apr 2005 13:54:47 +0200 From: Farid Izem Reply-To: Farid Izem To: users@httpd.apache.org In-Reply-To: <200504041712.15756.mymaillists@gmx.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <8f2acb46050401082740a1b827@mail.gmail.com> <200504011815.13545.mymaillists@gmx.at> <8f2acb46050404033543245eae@mail.gmail.com> <200504041712.15756.mymaillists@gmx.at> X-Virus-Checked: Checked Subject: Re: [users@httpd] Problem compiling Http 2.0.53 on Solaris 8 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is the result of the "env" command ; PWD=/opt/PerlTools/httpd-2.0.53/os/unix TZ=MET HOSTNAME=iapweb01 LD_LIBRARY_PATH=/usr/local/lib:/usr/include:/usr/local/lib/sparcv9:/opt/nfs/sybase12:/opt/nfs/sybase12/OCS-12_0/lib:/opt/usr/local/lib/mysql:/opt/usr/local/ssl/lib SYBASE=/opt/nfs/sybase12 USER=root MACHTYPE=sparc-sun-solaris2.8 MAIL=/var/mail//root OLDPWD=/opt/PerlTools/httpd-2.0.53/os CPPFLAGS=-I/usr/local/BerkeleyDB/include -I/usr/local/openssl/include -I/usr/local/openldap/include SYBASE_OCS=OCS-12_0 LOGNAME=root SHLVL=1 LDFLAGS=-L/usr/local/BerkeleyDB/lib -L/usr/local/openssl/lib -L/usr/local/openldap/lib SHELL=/bin/sh HOSTTYPE=sparc OSTYPE=solaris2.8 HOME=/ SSH_AUTH_SOCK=/tmp/ssh-AnW25120/agent.25120 TERM=vt100 PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin:/usr/xpg4/bin:/bin SSH_TTY=/dev/pts/2 _=/usr/bin/env Still have the same compilation problem on unixd.c / unixd.h In file included from unixd.c:23: unixd.h:49: parse error before "get_suexec_identity" unixd.h:68: parse error before '}' token unixd.h:68: warning: data definition has no type or storage class unixd.h:69: syntax error before "extern" unixd.h:69: warning: data definition has no type or storage class unixd.h:71: parse error before "unixd_setup_child" unixd.h:71: warning: data definition has no type or storage class unixd.h:72: parse error before "unixd_pre_config" unixd.h:72: warning: data definition has no type or storage class unixd.h:73: parse error before "unixd_set_user" unixd.h:74: warning: data definition has no type or storage class unixd.h:75: parse error before "unixd_set_group" unixd.h:76: warning: data definition has no type or storage class unixd.h:78: parse error before "unixd_set_rlimit" unixd.h:79: warning: data definition has no type or storage class unixd.h:91: parse error before "unixd_set_proc_mutex_perms" unixd.h:91: warning: data definition has no type or storage class unixd.h:92: parse error before "unixd_set_global_mutex_perms" unixd.h:92: warning: data definition has no type or storage class unixd.h:93: parse error before "unixd_accept" unixd.h:93: warning: data definition has no type or storage class Really Don't known what to do !!! I have successfully compiled a lot of opensource projects on this computer but in this case, i have no left solutions. Can you give me the command line you have use to compile your httpd ? Best Regards, Farid On Apr 4, 2005 5:12 PM, Markus Mayer wrote: > I tried your configure, and on my system it build fine. It may well be that > you have something strange in your environment. What does 'env' show? Also, > check the output of configure for any warnings. > > Markus > > > On Monday 04 April 2005 12:35, Farid Izem wrote: > > Hi all, > > > > Still have the same problems. Cannot compile unixd.c on Solaris 8 netra T1 > > I have play with LD_LIBRARY_PATH, LD_INCLUDE_PATH, nothing worked. > > I have also try your method Marcus, > > > > CPPFLAGS="-I/usr/local/BerkeleyDB/include -I/usr/local/openssl/include > > -I/usr/local/openldap/include -I/usr/include -I/usr/local/include" > > > > LDFLAGS="-L/usr/local/BerkeleyDB/lib -L/usr/local/openssl/lib > > -L/usr/local/openldap/lib -L/usr/lib -L/usr/local/lib -lssl -ldb" > > > > ./configure --prefix=/usr/local/apache --enable-so --enable-cache > > --enable-cache-mem --enable-ldap --enable-auth-ldap --enable-proxy > > --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http > > --enable-ssl --enable-dgi --enable-cgid --enable-rewrite > > --with-ssl=/usr/local/openssl --with-ldap > > > > Doesn't work at all !!! > > > > Please help me ? > > > > Best Regards, > > > > Farid. > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org