You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lee Fellows <lf...@4lane.com> on 2002/06/05 20:00:07 UTC

[OT]Re: Make Apache error

  I dug into this more.  I was wrong about the need to upgrade Perl.
  It is true that putting the installation directory of Perl 5.6.1 first
  resulted in a good build.  But the cause seems to be that in moving
  the newer Perl installation into the PATH earlier, I also changed
  some other (as yet unidentified) tool that affected the build environment.

  My Perl 5.6.1 is installed in /usr/local/bin, along with gcc and
  the GNU binutils.  I suspect the success of the build was due to
  binutils or some other package I have in /usr/local/bin.  I attempted
  to rebuild apache 2.0.36 with Perl 5.005003 first in the PATH, with
  /usr/local/bin falling to the end of the PATH.  I got the same error,
  pcre failed due to pcre_default_tables being undefined.  I compared
  srclib/pcre/dftables.c with the same file in a good build.  
  No difference.  I then ran ./dftables on both machines: same output
  from each.  Yet on the machine the build failed, srclib/pcre/chartables.c
  was a 0-byte file.  I manually ran './dftables > chartables.c' and
  then invoked make again.  The build finished successfully.

  What puzzles me is that the command to create chartables.c is exactly
  what I ran from the command line.  Why the make process failed, yet
  a manual run of the command worked, doesn't make sense.

  Ideas, anyone?




On Wed, 2002-06-05 at 11:13, Qingjuan Gu wrote:
> 
> 
> ---------- Original Message ----------------------------------
> From: Lee Fellows <lf...@4lane.com>
> Reply-To: users@httpd.apache.org
> Thank you very much for your reply.
> 
> My perl version is Perl 5.005003.
> 
> Do I have to update my perl or do you have other ways to fix it?
> 
> Thank you very much
> 
> Grace
> 
> Date:  05 Jun 2002 11:00:43 -0400
> 
> >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
> >
> >
> 
> ---------------------------------------------------------------------
> 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


re: apache 2.0.36, sunos 4.1.4, configure dies

Posted by "John E. Mendenhall" <je...@electriciti.com>.
Apache Users,

I am attempting to upgrade one of my old Apache installations to the
newest version, 2.0.36.  I am using version 2.7.2.3 of gcc to compile it.
I am running on an old machine, old OS sunos 4.1.4.  However, it doesn't
even appear to get that far.  Here is the output I see:

  % date ; ./configure --help --verbose ; date
  Tue Jun  4 12:42:08 PDT 2002
  ./configure: /tmp/sh14500: No such file or directory
  ./configure: /tmp/sh14501: No such file or directory
  ./configure: /tmp/sh14502: No such file or directory
  ./configure: /tmp/sh14503: No such file or directory
  Tue Jun  4 12:45:09 PDT 2002

As you can see, this runs for about 3 minutes, then spits out these
errors.  All I am trying to do is run the help.  This is an old machine,
so I don't mind the time.  All it appears to do is create the
configure.lineno file, and then die.

Thanks in advance for any thoughts, ideas, etc.

JohnM

## John Mendenhall
## jem@electriciti.com
## Senior Network/Systems Administrator



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