You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Vicki Brown <vl...@cfcl.com> on 2003/02/09 04:25:12 UTC

[users@httpd] Much frustration trying to build Apache w/ mod_perl

On FreeSD 4.7, mod_perl 1.27, Apache 1.3.27

I ran:
 configure \
                --server-uid=www \
                --server-gid=www \
                --with-perl=/usr/bin/perl \
                --with-layout=Apache \
                --enable-module=most \
                --enable-shared=max \
                --enable-module=auth_db \
                --enable-module=mmap_static \
                --activate-module=src/modules/perl/libperl.a \
                --disable-module=auth_dbm \
                --disable-rule=EXPAT


I may have things wrong with the shared libraries. My instructions for the
package I ultimately want to run tell me to build mod_perl in statically, not
as a DSO.

The configure worked except I got a complaint:
        Note (probably harmless): No library found for -lbind

Suggestions for solving this will be appreciated.


The make ran to here:

   gcc -c -I../.. -I/usr/local/lib/perl5/5.6.1/i386-freebsd/CORE
   -I../../os/unix -I../../include   -funsigned-char -DMOD_PERL
   -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include
   `../../apaci` -fpic -DSHARED_MODULE mod_auth_db.c && mv mod_auth_db.o
   mod_auth_db.lo

   mod_auth_db.c: In function `get_db_pw':
   mod_auth_db.c:175: warning: passing arg 2 of pointer to function from
     incompatible pointer type
   mod_auth_db.c:175: warning: passing arg 4 of pointer to function makes
     pointer from integer without a cast
   mod_auth_db.c:175: too few arguments to function
   *** Error code 1

   Stop in /ad4/ENV/common/src/WWW/apache_1.3.27/src/modules/standard.


Suggestions welcomed.

Please do me the courtesy of Cc:ing me directly on any reply so that I get
your response in a timely manner. Thank you.
-- 
- Vicki

Vicki Brown     ZZZ                  Journeyman Sourceror:
P.O. Box 1269      zz  |\     _,,,---,,_        Scripts & Philtres
San Bruno, CA       zz /,`.-'`'    -.  ;-;;,_    Perl, Unix, MacOS
94066     USA         |,4-  ) )-,_. ,\ ( `'-'
mailto:vlb@cfcl.com  '---''(_/--'  `-'\_)  http://www.cfcl.com/~vlb

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org