first step installing webserver goes wrong


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers first step installing webserver goes wrong
# 1  
Old 12-17-2010
first step installing webserver goes wrong

when installing apache 22 i get this error ...
can someone help me what to do ?
thx a lot !!

Code:
# make install clean
===>   apache-2.2.17_1 depends on file: /usr/local/bin/perl5.10.1 - found
===>   apache-2.2.17_1 depends on file: /usr/local/bin/autoconf-2.68 - found
===>   apache-2.2.17_1 depends on package: libtool>=2.2 - found
===>   apache-2.2.17_1 depends on shared library: expat.6 - found
===>   apache-2.2.17_1 depends on shared library: apr-1 - not found
===>    Verifying install for apr-1 in /usr/ports/devel/apr1
===>  Building for apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.10
cd /usr/ports/devel/apr1/work/apr-1.4.2; /usr/bin/env SHELL=/bin/sh NO_LINT=YES ACLOCAL=/usr/local/bin/aclocal-1.11 AUTOMAKE=/usr/local/bin/automake-1.11 AUTOMAKE_VERSION=111 AUTOCONF=/usr/local/bin/autoconf-2.68 AUTOHEADER=/usr/local/bin/autoheader-2.68 AUTOIFNAMES=/usr/local/bin/ifnames-2.68 AUTOM4TE=/usr/local/bin/autom4te-2.68 AUTORECONF=/usr/local/bin/autoreconf-2.68 AUTOSCAN=/usr/local/bin/autoscan-2.68 AUTOUPDATE=/usr/local/bin/autoupdate-2.68 AUTOCONF_VERSION=268 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 PREFIX=/usr/local  LOCALBASE=/usr/local X11BASE=/usr/local  MOTIFLIB="-L/usr/local/lib -lXm -lXp" LIBDIR="/usr/lib"  CC="cc" CPP="cpp" CXX="c++"  CFLAGS="-O2 -pipe -fno-strict-aliasing" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o root -g wheel -m 444" make
/bin/sh /usr/ports/devel/apr1/work/apr-1.4.2/libtool --silent --mode=compile cc -g -O2   -DHAVE_CONFIG_H    -I./include -I/usr/ports/devel/apr1/work/apr-1.4.2/include/arch/unix -I./include/arch/unix -I/usr/ports/devel/apr1/work/apr-1.4.2/include/arch/unix -I/usr/ports/devel/apr1/work/apr-1.4.2/include  -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
libtool: Version mismatch error.  This is libtool 2.2.10, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10


Last edited by DukeNuke2; 12-19-2010 at 02:04 PM..
# 2  
Old 12-17-2010
Very few systems are set up to properly build source code. You probably shouldn't be building apache from source. You should install it using your distribution's usual package manager.

What is your distribution?
# 3  
Old 12-17-2010
8.2 version
# 4  
Old 12-17-2010
version 8.2 of what?
# 5  
Old 12-17-2010
*BSD Smilie?

---------- Post updated 12-18-10 at 12:07 AM ---------- Previous update was 12-17-10 at 11:55 PM ----------

If it's FreeBSD, 8.2 is currently beta ...
# 6  
Old 12-17-2010
It's freebsd 8.1 Smilie

Last edited by radoulov; 12-18-2010 at 04:31 AM.. Reason: Moderate your language, please!
# 7  
Old 12-19-2010
Okay, so freebsd does appear to build most things after all, making you a rare exception to what I posted above. Smilie Another exception is gentoo. Are you using the ports system to install apache or trying to build it by hand?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Slowly Removing Bold Font Style - Step-by-Step

FYI, I'm slowly removing a lot of the bold font-styles from titles of discussions, forum titles, etc I'm not removing bold for the entire site because we do need bold from time to time, especially in posts and sometimes in other places. However, the original forum style had way too much... (3 Replies)
Discussion started by: Neo
3 Replies

2. Solaris

step step apache2 configuration doc

Hi Guys, does anyone know of a step by step guide on how configure apache2 web server in solaris 10? I will really appreciate it. Thanks a lot (1 Reply)
Discussion started by: cjashu
1 Replies

3. UNIX for Advanced & Expert Users

Test shell script step by step?

Hi to all, I don't know if someone has done sometime a MS Excel Macro, that allows us to press F8 over the code to see step by step, to mention something, how is running the code, which values take the variables, if some loop is executing correct or where a error occurs, and some other... (7 Replies)
Discussion started by: Ophiuchus
7 Replies

4. Linux

May you explain step by step where and how I will add pseudo code

Thank all of you. May you explain step by step where and how I will add pseudo code Note : I have Linux 2.6.24-26-server on x86_64 dears kindly help me (3 Replies)
Discussion started by: nonowa
3 Replies

5. UNIX for Dummies Questions & Answers

looking for step by step emacs c++ debug tutorial

Hello all i was searching the net for simple but effective tutorial to show me how debug c++ in emacs with not much luck. im not new to unix but new to emacs , i looking for tutorial that shows how to debug ( if possible ) c++ programs . LIike IDE suppose to , break points step in/out variable... (0 Replies)
Discussion started by: umen
0 Replies

6. Shell Programming and Scripting

works step by step on command line but not in script

Hi all, The following script is fine when I work via command line m=1 c=0 while do echo $m gnokii --getsms IN $m > out.txt; m=`expr $m + 1`; cat out.txt >> message_log; ############ read first crap< <(sed -n '/Text:/{n;p;}' out.txt); read message< <(sed -n '/Text:/{n;p;}'... (2 Replies)
Discussion started by: whamchaxed
2 Replies

7. UNIX for Dummies Questions & Answers

Step by step Installation of Unix SCO 2.1

I am new to unix and server at my job crashed due to hardware problem. I'm now opted to install sco unix on a new server - could anybody help me with the steps I need to take (pretty old machine) Thanks & Regards Nancy :( (0 Replies)
Discussion started by: nensee7
0 Replies
Login or Register to Ask a Question