Hi,
I can't install PHP 4.0.0 on my i386 Red Hat 6.2 (kernel 2.4.1), with Apache 1.3.12 and MySQL 3.22.32
The debug.log (see the whole log in attachment) says following:
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned exit 1 status
Any idea what might be the problem? I tried reinst
I'm trying to compile PHP 4.0.4 pl1 on a Sun Solaris 2.7 platform to use with iPlanet
Web Server 4.1.
To configure, I run:
configure --with-mysql=/usr/local/mysql --with-nsapi=/usr2/netscape/server/
--enable-track-vars --enable-libgcc
I then run make, and immediately get the following output:
Hi,
I've had the same problem und found quite a few similar questions but no
answers in the archive. I even sent a mail to this list; but still no
reply!
So I started worrying some of my Unix friends until one of them came up
with a solution.
It appears that the options have been change
I am running UnixWare7 v7.1.1, Apache 1.3.14 and trying to add PHP
4.0.4pl1. A static build using the following options works great:
Apache:
./configure --prefix=/usr/local/apache \
--activate-module=src/modules/php4/libphp4.a
PHP:
./configure --with-apache=../../apache/apache_1.3.14 \
There is a runtime function dl which allows you to load a shared object,
check out
http://www.php.net/manual/en/function.dl.php
Mike
-Original Message-
From: Timothy Aslat [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 26, 2001 11:18 PM
To: php-install list
Subject: [PHP-INST] Linkin
Have a look to http://benoit.noss.free.fr/php/install-php4.html
regards
alfred
James Hallam wrote:
>
> I'm a web developer doing some research for my company.. We've got a very
> particular set-up here to handle our databases - Netscape-Enterprise/3.6 SP2
> running on NT 3.51 - and I am pus