Maybe you should send this question to the PHP list at [EMAIL PROTECTED]

Michael

Brad Bonkoski wrote:

> Hello...
>
> I am still looking for help!  I am trying to build apache with mod_perl
> and PHP.  I can successfully build with either or, but when  try to
> build with both I run into problems.  The problems are when I try to
> build the modules (mod_perl and php) they both go into apache's
> configuration file and rewrite is so which ever module I compile second
> shows up and the other gets erased.  Or sometimes when I run the line
> such as:
> from the /usr/src/apache1.3.9 directory:
> ./confiure --prefix=/www --activate-module=src/modules/php4/libmodphp.a
> --activate-module=src/modules/perl/libperl.a
> then 'make'
> I get linker errors from the php part because it cannot find certain
> called functions in the php script.  I know it is not in the way I buil
> php because I have built that many times beofre independant of mod_perl
> and I get no problems as all.  There must be some special way to build
> both such as manually putting one of these modules into the
> configuration file, and if so what file does apache use and what is the
> syntax.
>
> any help and/or suggestions would be appreciated.
>
> thanks
> --BB

Reply via email to