Dear List,

I am desperately trying to get my Apache 1.3.12/SSL to compile with PHP
4.0.4 and GD 1.8.3.

Apache and SSL is no problem, but I can't find out how bring PHP and GD in.
--------------------------------------------------------------------
If I try to compile PHP into Apache I configure:
./configure --with-exec-dir=/usr/lib/apache/bin --with-gd
--with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr
--with-mysql=/usr/local/mysql

And then I try to compile Apache with:
./configure --with-layout=Apache --enable-module=rewrite
--enable-module=unique_id --activate-module=src/modules/php4/libphp4.a

But then Apache complains about missing all undefined references of every
GD-command in PHP.
--------------------------------------------------------------------
Next I tried to do the DSO Version with:
./configure --with-apxs=/usr/sbin/apxs --with-exec-dir=/usr/lib/apache/bin
--with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr
--with-mysql=/usr/local/mysql

for PHP and this for Apache:
./configure --with-layout=Apache --enable-module=rewrite
--enable-module=unique_id --enable-module=so

But after putting the "AddModule .... libphp4.so" line into the httpd.conf
the httpsdctl complains: "libphp4.so is garbled, maybe no DSO?"

Any kind of help is very much appreciated.


Tino

www.interpool.de


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to