I ran into the following problem when trying to configure mod_perl with
Apache and PHP:

> perl Makefile.PL ADD_MODULE="src/module.php3/libphp3.a"
Configure mod_perl with ../apache-1.3.9/src ? [y] 
Shall I build httpd in ../apache-1.3.9/src for you? [y] 
/^#\s+(\w{0,3}Module\s+.*src/: unmatched () in regexp at -e line 1.
Appending mod_perl to src/Configuration
[snip]

It is not critical... I was able to work around it, but I thought someone
may want to take a look at it. The problem is "around" the routine
"add_module" (in Makefile.PL).

Anyway, before I start really looking into this I thought I would send out
a message and see if I am doing something stupid... or maybe someone else
has seen (and fixed?) this...

If you need more data on my configuration (of perl, apache, solaris, etc.)
or just in general what I am trying to do, just let me know.

The following may be of interest:

> uname -a
SunOS blah 5.7 Generic sun4u sparc SUNW,Ultra-5_10

> perl -V
Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
  Platform:
    osname=solaris, osvers=2.7, archname=sun4-solaris
    uname='sunos dublin.hq.netapp.com 5.7 generic sun4u sparc
sunw,ultra-5_10 '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='gcc', optimize='-O', gccversion=2.8.1
    cppflags=''
    ccflags =''
    stdchar='char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =''
    libpth=/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldl -lm -lc -lcrypt
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G'


Characteristics of this binary (from libperl): 
  Built under solaris
  Compiled at Jul 12 1999 19:53:08
  @INC:
    /usr/local/packages/perl/5.005_03/lib/5.00503/sun4-solaris
    /usr/local/packages/perl/5.005_03/lib/5.00503
    /usr/local/packages/perl/5.005_03/lib/site_perl/5.005/sun4-solaris
    /usr/local/packages/perl/5.005_03/lib/site_perl/5.005
    .



TIA...

Craig.

Reply via email to