php-install Digest 20 Jun 2001 01:31:53 -0000 Issue 326

Topics (messages 3295 through 3298):

PHP on webstar
        3295 by: Andreas

Installation Problem...Please help!
        3296 by: Billing Department

Installation sur Red Hat Linux 5.2
        3297 by: Andre LAGADEC

Problem with running apache with php4
        3298 by: Adrian Grygier

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


Can anybody tell me how to install php on Webstar on the Mac? Couldn't find
any help to it on the php-website or on the webstar-website. What download
do I have to use? Can I use one of the two binary forms of php that are
available?

Thanks!






When I run the configure script, everything works fine on my copy of PHP
4.0.5... I'm trying to set it up as a static module for Apache 1.3.20.

When the configure script finishes, I go to run 'make' like it says to do,
and I get the following messages:

ns1: {2} % make
"/home/rickyc/apache/php-4.0.5/build/rules.mk", line 20: Need an operator
"/home/rickyc/apache/php-4.0.5/build/rules.mk", line 63: Need an operator
Fatal errors encountered -- cannot continue

I am trying to compile this on a BSDI/OS 2.0 system, and somebody suggested
to download a copy of GNU Make and install that, but that was giving me
troubles as well. I'm able to compile the latest version of Apache
flawlessly on this system, so I don't think it's the compiler.

I also tried doing this on a fresh new Slackware 7.1 installation and got
similar results. PHP just would not compile for some reason.  It didn't give
me the same messages, but it still would not compile.

Does anybody have any ideas or suggestions on this?  This is really getting
frustrating. I've tried for the last 2.5 days, on the 3 different machines,
and no luck getting PHP to compile.  Help!

Ricky





Hello,

I try to install PHP3 or PHP4 on a Linux Red Hat 5.2 box. I use these
options during the configuration
--with-apxs=/usr/sbin/apxs --with-mysql

First, I have Apache and Mysql in RPM, apache-1.3.3
Mysql-3.22.29, but during the make with PHP3, apxs failed

After some try, I understand that I had to use a more recent version
of apache. I have installed Apache-1.3.20 with these options :
--prefix=/usr/local/apache --enable-module=most
--enable-shared=max
and PHP  --with-apxs=/usr/local/apache/bin/apxs
         --with-config-file-path=/usr/local/apache
          --with-mysql

No problem during 'make' and 'make install', but when I want to start
http, I get these error message :
Cannot load /usr/local/apache/libexec/libphp3.so into server:
/usr/local/apache/libexec/libphp3.so: undefined symbol: open64

I try to compile PHP without mysql option and in this case Apache and 
PHP work.

I think the problem is with Mysql, and I decided to uninstall RPM of
Mysql and install mysql-3.22.27-pc-linux-gnu-i686.tar.gz
But when I compile PHP using this option --with-mysql=/usr/local/mysql
I always get the same error message.

Did someone get the same problem ?
Did it work, if I compile the source of Mysql on my computer ?
Or there is an other solution ?

Thanks for your help ?




Hi
I got problem with php4.0.4pl1 and 4.0.5. My configuration line is:
./configure --prefix=/usr/local/php --with-apxs --with-pgsql
--with-mysql=/usr --with-gettext --enable-ftp --with-imap --with-gd=/usr
--enable-track-vars --enable-force-cgi-redirect

When I have start my apache (ver 1.3.20) it display following error:
Syntax error on line 242 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server:
/usr/lib/apache/libphp4.so: undefined symbol: RAND_seed

Whats wrong. How can I solved this problem????

Please answer me.



Reply via email to