Re: [PHP-INST] Apache Make

2002-03-19 Thread Kai Schaetzl
Your message of Tue, 19 Mar 2002 10:26:10 -0500: > my_compress.o(.text+0x13a): undefined reference to `compress' > I think you have to configure "--with-zlib", has been mentioned several times on this list in the recent past. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Int

RE: [PHP-INST] Apache Make

2002-03-19 Thread Neil Lincoln
Yes we need several tools to help see what is going on with the system. -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 9:43 AM To: Andrews, Max Cc: '[EMAIL PROTECTED]' Subject: Re: [PHP-INST] Apache Make Add --with-zlib

Re: [PHP-INST] Apache Make

2002-03-19 Thread Rasmus Lerdorf
Add --with-zlib to the PHP configure line On Tue, 19 Mar 2002, Andrews, Max wrote: > Having problems compiling httpd with php4 module activated. I am using PHP > 4.1.2, Apache 1.3.22 and MySQL 3.23.49a on Linux Red Hat 6.0. > > Error reads, > -o httpd buildmark.o modules.o modules/standard

[PHP-INST] Apache Make

2002-03-19 Thread Andrews, Max
Having problems compiling httpd with php4 module activated. I am using PHP 4.1.2, Apache 1.3.22 and MySQL 3.23.49a on Linux Red Hat 6.0. Error reads, -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/php4/libphp4.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-li

Re: [PHP-INST] apache make falure solved

2002-03-13 Thread James Austin
So simple, but true. I just followed the instructions exactly and didn't look to see if libphp4.a was actually there. It was created on the fly by Apache. Thanks very much to Chad and Jurgen for the help. jim Jürgen Schoch wrote: > > Hi James, > maybe it's a typo: > in php configure you u

[PHP-INST] apache make falure with php module

2002-03-11 Thread James Austin
Hello, It has been days and many attempts to install PHP on Linux RedHat 7.1. I've tried RPMs and compiles to no avail. Can please someone help? Here is the latest documentation steps I've tried: cd apache_1.3.23 ./configure cd ../php-4.1.2 ./configure --with-mysql --with-apache=../apache_.1