php-install Digest 21 Feb 2003 06:40:44 - Issue 1256
Topics (messages 10113 through 10134):
Re: Need libzzip-0.so.10 for php-4.3.1-rbt.rh8.1.i386.rpm Install]
10113 by: Mitch Pirtle
Re: php 4.3 + bundled gd2 + freetype 2.1.3
10114 by: Felix Natter
Re: --with-mysql= compile
Making sure that you include /usr/xpg4/bin at the
_beginning_ of the PATH, will ensure that xpg4 sed is used,
which works.
Brian
==
On Thu, Feb 20, 2003 at 03:37:54PM -0500, [EMAIL PROTECTED] wrote:
>
> i'd be curious if
I have installed it the ISAPI module way .. but i dont know which module it
cant find ? i have test page with this string: Hello
World"; ?>
but i still get this error: "The specified module could not be found".
I have tried for like 3 days now .. and now i dont have no more clues so i
need some hel
Hi list!
I've been trying to install php 4.3.1 on Solaris 8, at the configure time, it
displays :
checking for Apache 1.x module support via DSO through APXS...
Sorry, I was not able to successfully run APXS. Possible reasons:
1. Perl is not installed;
2. Apache was not compiled with DSO s
Dear List Friends:
A question regarding php (4.3), Apache (2.0.44) and mod_dav:
We have the above setup working AOK using Apache 2¹s filtering¹
mechanism to handle php processing (we¹ve been talking about this elsewhere
on this list)
Commands in http.conf are:
SetOutputFilter php
Se
i'd be curious if you are still using the old(or another bad) sed. if you
run a 'which sed' at the command line...do you get the install you're
looking for? i installed a new version from sunfreeware.com and it solved
the problem immediately.
HTH
jeff
I am having the same issue and the sed switch has not resolved the
issue. I am unable to determine why the buffer length for the command is
not large enough.
Brian C. Hill wrote:
/usr/bin/sed is busted.
set your PATH to include /usr/xpg4/bin
PATH=/usr/xpg4/bin:$PATH
and start over
Brian
Hi Moroni,
I had this problem and worked on it for quite a while. The only
way I could get it to compile and run was to leave off the --with-libz
configure option. It 'runs' now, but I still can't squirrelmail to
work. I haven't tested php by itself to see if it really works,
thoug
Hello Everybody,
I want to run PHP 4.1.1 as CGI in Apache 1.22 on Suse Linux 7.0
I have installed the Apache Server an PHP with the commands ./configure,
make and make install. But all without prarmeters.
Can somebody tell me how I must configure httpd.conf so that PHP works?
The Apache Webserver
Trying to get 4.3.x to compile.. 4.3.0 doesn't work either.. I can only get
4.2.3 to compile properly.Help would be appreciated.
run configure with the following options:
./configure --with-mysql --with-xml --enable-track-vars --with-apxs=/usr/loc
al/apache/bin/apxs --enable-versioning --ena
I am trying to install php-4.3.1 on a FreeBSD 4.5-STABLE system. The
configuration and compilation works just fine...
but when I run make install all hell breaks loose...
this is the result...
server# make install
Installing PHP CLI binary:/usr/local/bin/
Installing PHP SAPI module
[activ
Has anyone used this option for compiling PHP with custom ODBC drivers.
I am trying to use a Teradata ODBC driver and have not had any luck
using iODBC.
--with-custom-odbc[=DIR]
Include a user defined ODBC support.
The DIR is ODBC install base directory, which
Installing as CGI means you get a separate php interpreter (php.exe I
think on windows), so you can run php programs without going through
the web or needing apache or another web server. A significant downside
to this is that php programs which _are_ called via the web server will
be slower si
Hi,
I am trying to get php version 4.3.0 to work with sybase. I am using
Apache 2.0 on Win NT 4.0, service pack 6. I have been able to get PHP to
work with the server, but not with Sybase. When I bring the server up, I
get this message:
PHP Warning: Unknown(): Unable to load dynamic library
GD is part of PHP 4.3.x. If you can snag an RPM for RedHat (Check
RPMFind.net), that will most likely be the simplest way to upgrade your PHP.
You can do this all via command line, as well, though I am not terribly
knowledgeable about command-line RPMing, to guide you through which options
you sho
Are you using the 'default' setup from Red Hat (ie. RPMS)? If so, I
(also using RH 7.2 ... completely modified at this point) found it
easier to rip everything out (PHP, apache, SSL, mysql, etc) and install
everything by hand (via source). Although it took me a while (hacking
at it now and again)
Hi !!!
I have a server working with Apache 1.3.19 and PHP 4.0.6 in Linux RedHat 7.2
I can access the server by Telnet only, coz I'm in Argentina and the server
is in USA...
I don't know too much about installing, or upgrading software under linux,
but I need to upgrade my PHP and cannot make any mi
I'm trying to install php 4.3.0 on an HP-UX box where we already have
postgres running. Running 'configure --with-postgres=/pgsql
--with-apxs=/usr/local/apache/bin/apxs' seems to run fine, but when I
run gmake I get the following:
--snip--
/bin/sh libtool --silent --mode=compile gcc -Iext/pgs
Hello All,
I already have php-4.0.4pl1-9 installed.
It did not have curl. So i installed curl-7.10.3-1
The curl help page at
http://www.php.net/manual/en/ref.curl.php
mentions about libcurl.a file. But there is no such
file after installing curl. Neither there is any
easy.h and curl.h. There are:
[EMAIL PROTECTED] (Stephen) writes:
> Hr. This lets php compile but apache still breaks with similar errors.
> Anyone else having this prob?
>
>
> Stephen
>
> Quoting Stephen <[EMAIL PROTECTED]>:
>
> > Ummm, duh!
> > To prevent this error use --disable-cli with ./configure
> >
> >
> > Re
[EMAIL PROTECTED] (Stephen) writes:
> Hr. This lets php compile but apache still breaks with similar errors.
> Anyone else having this prob?
Yes, I've got this problem, too. Didn't find a solution yet, sorry.
--
Felix Natter
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe
[EMAIL PROTECTED] (Felix Natter) writes:
> hi,
>
> I get these errors when trying to compile php 4.3.0 with the
> included gd and freetype 2.1.3 (I also tried 2.0.2 and 2.1.2):
>
> /bin/sh libtool --silent --mode=compile gcc -I/root/php-4.3.0/ext/gd/libgd
>-DHAVE_LIBPNG -DHAVE_LIBFREETYPE -Iext
Argh! Dadgum graphical MUAs! That's it, I'm going back to PINE.
(resending to list)
-Forwarded Message-
From: Mitch Pirtle <[EMAIL PROTECTED]>
To: Pete Mackie <[EMAIL PROTECTED]>
Subject: Re: Need libzzip-0.so.10 for php-4.3.1-rbt.rh8.1.i386.rpm Install
Date: 20 Feb 2003 10:51:29 +010
php-install Digest 20 Feb 2003 10:19:10 - Issue 1255
Topics (messages 10102 through 10112):
php apache in windows nt
10102 by: Angelo Marcos Rigo
Need libzzip-0.so.10 for php-4.3.1-rbt.rh8.1.i386.rpm Install
10103 by: Pete Mackie
fail to compile php 4.3.0
10104 by:
On Wed, 2003-02-19 at 16:44, Pedro Román Vela wrote:
> Hi everyone,
> I have successfully installed and configured the latest php (4.3.1) to work
> with the latest Apche (2.0.44).
Apche 2.0.44? What a strange name. I wonder if it includes
mod_speling? Probably not... ;^P
> It seems to be wo
25 matches
Mail list logo