Hi!

On Mon, Jan 27, 2003 at 02:03:12PM +0100, [EMAIL PROTECTED] wrote:

> I've got some problems compiling mod_perl together with PHP.

So, after reading some docs, I solved them myself.

For the archives:

> ./configure --prefix=/usr/local/etc/httpd \
>      --activate-module=src/modules/perl/libperl.a \
>      --activate-module=src/modules/php4/libphp4.a
> 
> There is neither libperl.a nor libphp4.a in the corresponding dirs.

Those files are not expected to be there. They are generated during
compilation.

I found this tip in some PHP instalation guide.

(When I initially tried to install PHP & mod_perl, I did some other mistake.
I started investigating, noticed the "missing" files, and thought that this
is the problem. But I've been on the wrong track...)

I'll send a doc-patch later to the doc-dev list.

-- 
#!/usr/bin/perl                               http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

Reply via email to