You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Qingjuan Gu <qi...@wistar.upenn.edu> on 2002/06/05 16:21:09 UTC

Make Apache error

Hello, 

Iam install apache 2.0.36 with php-4.0.6 on Tru64. Here is my installation process:

# ./configure --prefix=/db4/usr/local --enable-module=so
(it is ok)
# make

But there is some error message:
/Loader:Fatal Error: Cannot map library libgcc_s.so.1
Then I copy the libgcc_s.so.1 into the current directory:
cp /usr/local/gcc-3.0.4/lib/libgcc_s.so.1 .


And then I 'make' again: there is another error message:
# make
Making all in srclib
Making all in apr
Making all in strings
Making all in passwd
Making all in tables
Making all in file_io/unix
Making all in network_io/unix
Making all in threadproc/unix
Making all in misc/unix
Making all in locks/unix
Making all in time/unix
Making all in mmap/unix
Making all in shmem/unix
Making all in i18n/unix
Making all in user/unix
Making all in memory/unix
Making all in atomic/unix
Making all in dso/unix
Making all in apr-util
Making all in buckets
Making all in crypto
Making all in dbm
Making all in sdbm
Making all in .
Making all in encoding
Making all in hooks
Making all in ldap
Making all in uri
Making all in xml
Making all in expat
Making all in misc
Making all in pcre
/bin/ksh /usr3/users/qgu/download/httpd-2.0.36/srclib/apr/libtool --silent --mode=compile gcc  -g -O2 -pthread
   -DOSF1 -DAP_HAVE_DESIGNATED_INITIALIZER   -I. -I/usr3/users/qgu/download/httpd-2.0.36/os/unix -I/usr3/users/
qgu/download/httpd-2.0.36/server/mpm/prefork -I/usr3/users/qgu/download/httpd-2.0.36/modules/http -I/usr3/users
/qgu/download/httpd-2.0.36/modules/proxy -I/usr3/users/qgu/download/httpd-2.0.36/include -I/usr3/users/qgu/down
load/httpd-2.0.36/srclib/apr/include -I/usr3/users/qgu/download/httpd-2.0.36/srclib/apr-util/include -I/usr3/us
ers/qgu/download/httpd-2.0.36/modules/dav/main -I/usr3/users/qgu/download/httpd-2.0.36/srclib/apr-util/xml/expa
t/lib -prefer-non-pic -static -c pcre.c && touch pcre.lo
pcre.c: In function `pcre_compile':
pcre.c:2534: `pcre_default_tables' undeclared (first use in this function)
pcre.c:2534: (Each undeclared identifier is reported only once
pcre.c:2534: for each function it appears in.)
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
# 


Does anybody have this experience and give some suggestion?

Thank you very much.

Grace







---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Make Apache error

Posted by Lee Fellows <lf...@4lane.com>.
What version of perl do you have installed?  (The version first in your
PATH environment variable, if you have multiple versions installed)

I have had success with Perl 5.6.1, but it failed with Perl 5.5003.

On Wed, 2002-06-05 at 10:21, Qingjuan Gu wrote:
> Hello, 
> 
> Iam install apache 2.0.36 with php-4.0.6 on Tru64. Here is my installation process:
> 
> # ./configure --prefix=/db4/usr/local --enable-module=so
> (it is ok)
> # make
> 
> But there is some error message:
> /Loader:Fatal Error: Cannot map library libgcc_s.so.1
> Then I copy the libgcc_s.so.1 into the current directory:
> cp /usr/local/gcc-3.0.4/lib/libgcc_s.so.1 .
> 
> 
> And then I 'make' again: there is another error message:
> # make
> Making all in srclib
> Making all in apr
> Making all in strings
> Making all in passwd
> Making all in tables
> Making all in file_io/unix
> Making all in network_io/unix
> Making all in threadproc/unix
> Making all in misc/unix
> Making all in locks/unix
> Making all in time/unix
> Making all in mmap/unix
> Making all in shmem/unix
> Making all in i18n/unix
> Making all in user/unix
> Making all in memory/unix
> Making all in atomic/unix
> Making all in dso/unix
> Making all in apr-util
> Making all in buckets
> Making all in crypto
> Making all in dbm
> Making all in sdbm
> Making all in .
> Making all in encoding
> Making all in hooks
> Making all in ldap
> Making all in uri
> Making all in xml
> Making all in expat
> Making all in misc
> Making all in pcre
> /bin/ksh /usr3/users/qgu/download/httpd-2.0.36/srclib/apr/libtool --silent --mode=compile gcc  -g -O2 -pthread
>    -DOSF1 -DAP_HAVE_DESIGNATED_INITIALIZER   -I. -I/usr3/users/qgu/download/httpd-2.0.36/os/unix -I/usr3/users/
> qgu/download/httpd-2.0.36/server/mpm/prefork -I/usr3/users/qgu/download/httpd-2.0.36/modules/http -I/usr3/users
> /qgu/download/httpd-2.0.36/modules/proxy -I/usr3/users/qgu/download/httpd-2.0.36/include -I/usr3/users/qgu/down
> load/httpd-2.0.36/srclib/apr/include -I/usr3/users/qgu/download/httpd-2.0.36/srclib/apr-util/include -I/usr3/us
> ers/qgu/download/httpd-2.0.36/modules/dav/main -I/usr3/users/qgu/download/httpd-2.0.36/srclib/apr-util/xml/expa
> t/lib -prefer-non-pic -static -c pcre.c && touch pcre.lo
> pcre.c: In function `pcre_compile':
> pcre.c:2534: `pcre_default_tables' undeclared (first use in this function)
> pcre.c:2534: (Each undeclared identifier is reported only once
> pcre.c:2534: for each function it appears in.)
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
> # 
> 
> 
> Does anybody have this experience and give some suggestion?
> 
> Thank you very much.
> 
> Grace
> 
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org