You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sh...@CobbEnergy.com on 2007/11/19 02:53:34 UTC

make error : during apache install.

Hello , 
I`m trying to install and configure apache http server on AIX . Running 
into error below . Please advise . Thx 
os version : AIX5.3 
gcc : 

[root@cemcp62 /opt/apache2.0/httpd-2.0.61]: rpm -qa|grep -i gcc
gcc-4.0.0-1
[root@cemcp62 /opt/apache2.0/httpd-2.0.61]

[root@cemcp62 /opt/apache2.0/httpd-2.0.61]: make
Making all in srclib
Making all in apr
Making all in strings
Target "local-all" is up to date.
Target "all" is up to date.
Making all in passwd
Target "local-all" is up to date.
Target "all" is up to date.
Making all in tables
Target "local-all" is up to date.
Target "all" is up to date.
Making all in file_io/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in network_io/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in threadproc/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in misc/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in locks/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in time/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in mmap/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in shmem/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in user/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in memory/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in atomic/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in poll/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in support/unix
Target "local-all" is up to date.
Target "all" is up to date.
Making all in dso/unix
Target "local-all" is up to date.
Target "all" is up to date.
/bin/sh /opt/apache2.0/httpd-2.0.61/srclib/apr/libtool --silent 
--mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -U__STR__ -D_THREAD_SAFE 
-D_USE_IRS -I./include -I../include -version-info 9:16:9 -Wl,-brtl -o 
libapr-0.la -rpath /usr/local/apache2/lib strings/apr_cpystrn.lo 
strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo 
strings/apr_strnatcmp.lo strings/apr_strtok.lo passwd/apr_getpass.lo 
tables/apr_hash.lo tables/apr_tables.lo file_io/unix/copy.lo 
file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo 
file_io/unix/filepath.lo file_io/unix/filepath_util.lo 
file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo 
file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo 
file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo 
network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo 
network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo 
network_io/unix/sockets.lo network_io/unix/sockopt.lo 
threadproc/unix/proc.lo threadproc/unix/procsup.lo 
threadproc/unix/signals.lo threadproc/unix/thread.lo 
threadproc/unix/threadpriv.lo misc/unix/charset.lo misc/unix/env.lo 
misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo 
misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo 
locks/unix/global_mutex.lo locks/unix/proc_mutex.lo 
locks/unix/thread_cond.lo locks/unix/thread_mutex.lo 
locks/unix/thread_rwlock.lo time/unix/time.lo time/unix/timestr.lo 
mmap/unix/common.lo mmap/unix/mmap.lo shmem/unix/shm.lo 
user/unix/groupinfo.lo user/unix/userinfo.lo memory/unix/apr_pools.lo 
atomic/unix/apr_atomic.lo poll/unix/poll.lo poll/unix/pollacc.lo 
support/unix/waitio.lo dso/unix/dso.lo -lm -lnsl -lpthread
collect2: library libgcc_s not found
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 1.


Stop.
[root@cemcp62 /opt/apache2.0/httpd-2.0.61]:

Re: make error : during apache install.

Posted by Sh...@CobbEnergy.com.
Mark, 
I did not know that. I apologize . I will start a new thread next time .

Thanks for the info. 
Shekhar 




Mark Thomas <ma...@apache.org> 
11/19/2007 01:43 PM
Please respond to
"Tomcat Users List" <us...@tomcat.apache.org>


To
Tomcat Users List <us...@tomcat.apache.org>
cc

Subject
Re: make error : during apache install.






Shekhar.Dhotre@CobbEnergy.com wrote:
> Hello , 
> I`m trying to install and configure apache http server on AIX . Running 
> into error below . Please advise .

When starting a new thread (ie sending a message to the list about a
new topic) please do not reply to an existing message and change the
subject line. This is known as thread hijacking and to many of the
list archiving services and mail clients used by list subscribers this
makes your new message appear as part of the old thread. This makes it
harder for other users to find relevant information when searching the
lists.

It should also be noted that many list subscribers automatically
ignore any messages that hijack another thread.

The correct procedure is to create a new message with a new subject.
This will start a new thread.

Thanks,

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org



Re: make error : during apache install.

Posted by Mark Thomas <ma...@apache.org>.
Shekhar.Dhotre@CobbEnergy.com wrote:
> Hello , 
> I`m trying to install and configure apache http server on AIX . Running 
> into error below . Please advise .

When starting a new thread (ie sending a message to the list about a
new topic) please do not reply to an existing message and change the
subject line. This is known as thread hijacking and to many of the
list archiving services and mail clients used by list subscribers this
makes your new message appear as part of the old thread. This makes it
harder for other users to find relevant information when searching the
lists.

It should also be noted that many list subscribers automatically
ignore any messages that hijack another thread.

The correct procedure is to create a new message with a new subject.
This will start a new thread.

Thanks,

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org