Scott Ecker wrote:
> Hi,
>
> I am using QMAIL (with sendmail wrappers installed, tested, and confirmed),
> and I still can't use the mail() function.I get the following error:
> "Warning: mail() is not supported in this PHP build". I have built the
> source from scratch with the following c
I/m trying out php programming and wish to set up php to run on my local workstation
which is running on WIn 98 and PWS.
I have set up php in the workstation and have test using php.exe -1. It seems to run
normally. I'm trying to run a php script on my local browser but cannot get the
result
Erik Wheeler wrote:
> Hello all:
>
> I configured and installed PHP (as a static Apache module) on my Redhat
> 7.1 system, using RPM source. I did a 'configure' and 'make', and then
> installed the PHP and Apache RPMs.
>
> Everything seems to be working, except for a few options. I configured
Tek wrote:
> Hi,
> A rather long message, but I would like you to give me y our feedback
> on what I should do to make this installation going? Basically, I am trying
> to configure PHP with mysql which I have installed in /usr/local/mysql
> (running fine) and apache src in the directory spe
Hi,
I am running Apache 1.3.22 on Linux/RedHat6.2 Recently I am trying
to install PHP.4.0.6. I finally got it to work on one server. The
other still has a problem. When I try to start httpd (apachectl start)
I get the msg:
Cannot load /usr/local/apache/libexec/libphp4.so into server:
Hi Markus,
Did you get a solution to your problem? I am experiencing the same
problem w/ RedHat6.2 Please advise if you found a solution. Thanks.
Markus Eppler wrote:
> Hello
>
> i have a big problem to install the php4 on my linux SuSe 7.3 OS
>
> at first my message errors:
>
> Syntax er
After building mysql and apache with DSO support, I've tried to build
PHP4.0.6 as a DSO module and have gotten as far as getting it installed. My
problem now is this error message listed below. Has anyone seen this or
know how to fix this problem??
893 % ../bin/apachectl configtest
/usr/lib/dl
I'll be more clear. The ./configure and compile output of PHP both confirm
that sendmail (wrapper) was detected. Other programs that rely on the
sendmail wrapper being present in /usr/lib and /usr/sbin work fine
(majordomo for instance). Either the wrapper is flawed, or there is
something else
php-install Digest 7 Dec 2001 15:32:00 - Issue 591
Topics (messages 5225 through 5233):
Re: adding imap support after inital install
5225 by: Chris
Re: Warning: mail() is not supported in this PHP build
5226 by: Yasuo Ohgaki
5233 by: Scott Ecker
Can't see php scrip
Hello Keith-
I am forwarding to you instructions I received from HP on how to build PHP on HPUX 11
Note the change to the libtool hack...
##
INSTALL_php_on_HP_apache.txt
---
Installat
In earlier releases of SuSe (6.4,7.0) I had luck with the following
procedure:
1) Install the php4 rpm as it came from the SuSE CD's (or other medium)
2) Build my own PHP (without make install)
3) replace libphp4.so
4) restart Apache
Hope that helps.
-Stathis.
--
PHP Install Mailing List (htt
Thanks for the help. That took care of the original problem, but now it is
doing the following:
1130 % /opt/apache/bin/apachectl configtest
/usr/lib/dld.sl: Unresolved symbol: compress (code) from
/opt/mysql/lib/mysql/l
ibmysqlclient.sl.10
/usr/lib/dld.sl: Unresolved symbol: uncompress (code)
Keith-
I do not use HP's ANSI C compiler. I have had the most luck using GNU C (gcc)
compiler, available as a depot file for HPUX 11 at the HP Porting Achive:
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.0.1/
Also, while we don't use MySQL here, I have heard there can be a problem when MySQ
I've tried gcc and found that with HP-UX 11.11, it works sometimes whereas
the HP products usually always work.
Anyway, here is how I configure PHP
./configure --with-apxs=/opt/apache/bin/apxs --enable-versioning --enable-t
ra
ck-vars --with-mysql=/opt/mysql
I then do a make or gmake and it co
one-step Àü¹®¼îÇθôºÎÅÍ Á¾ÇÕ¼îÇθô±îÁö »óǰÀÇ µµ¸Å°¡ °ø±Þ! ¹è¼Û
»çÈİü¸®.
B2SHOPÀÌ ÇØ°áÇØ µå¸³´Ï´Ù.
¹«Á¡Æ÷ ¹«Àç°íÀÇ ½ÇÇö! ÀÎÅÍ³Ý ¼îÇθôÀ» ½ÃÀÛÇϽʽÿÀ.
¼îÇθôÀ» ½ÇÁúÀûÀ¸·Î ¿î¿µÇϴµ¥ °¡Àå Áß¿äÇÑ
»óǰÀÇ Á¶´Þ°ú ¹è¼Û ¹× »çÈİü¸®±îÁö Ã¥
Scott Ecker wrote:
> I'll be more clear. The ./configure and compile output of PHP both confirm
> that sendmail (wrapper) was detected. Other programs that rely on the
> sendmail wrapper being present in /usr/lib and /usr/sbin work fine
> (majordomo for instance). Either the wrapper is flawed,
Bmms wrote:
> Hi,
> I am running Apache 1.3.22 on Linux/RedHat6.2 Recently I am trying
> to install PHP.4.0.6. I finally got it to work on one server. The
> other still has a problem. When I try to start httpd (apachectl start)
> I get the msg:
> Cannot load /usr/local/apache/libexec/li
Hello, I'm trying to install php onto Darwin (Mac OS 10.1).
I want to use the --with-ftp option so that rules out most preconfigured
binaries.
I have used the instructions at http://www.entropy.ch/software/macosx/php/
to help me and I have come up with this set of commands:
setenv CC 'cc -flat
hello this is the error that i get when trying to start apache, and get
Syntax error on line 236 of /usr/local/apache/conf/httpd.conf:
Cannot add module via name 'mod_php4.c': not in list of loaded modules
./apachectl start: httpd could not be started
any ideas?
Thank you very much
how was apache compiled?
what does line 236 look like?
what system installing on?
how was php compiled?
just for starters...
- Original Message -
From: "geo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 07, 2001 5:46 PM
Subject: [PHP-INST] mod_php4.c
hello this
Hello all,
after successfully compiling php 4.0.6 on a RedHat 7.2 machine, I tried
to start apache with the new php module and get the following error:
Syntax error on line 238 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server:
/usr/lib/apache/libphp4.so: undefined
php-install Digest 8 Dec 2001 04:40:40 - Issue 592
Topics (messages 5234 through 5245):
Re: HP-UX 11.11+Apache1.3.22+Mysql+PHP4.0.6 as DSO??
5234 by: Jim Thome
5236 by: Keith Lapidus
5237 by: Jim Thome
5238 by: Keith Lapidus
Re: PHP Installatino SuSe 7.3 lib
22 matches
Mail list logo