"make" help


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers "make" help
# 1  
Old 09-13-2002
Question "make" help

Hi all,
i am running solaris 9 on a fully populated e450, i'm trying to install apache 2.0
i do the standard "./configure" and that executes and completes without and errors
then i try the "make" command, and it never completes...I get this error all the time ----> see below



bash-2.05# make
Making all in srclib
make[1]: Entering directory `/downloads/httpd-2.0.39/srclib'
Making all in apr
make[2]: Entering directory `/downloads/httpd-2.0.39/srclib/apr'
Making all in strings
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/strings'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/strings'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/strings'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/strings'
Making all in passwd
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/passwd'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/passwd'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/passwd'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/passwd'
Making all in tables
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/tables'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/tables'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/tables'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/tables'
Making all in file_io/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/file_io/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/file_io/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/file_io/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/file_io/unix'
Making all in network_io/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/network_io/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/network_io/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/network_io/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/network_io/unix'
Making all in threadproc/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/threadproc/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/threadproc/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/threadproc/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/threadproc/unix'
Making all in misc/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/misc/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/misc/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/misc/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/misc/unix'
Making all in locks/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/locks/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/locks/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/locks/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/locks/unix'
Making all in time/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/time/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/time/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/time/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/time/unix'
Making all in mmap/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/mmap/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/mmap/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/mmap/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/mmap/unix'
Making all in shmem/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/shmem/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/shmem/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/shmem/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/shmem/unix'
Making all in i18n/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/i18n/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/i18n/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/i18n/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/i18n/unix'
Making all in user/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/user/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/user/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/user/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/user/unix'
Making all in memory/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/memory/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/memory/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/memory/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/memory/unix'
Making all in atomic/solaris_sparc
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/atomic/solaris_sparc'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/atomic/solaris_sparc'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/atomic/solaris_sparc'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/atomic/solaris_sparc'
Making all in dso/unix
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/dso/unix'
make[4]: Entering directory `/downloads/httpd-2.0.39/srclib/apr/dso/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/dso/unix'
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr/dso/unix'
make[3]: Entering directory `/downloads/httpd-2.0.39/srclib/apr'
/bin/sh /downloads/httpd-2.0.39/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthreads -DHAVE_CONFIG_H -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I./include -I../include -o libapr.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 passwd/apr_md5.lo tables/apr_hash.lo table
s/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/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mkte
mp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo network_io/unix/poll.lo network_io/unix/sendrecv.lo network_io/u
nix/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/err
orcodes.lo misc/unix/getopt.lo misc/unix/getuuid.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/uuid.lo misc/unix/version.lo locks/unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/th
read_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 i18n/unix/xlate.lo user/unix/groupinfo.lo user/unix/us
erinfo.lo memory/unix/apr_pools.lo atomic/solaris_sparc/apr_atomic_sparc_no_support.lo dso/unix/dso.lo
/downloads/httpd-2.0.39/srclib/apr/libtool: ar: not found
make[3]: *** [libapr.la] Error 1
make[3]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/downloads/httpd-2.0.39/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/downloads/httpd-2.0.39/srclib'
make: *** [all-recursive] Error 1
bash-2.05#

can someone please tell me what this means?...and what should be my first angle of attack for this, I have been banging my head against the wall for days on this problem,...UHHHHGGGGSmilie


THANKS a bunch everyone

Zeek-
# 2  
Old 09-13-2002
I also don't know BUT, I think

Iam not a make guru, but i think the error message means the make can NOT find the `ar` command:

This is the man-page for `ar`
http://docs.sun.com/?q=ar&p=/doc/806...9vek50h&a=view

make sure you can find the `ar` command in the path
this can be done by typing `which ar` if which responce with

no ar in /usr/bin /etc /usr/sbin /usr....... the `ar is not in the path
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies

2. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

3. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

4. Shell Programming and Scripting

how to use "cut" or "awk" or "sed" to remove a string

logs: "/home/abc/public_html/index.php" "/home/abc/public_html/index.php" "/home/xyz/public_html/index.php" "/home/xyz/public_html/index.php" "/home/xyz/public_html/index.php" how to use "cut" or "awk" or "sed" to get the following result: abc abc xyz xyz xyz (8 Replies)
Discussion started by: timmywong
8 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. Shell Programming and Scripting

Make scipt except from "Y","y" and "yes" to take [Enter] as being "yes"

This is the script: #!/bin/sh if ; then rm -rf /usr/share/WallpaperChanger; fi if ; then rm -rf /usr/bin/wallch; fi; if ; then rm -rf /usr/share/applications/wallch.desktop; fi if ; then rm -rf /usr/share/doc/wallch; fi if ; then rm -rf /usr/share/man/man1/wallch.1.gz; fi echo "Delete... (4 Replies)
Discussion started by: hakermania
4 Replies

7. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

8. Programming

how could i make a program mixed with many "|", "<" and ">"

I have written following code to do: ls -l | wc -w, it works: but when there are not only a single "|", if there are more such as: ls -l | sort -r | sort | sort -r, This program does not work, i want to know how could i deal with it when there are more "|", another situation is that, if it mixes... (2 Replies)
Discussion started by: strugglingman
2 Replies

9. UNIX for Dummies Questions & Answers

"./cofigure" and "make" turmoil

I am a Unix newbie and I downloaded some X11 programs. I have gcc, but I cannot compile the files. I NEED HELP!!!! :confused: (16 Replies)
Discussion started by: gnerd
16 Replies
Login or Register to Ask a Question