Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Aug 08, 2003 3:09 am 
Offline
Senior Newbie

Joined: Sun Jun 29, 2003 9:09 pm
Posts: 18
After running

# tar xvzf apache_1.3.28.tar.gz

I then run

./configure --with-layout=Cygwin \
--enable-module=most \
--enable-shared=max

and get the error:

======== Error Output for sanity check ========
cd ..; gcc -DLINUX=22 -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite
`./apaci` -o helpers/dummy helpers/dummy.c -lm
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
make: *** [dummy] Error 1
============= End of Error Report =============
Aborting!

I'm using the debian distro, so I had to install gcc, cpp, binutils and make using apt-get. Do I need to install something else to make this work? Any clues? Thanks.

(Iknow, I could just install apache using apt-get too, but I'm trying to do it the hard way in order to learn something.)


Top
   
PostPosted: Fri Aug 08, 2003 9:09 am 
Offline
Senior Member

Joined: Sat Jun 28, 2003 12:02 am
Posts: 66
Website: http://kenny.aust.in
OrionXI wrote:
After running

======== Error Output for sanity check ========
cd ..; gcc -DLINUX=22 -DNO_DBM_REWRITEMAP -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite
`./apaci` -o helpers/dummy helpers/dummy.c -lm
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
make: *** [dummy] Error 1
============= End of Error Report =============
Aborting!


Google it! http://www.google.com/search?q=apache+crt1.o
2nd result is: http://www.luni.org/pipermail/luni/2002 ... 08594.html
which says "Try apt-get installing libc6-dev, or better yet, "apt-get install build-essential ; apt-get build-dep apache""

Kenny


Top
   
 Post subject:
PostPosted: Fri Aug 08, 2003 4:57 pm 
Offline
Senior Newbie

Joined: Sun Jun 29, 2003 9:09 pm
Posts: 18
It worked. Thanks.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group