You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Melanie Pfefer <me...@yahoo.co.uk> on 2009/08/28 08:40:34 UTC

[users@httpd] compilation error

Hi,

Can you please advise why I have this error upon compilation time (make)?

/bin/bash /apache/httpd-2.2.6/srclib/apr/libtool --silent --mode=link  gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include -I/HTTP/httpd-2.2.6/srclib/apr/include/arch/unix -I./include/arch/unix -I/HTTP/httpd-2.2.6/srclib/apr/include  -version-info 2:8:2    -o libapr-1.la -rpath /usr/local/apache2/lib passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_strnatcmp.lo strings/apr_strings.lo strings/apr_strtok.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo tables/apr_tables.lo tables/apr_hash.lo atomic/unix/apr_atomic.lo dso/unix/dso.lo file_io/unix/flock.lo file_io/unix/readwrite.lo file_io/unix/filepath_util.lo file_io/unix/seek.lo file_io/unix/dir.lo file_io/unix/mktemp.lo file_io/unix/filedup.lo file_io/unix/tempdir.lo file_io/unix/filepath.lo file_io/unix/pipe.lo file_io/unix/open.lo file_io/unix/filestat.lo file_io/unix/copy.lo file_io/unix/fileacc.lo file_io/unix/fullrw.lo
 locks/unix/thread_rwlock.lo locks/unix/thread_mutex.lo locks/unix/thread_cond.lo locks/unix/proc_mutex.lo locks/unix/global_mutex.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/version.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo mmap/unix/mmap.lo mmap/unix/common.lo network_io/unix/sockaddr.lo network_io/unix/sockopt.lo network_io/unix/sendrecv.lo network_io/unix/multicast.lo network_io/unix/sockets.lo network_io/unix/inet_ntop..lo network_io/unix/inet_pton.lo poll/unix/epoll.lo poll/unix/select.lo poll/unix/poll.lo poll/unix/port.lo poll/unix/kqueue.lo random/unix/sha2.lo random/unix/apr_random.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/procsup.lo threadproc/unix/thread.lo threadproc/unix/signals.lo threadproc/unix/proc.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/userinfo.lo
 user/unix/groupinfo.lo   -luuid -lsendfile -lrt -lsocket -lnsl  -lpthread
/apache/httpd-2.2.6/srclib/apr/libtool: line 5565: ar: command not found
make[3]: *** [libapr-1.la] Error 127
make[3]: Leaving directory `/apache/httpd-2.2.6/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/apache/httpd-2.2.6/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/apache/httpd-2.2.6/srclib'
make: *** [all-recursive] Error 1

This is the configure command

../configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-ssl=shared --enable-ssl --with-ssl=/usr/local/ssl --enable-proxy --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http --enable-deflate --enable-authnz-ldap --enable-ldap --with-ldap --with-ldap-include=/opt/sunone/lib/ldapcsdk/include --with-ldap-lib=/opt/sunone/lib

thanks


      


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> 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


RE: [users@httpd] compilation error

Posted by Manoj Samtani <ma...@hotmail.com>.
please check if SELinux is enabled or denying access for compilcation.....

> Date: Thu, 27 Aug 2009 23:40:34 -0700
> From: melanie_pfefer@yahoo.co.uk
> To: users@httpd.apache.org
> Subject: [users@httpd] compilation error
> 
> Hi,
> 
> Can you please advise why I have this error upon compilation time (make)?
> 
> /bin/bash /apache/httpd-2.2.6/srclib/apr/libtool --silent --mode=link  gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include -I/HTTP/httpd-2.2.6/srclib/apr/include/arch/unix -I./include/arch/unix -I/HTTP/httpd-2.2.6/srclib/apr/include  -version-info 2:8:2    -o libapr-1.la -rpath /usr/local/apache2/lib passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_strnatcmp.lo strings/apr_strings.lo strings/apr_strtok.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo tables/apr_tables.lo tables/apr_hash.lo atomic/unix/apr_atomic.lo dso/unix/dso.lo file_io/unix/flock.lo file_io/unix/readwrite.lo file_io/unix/filepath_util.lo file_io/unix/seek.lo file_io/unix/dir.lo file_io/unix/mktemp.lo file_io/unix/filedup.lo file_io/unix/tempdir.lo file_io/unix/filepath.lo file_io/unix/pipe.lo file_io/unix/open.lo file_io/unix/filestat.lo file_io/unix/copy.lo file_io/unix/fileacc.lo file_io/unix/fullrw.lo
>  locks/unix/thread_rwlock.lo locks/unix/thread_mutex.lo locks/unix/thread_cond.lo locks/unix/proc_mutex.lo locks/unix/global_mutex.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/version.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo mmap/unix/mmap.lo mmap/unix/common.lo network_io/unix/sockaddr.lo network_io/unix/sockopt.lo network_io/unix/sendrecv.lo network_io/unix/multicast.lo network_io/unix/sockets.lo network_io/unix/inet_ntop..lo network_io/unix/inet_pton.lo poll/unix/epoll.lo poll/unix/select.lo poll/unix/poll.lo poll/unix/port.lo poll/unix/kqueue.lo random/unix/sha2.lo random/unix/apr_random.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/procsup.lo threadproc/unix/thread.lo threadproc/unix/signals.lo threadproc/unix/proc.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/userinfo.lo
>  user/unix/groupinfo.lo   -luuid -lsendfile -lrt -lsocket -lnsl  -lpthread
> /apache/httpd-2.2.6/srclib/apr/libtool: line 5565: ar: command not found
> make[3]: *** [libapr-1.la] Error 127
> make[3]: Leaving directory `/apache/httpd-2.2.6/srclib/apr'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/apache/httpd-2.2.6/srclib/apr'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/apache/httpd-2.2.6/srclib'
> make: *** [all-recursive] Error 1
> 
> This is the configure command
> 
> ../configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-ssl=shared --enable-ssl --with-ssl=/usr/local/ssl --enable-proxy --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http --enable-deflate --enable-authnz-ldap --enable-ldap --with-ldap --with-ldap-include=/opt/sunone/lib/ldapcsdk/include --with-ldap-lib=/opt/sunone/lib
> 
> thanks
> 
> 
>       
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> 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
> 
 		 	   		  
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/india/windows/windowslive/