I posted the full output of make earlier in this thread, as well as the
configure command i'm using, what are you looking for? The ./configure
output lines that reference libxml say nothing out of the ordinary.
paul
On 2/25/06, Richard Lynch <[EMAIL PROTECTED]> wrote:
>
> On Sat, February 25,
On Sat, February 25, 2006 4:08 pm, Paul Reinheimer wrote:
> './configure' '--with-mysql=/usr/local/mysql'
> '--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png'
> '--with-zlib-dir=/root/zlib-1.2.2' '--enable-gd-native-ttf'
> '--with-ttf' '--with-jpeg-dir=/usr/local/lib/jpeg-6b/'
> '--with-fre
Thanks,
I've subscribed to and posted to the instalation list. I'm going to
try and stay off internals@ if I have a choice.
thanks
paul
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 2/26/06, Paul Reinheimer <[EMAIL PROTECTED]> wrote:
> Hi, I'm trying to compile PHP 5.1.2.
> My ./configure is:
>
> './configure' '--with-mysql=/usr/local/mysql'
> '--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png'
> '--with-zlib-dir=/root/zlib-1.2.2' '--enable-gd-native-ttf'
> '--with-t
I was reading http://bugs.php.net/bug.php?id=24774 where someone
mentioned to someone else getting this error that they should do a
'ldd libphp4.so' so I did and I noticed that libphp4.so is pointing
to some old libraries. Here is the output:
ldd libphp4.so:
libcrypt.so.1 => /lib/libcrypt.so.1 (0x
I re-installed openssl 0.9.7d to /usr/local/ssl and changed my
./configure to --with-openssl=/usr/local/ssl and now I can make
install w/o errors, but when apache tries loading libphp4.so, I am
getting the following error:
Syntax error on line 264 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Mike,
On Tuesday 20 Apr 2004 20:46, Mike Ryerse wrote:
> Hi, I've been racking my brain on this for quite a while now. Any
> help at all is much appreciated (I might start going bald early at
> this rate of frustration!)
> When I compile php, .
On Friday 22 March 2002 00:29, Richard Fox wrote:
> When I try to configure PHP 4.1.1 I get the following error:
> configure: error: Cannot find header files under /usr/include/mysql
>
> The command line I'm using to configure:
>
> ./configure --with-mysql=/usr/include/mysql
./configure --wi
On Thu, 2001-09-27 at 10:56, Alberto wrote:
> /usr/bin/ld: cannot find -lpq
this is the PostgreSQL client library. It is needed when you configure
with "--with-pgsql". If you don't need PostgreSQL Support remove it,
otherwise you have to install a package named sth like postgres-client
and postgre
9 matches
Mail list logo